Bug #698: Error haciendo Backup con pg_dump!!

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #698: Error haciendo Backup con pg_dump!!
Date: 2002-06-25 18:42:01
Message-ID: 20020625184201.697B3476531@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-odbc

Christian Gonzalez (christiangda(at)cantv(dot)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(at)bdserver avl]$ nohup pg_dump -R -O leemail2 | gzip -c > /tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[avl(at)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(at)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 table contents 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(at)bdserver avl]$

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David M. Kaplan 2002-06-25 22:14:18 view OIDs
Previous Message Christian Gonzalez 2002-06-25 18:41:17 Error haciendo un respaldo!!

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2002-06-25 22:28:46 Re: Bug #698: Error haciendo Backup con pg_dump!!
Previous Message Julian Mehnle 2002-06-25 11:06:49 Re: [HACKERS] ODBC Driver 7.02.0001 (Win32) (Unicode mode): CRLF->LF works, LF->CRLF doesn't