Re: [GENERAL] Restore from dump file: parse error

From: darold <darold(at)neptune(dot)fr>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Restore from dump file: parse error
Date: 1999-05-07 09:06:37
Message-ID: 3732AD1D.6101C95A@neptune.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

To get the database creation you must use the -s option with pg_dump.
(Dump out only the schema, no data)

The parse error is probably due to a single quote somewhere in you text
data...

I use : pg_dump -D mydatabase > recover.sql

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message José Soares 1999-05-07 12:26:38 Re: [GENERAL] int8-datatype: possible bug
Previous Message Ferdi 1999-05-07 08:19:46 PostGreSQL and LiveWire??