Re: ALTER composite type does not work, but ALTER TABLE which ROWTYPE is used as a type - works fine - Mailing list pgsql-hackers

From Robert Haas
Subject Re: ALTER composite type does not work, but ALTER TABLE which ROWTYPE is used as a type - works fine
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: ALTER composite type does not work, but ALTER TABLE which ROWTYPE is used as a type - works fine  (Bruce Momjian <[email protected]>)
List pgsql-hackers
On Wed, Dec 10, 2008 at 8:00 AM, Bruce Momjian <[email protected]> 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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: cvs head initdb hangs on unixware
Next
From: "Merlin Moncure"
Date:
Subject: Re: ALTER composite type does not work, but ALTER TABLE which ROWTYPE is used as a type - works fine