"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> Does this mean I no longer have to worry about removing the column default
> when dropping a column?
It'll happen for free if you do the DROP properly, ie, through
performDeletion. Fairly shortly, constraints, indexes, and so forth
that depend on the column will also go away automatically.
regards, tom lane