On Wed, Mar 30, 2011 at 12:55 PM, Peter Eisentraut <[email protected]> wrote: > Maybe we could just copy the dropped attributes from the type when the > table is created. That might be as simple as removing the > > if (attr->attisdropped) > continue; > > in transformOfType().
Seems a bit fragile... -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
