Espero que todos se encuentren bien.
El problema es el siguiente:
He estado trabajando con postgresql desde hace 2 a=F1os, actualmente es=
toy trabajando con la version 7.1.3 sobre RedHat 7.1. Tengo una base de da=
tos que funciona para un sistema de seguimiento vehicular (AVL) desde hace =
ya 1 a=F1o. Esta base de datos tiene comprimida unos 180 MB y siempre he h=
echo respado sin ningun problema, hasta hace pocos dias. El error que me =
da es el siguiente:
[avl@bdserver avl]$ nohup pg_dump -R -O leemail2 | gzip -c > /tmp/resp.lee=
mail2_25_6_2002_1_00_pm.sql.gz &
[1] 25227
[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 429496=
7293
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@bdserver avl]$=20
Y no se a que se debe.
Atentamente,
Christian Gonzalez.