On Wed, Dec 10, 2008 at 8:00 AM, Bruce Momjian <bruce@momjian.us> wrote:
> Robert Haas wrote:
>> Allow ALTER TYPE to add, rename, change the type of, and drop columns?
>
> That seems kind of vague because my first reaction is that a type
> doesn't have columns, but you are talking about composite types, right?
Right.
> I have added this TODO item:
>
> Allow ALTER TYPE on composite types to perform operations similar to
> ALTER TABLE
>
> * http://archives.postgresql.org/pgsql-hackers/2008-12/msg00245.php
Sounds good.
...Robert