Unsubscribe me for Postgres mailing list.

From: Dinesh Patil <dpatel(at)Synopsys(dot)COM>
To: pgsql-general(at)hub(dot)org
Subject: Unsubscribe me for Postgres mailing list.
Date: 1999-06-22 18:18:10
Message-ID: 3.0.1.32.19990622111810.0096aa20@etgpop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
Please unsubscribe me for postgres & psql mailing list..
thanks
Dinesh

>
>pgsql-general-digest Saturday, June 19 1999 Volume 01 : Number 358
>
>
>
>Index:
>
>Error creating index (v6.5)
>
>----------------------------------------------------------------------
>
>Date: Sun, 20 Jun 1999 02:34:49 +0200
>From: Roberto Moreda <moreda(at)sanluis(dot)net>
>Subject: Error creating index (v6.5)
>
>I'm trying to create the third index in a table populated with 23000 rows
>and I get :
>
>sanluis=> CREATE INDEX art_idx2 ON ARTICULOINFO (shFamilia);
>FATAL 1: btree: failed to add item to the page in _bt_sort (2)
>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.
>
>I can add more index on the same table without problem using other columns,
>but once the error it seems that art_idx2 doesn't exist but I can recreate
>it, obtaining :
>
>sanluis=> CREATE INDEX art_idx2 ON ARTICULOINFO (shFamilia);
>ERROR: cannot create art_idx2
>
>I've got postgres 6.5 under Linux 2.2.5
>What happens?
>
>Thanks in advance.
>
> Roberto
>
>
>What happens?
>
>------------------------------
>
>End of pgsql-general-digest V1 #358
>***********************************
>
>
>

Browse pgsql-general by date

  From Date Subject
Next Message Steffen Zimmert 1999-06-22 18:38:12 JDBC:Using Large Objects
Previous Message Peter Mount 1999-06-22 16:27:54 RE: [INTERFACES] JDBC:Using Large Objects