Re: ERROR: Index pg_toast_8443892_index is not a btree - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ERROR: Index pg_toast_8443892_index is not a btree
Date
Msg-id 18836.1070903596@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERROR: Index pg_toast_8443892_index is not a btree  (strk <strk@keybit.net>)
Responses Re: ERROR: Index pg_toast_8443892_index is not a btree
List pgsql-hackers
strk <strk@keybit.net> writes:
> gis=# reindex table pg_toast_8443892; -- this was an assuption I made
> ERROR:  Relation "pg_toast_8443892" does not exist

If it's 7.3 or later you need to say

reindex table pg_toast.pg_toast_8443892;
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: ERROR: Index pg_toast_8443892_index is not a btree
Next
From: Tom Lane
Date:
Subject: Re: CVS HEAD compile failure