Am 11.06.2012 14:43, schrieb Alban Hertroys:
> On 11 June 2012 10:42, gipsy-king1 <stue...@gis-consult.de> wrote:
>> I have to import and watch/edit data stored in an .backup-file. This is a
>> backup-file, stored by an other firm.
>> Can you tell me what I have to do?
> Is that a Postgres dump? If so, is it a plain text dump, a compressed
> dump or a custom format dump?

try to use pg_restore with the option: -Fc

>
> You can restore plain text dumps by reading them in with the psql
> utility. For the other dump formats you use pg_restore.
>
> If it's something else, you'll need to provide a lot more detail for
> us to know whether the file is at all useful to you.


-- 
Stefan Tzeggai


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to