Re: Bright ideas required for drop column... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bright ideas required for drop column...
Date
Msg-id 5002.1027000522@sss.pgh.pa.us
Whole thread Raw
In response to Bright ideas required for drop column...  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> Does anyone know how I should modify MergeAttributes to support dropped
> columns?

I think you could get away with just ignoring dropped columns from the
parent.  There's no assumption that column numbers are the same in
parent and child.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: preventing encoding conversion while starting up
Next
From: Tatsuo Ishii
Date:
Subject: HEAP_MOVED_IN or HEAP_MOVED_OFF?