Restore postgres database problem

Поиск
Список
Период
Сортировка
От Inpreet Singh
Тема Restore postgres database problem
Дата
Msg-id 004601c50299$cef5bc30$3c67a8c0@netsity.com
обсуждение исходный текст
Список pgsql-novice
Hello,
I am using postgres 7.3.4. I am trying to restore database dump using psql command but getting following error.
 
Taken Dump :   /usr/bin/pg_dumpall > /home/inpreet/postgres.sql
Restoring Dump :   su - postgres
/usr/local/pgsql/bin/psql -d template1 < /home/inpreet/postgres.sql
 
but getting error
ERROR:  copy: line 32, Bad date external representation '\N
lost synchronization with server, resetting connection
 
Please tell me which way to go.
 
Thanks and Regards
Inpreet Singh
 

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

Предыдущее
От: "Mike Disbrow"
Дата:
Сообщение: Installing dblink
Следующее
От: Klaus
Дата:
Сообщение: How to update dependent tables AND design considerations