Bug #777: postgresql desconectado (not connect)

Started by PostgreSQL Bugs Listover 23 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

Jos� Alberto Torres (jaraute@telepolis.com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
postgresql desconectado (not connect)

Long Description
I'm not English. I'm Spanish, please...

Tenemos un servidor postgresql con la version 7.1 y cuando se producen errores al borrar, insertar, etc... las tablas el servidor postgresql se desconecta y hay que volver a reiniciarlo con (POSTMASTER -i -D...)

Nuestro proveedor no sabe de que puede ser y nosotros no tenemos la posibilidad de actualizar la versi�n ya que nuestro alojamiento es un servidor virtual y postgresql est� compartido por m�s usuarios.

El principal error biene cuando borramos una tabla que tiene un campo tipo SERIAL, ya que al volver a crearla nos da error porque ya existe una tabla de secuencia que se crea autom�ticamente al definir un campo como tipo SERIAL (tabla_campo_seq).

Hemos optado por borrar (DROP SEQUENCE) tambi�n la tabla de sequencias cada vez que borramos la tabla.

Al intentar insertar alg�n car�cter que se no reconoce bien postgresql tambi�n da error y el servidor se biene abajo.

** Lo normal ser�a que diese errores, pero que no hechase abajo el servidor...

Estamos en fase de desarrollo y no podemos poner en internet los trabajos finales, ya que de producirse un error, todo el servidor se caer�a.

Es urgente por favor.

Sample Code

No file was uploaded with this report

#2Noname
tomas@fabula.de
In reply to: PostgreSQL Bugs List (#1)
Re: Bug #777: postgresql desconectado (not connect)

Jos� Alberto Torres (jaraute@telepolis.com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
postgresql desconectado (not connect)

Long Description
I'm not English. I'm Spanish, please...

[...]

I'll try to tackle this one with my little spanish :-)

Regards
-- tomas