Re: In 7.3.1, will I be able to reindex toast?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeffrey Baker <jwbaker(at)acm(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: In 7.3.1, will I be able to reindex toast?
Date: 2003-02-14 22:25:09
Message-ID: 11605.1045261509@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeffrey Baker <jwbaker(at)acm(dot)org> writes:
> In partial resposne to my own question, I've found that
> 7.3.2 will not reindex TOAST tables explicitly:

> rupert=> reindex table pg_toast_12550267;
> ERROR: Relation "pg_toast_12550267" does not exist

Yes it will, if you name them correctly:

regression=# reindex table pg_toast.pg_toast_840608;
REINDEX

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Arguile 2003-02-14 22:28:31 Re: "iscachable" functions
Previous Message Tom Lane 2003-02-14 22:21:33 Re: "iscachable" functions