From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | rug_vzla(at)hotmail(dot)com |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Agregar un elemnto a una tabla que tiene 2 columnas |
Date: | 2006-06-22 19:29:44 |
Message-ID: | 20060622192943.GA16383@surnet.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Rafael Urbina escribió:
> y me da este error:
>
> postgres=# insert into prueba values('Rafa') Timestamp (5);
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.
Examina el log del servidor. Si te dice que falla un TRAP() o que murio
con una señal 11, es porque tu codigo tiene un bug. Examina el "core"
que se genera, por ej. con gdb, para ver donde esta el problema.
Supongo que hiciste ./configure --enable-cassert, no es asi? (Y
--enable-debug, eso deberia ser totalmente obvio)
Son harto rebuscados tus experimentos ...
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2006-06-22 19:58:03 | Re: SQLERRM & SQLSTATE |
Previous Message | Ë®îÇk tåþîå þé®Ëz | 2006-06-22 19:20:17 | SQLERRM & SQLSTATE |