Dump

Поиск
Список
Период
Сортировка
От Mihai Gheorghiu
Тема Dump
Дата
Msg-id 000201bfcfea$69ff5020$815c0b3f@new6
обсуждение исходный текст
Ответы Re: Dump
Dump
Список pgsql-general
I wanted to back up a database prior to upgrading to 7.0.2

pg_dump dbname > dbname.bak
FATAL 1: Memory exhausted in AllocSetAlloc()
PQendcopy: resetting connection
SQL query to dump the contents of Table 'tblname' did not execute correctly.
After we read all the table contents from the backend, PQendcopy() failed.
Explanation from backend: ''.
The query was : 'COPY "tblname" TO stdout;
'.

Please help.

Thanks,

Mihai


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

Предыдущее
От: Gregory Krasnow OpenSourceCRM
Дата:
Сообщение: Running PostgreSQL 7.0 on WinNT w/cygwinb20 and cygwin-ipc
Следующее
От: Andrew Sullivan
Дата:
Сообщение: getting inet out of char?