Re: [pgsql-ayuda] error pqReadData

From: Atanacio Reyes <areyesv(at)yahoo(dot)com>
To: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: Re: [pgsql-ayuda] error pqReadData
Date: 2000-09-29 02:54:08
Message-ID: 20000929025408.13037.qmail@web2002.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda


--- felipe fernandez <danielfm(at)teleline(dot)es> wrote:
> Hola,
> cuando intento hacer un UPDATE O DELETE tanto desde
> psql como desde
> unos programas en tcl/tk en una determinada tabla me
> da el mensaje:
>
> pqReadData() backend closed the channel
> unexpectedly. This probably
> means the backend terminated abnormally before or
> while processing the
> request.
>

Ese error lo he visto cuando existen valores nulos en
la tabla, generalmente aquellos que son de tipo char,
varchar o text. Puede solucionarse creando la tabla
mas o menos asi:

create table tabla1( campo1 varchar(20) default '');

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/
--------- Pie de mensaje -------------------------------------------
Archivo historico: http://tlali.iztacala.unam.mx/maillist/pgsql-ayuda
Cancelar inscripcion:
mail to: majordomo(at)tlali(dot)iztacala(dot)unam(dot)mx
text : unsubscribe pgsql-ayuda

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message felipe fernandez 2000-10-04 12:09:18 Re: [pgsql-ayuda] error pqReadData
Previous Message Saulo Alvarado Mateos 2000-09-28 00:08:35 [pgsql-ayuda] RE: Postgresql: limitacion de la funcion SUM()