On Fri, 7 May 1999, darold wrote:
>To get the database creation you must use the -s option with pg_dump.
>(Dump out only the schema, no data)
Well, I like to have both.
>The parse error is probably due to a single quote somewhere in you text
>data...
Well, you are correct! Is there anyway to quote that single quote?
>I use : pg_dump -D mydatabase > recover.sql
Should it solve the single quote problem?
Thanks!
Arif