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