Bug #698: Error haciendo Backup con pg_dump!!

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #698: Error haciendo Backup con pg_dump!!
Дата
Msg-id 20020625184201.697B3476531@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #698: Error haciendo Backup con pg_dump!!  (Tom Lane <tgl@sss.pgh.pa.us>)
"Field is too small"  (Webb Sprague <wsprague100@yahoo.com>)
Список pgsql-bugs
Christian Gonzalez (christiangda@cantv.net) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
Error haciendo Backup con pg_dump!!

Long Description
[avl@bdserver avl]$  nohup pg_dump -R -O leemail2 | gzip -c > /tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[avl@bdserver avl]$ jobs
[1]+  Running                 nohup pg_dump -R -O leemail2 | gzip -c >/tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[avl@bdserver avl]$ ERROR:  MemoryContextAlloc: invalid request size 4294967293
PQendcopy: resetting connection
SQL query to dump the contents of Table 'datamailentrada_historico' did not execute correctly.  After we read all the
tablecontents from the backend, PQendcopy() failed.  Explanation from backend: ''. 
The query was: 'COPY "datamailentrada_historico" TO stdout;
'.

[1]+  Done                    nohup pg_dump -R -O leemail2 | gzip -c >/tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz
[avl@bdserver avl]$



Sample Code


No file was uploaded with this report

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug #693: python interface doesn't handle int8 correctly.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #698: Error haciendo Backup con pg_dump!!