Re: [pgsql-ayuda] campo memo

From: "OCR" <ocano(at)lagente(dot)com>
To: <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: Re: [pgsql-ayuda] campo memo
Date: 2000-11-24 22:46:30
Message-ID: 001501c05668$63355140$8700a8c0@shore.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

despues de insertar un texto bastante grande en un campo text tengo un
error:

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.

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

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Ing. Roberto Andrade Fonseca 2000-11-24 23:55:54 Re: [pgsql-ayuda] campo memo
Previous Message OCR 2000-11-24 20:23:01 Re: [pgsql-ayuda] campo memo