Re: [GENERAL] Error creating index (v6.5) - Mailing list pgsql-general

From Christian Rudow
Subject Re: [GENERAL] Error creating index (v6.5)
Date
Msg-id 376DE7AE.B19EF60D@thinx.ch
Whole thread Raw
In response to Error creating index (v6.5)  (Roberto Moreda <moreda@sanluis.net>)
List 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.Rudow@thinx.ch
ThinX networked business services    Stahlrain 10, CH-5200 Brugg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

pgsql-general by date:

Previous
From: Soundararajan Krishnaswamy
Date:
Subject: (no subject)
Next
From: "樋村 知行"
Date:
Subject: