Re: Composite types as columns used in production? - Mailing list pgsql-general

From Tom Lane
Subject Re: Composite types as columns used in production?
Date
Msg-id 6571.1114791703@sss.pgh.pa.us
Whole thread Raw
In response to Composite types as columns used in production?  (James Robinson <jlrobins@socialserve.com>)
Responses Re: Composite types as columns used in production?
List pgsql-general
James Robinson <jlrobins@socialserve.com> writes:
>     Hmm -- I see that if the composite type was created via a table
> definition, then you _can_ actually add and drop columns, and the
> tables using the composite type seem to get updated, as in
> http://archives.postgresql.org/pgsql-hackers/2005-03/msg00621.php .
> That's sweet, and if this is supportable functionality as opposed to an
> odd side-effect, then the 'ALTER TYPE' and 'CREATE TYPE' doc pages may
> well want to reference this feature.

My recollection is that there are some pretty serious limitations on
what you can do in this line, but basic cases do work.  I think the lack
of an ALTER TYPE that can handle the same cases is just a matter of lack
of round tuits.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Increasing statistics results in worse estimates
Next
From: James Robinson
Date:
Subject: Re: Composite types as columns used in production?