Re: [GENERAL] Error creating index (v6.5)

From: Christian Rudow <Christian(dot)Rudow(at)thinx(dot)ch>
To: Roberto Moreda <moreda(at)sanluis(dot)net>
Cc: PostgreSQL General <pgsql-general(at)hub(dot)org>
Subject: Re: [GENERAL] Error creating index (v6.5)
Date: 1999-06-21 07:20:14
Message-ID: 376DE7AE.B19EF60D@thinx.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Roberto Moreda wrote:

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

> What happens?

have you inserted a large amount of data before ?
probably using copy ?
then try vacuum.

If that doesnt help try copying your data out, recreating table and
copying back in.
And don't forget to vacuum.

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Christian Rudow E-Mail: Christian(dot)Rudow(at)thinx(dot)ch
ThinX networked business services Stahlrain 10, CH-5200 Brugg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In response to

Browse pgsql-general by date

  From Date Subject
Next Message 樋村 知行 1999-06-21 07:32:01
Previous Message Soundararajan Krishnaswamy 1999-06-21 05:06:08 (no subject)