Re: [pgsql-ayuda] campo memo

From: "Ing(dot) Roberto Andrade Fonseca" <randrade(at)abl(dot)com(dot)mx>
To: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: Re: [pgsql-ayuda] campo memo
Date: 2000-11-24 23:55:54
Message-ID: Pine.LNX.4.10.10011241755230.4858-100000@inter.interservice.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola:

On Fri, 24 Nov 2000, OCR wrote:

> despues de insertar un texto bastante grande en un campo text tengo un
> error:
Qu�tan grande?

>
> shore=> \d curr_cand;
> Table = curr_cand
> +----------------------------------+----------------------------------+-----
> --+
> | Field | Type |
> Length|
> +----------------------------------+----------------------------------+-----
> --+
> | no_usuario | varchar() | 12 |
> | curriculum | text |
> var |
> +----------------------------------+----------------------------------+-----
> --+
> shore=> delete from curr_cand;
> ERROR: heap_delete: (am)invalid tid
> shore=> select curriculum from curr_cand;
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally
> before or while processing the request.
> We have lost the connection to the backend, so further processing is
> impossible. Terminating.
>
> Que se hace en estos casos o como se previene que esto no ocurra, les
> agradezco de antemano sus comentarios.

Saludos,

Roberto Andrade Fonseca
randrade(at)abl(dot)com(dot)mx

--------- 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

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Eligio Cachón Menéndez 2000-11-25 00:14:40 [pgsql-ayuda] problemas con postgresql 7.0.2
Previous Message OCR 2000-11-24 22:46:30 Re: [pgsql-ayuda] campo memo