Re: drop index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pau Marc Munoz Torres" <paumarc(at)gmail(dot)com>
Cc: "Richard Huxton" <dev(at)archonet(dot)com>, "pgsql general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: drop index
Date: 2008-09-16 14:17:51
Message-ID: 29013.1221574671@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Pau Marc Munoz Torres" <paumarc(at)gmail(dot)com> writes:
> psql 8.2.6 (server 8.2.5)
> Schema | Name | Type | Owner | Table
> --------+--------+-------+-------+--------------
> public | h2dbp | index | pau | precalc
> public | icsp | index | pau | local
> public | icspn | index | pau | names
> public | idx | index | pau | local
> public | iid | index | pau | blancprecalc
> public | ipssms | index | pau | pssms
> public | merda1 | index | pau |
> public | merda2 | index | pau |
> public | merda3 | index | pau |
> (9 rows)

This looks like evidence of corruption in the system catalogs.
I'd suggest dump/initdb/reload --- but better check that the
dump worked and seems to contain all your data before trashing
the old database...

You might want to take the opportunity to update to 8.2.latest
while at it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2008-09-16 14:31:46 Re: Obfuscated stored procedures (was Re: Oracle and Postgresql)
Previous Message Pau Marc Munoz Torres 2008-09-16 14:09:09 Re: drop index