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

Поиск
Список
Период
Сортировка
От darold
Тема Re: [GENERAL] Restore from dump file: parse error
Дата
Msg-id 3732AD1D.6101C95A@neptune.fr
обсуждение исходный текст
Ответ на Restore from dump file: parse error  (S P Arif Sahari Wibowo <arifsaha-lists@parokinet.org>)
Ответы Re: [GENERAL] Restore from dump file: parse error  (S P Arif Sahari Wibowo <arifsaha-lists@parokinet.org>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Ferdi
Дата:
Сообщение: PostGreSQL and LiveWire??
Следующее
От: Jelle Ruttenberg
Дата:
Сообщение: Re: [GENERAL] int8-datatype: possible bug