On Fri, Feb 14, 2003 at 05:25:09PM -0500, Tom Lane wrote:
> Jeffrey Baker <jwbaker@acm.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
Thank you! -jwb