Re: Toasted table not deleted when no out of line columns left

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Simon Riggs <simon@2ndQuadrant.com>
Cc: Hans-Jürgen Schönig <hs@cybertec.at>, Zoltan Boszormenyi <zb@cybertec.at>, pgsql-hackers@postgresql.org
Date: 2008-09-22T11:53:23Z
Lists: pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> I think the issue is identifying the problem. Reading the title of the
> post, I think Tom says "no" to *deleting* the toast table. He also says
> "no" to cleaning the table as part of DROP COLUMN. That still leaves you
> an opening for an out-of-line command/function to perform a clean,

... see CLUSTER ...

			regards, tom lane