Re: ALTER TYPE recursion to typed tables - Mailing list pgsql-hackers

From Robert Haas
Subject Re: ALTER TYPE recursion to typed tables
Date
Msg-id 1447A142-CF10-43F9-8D21-57D50773FCC9@gmail.com
Whole thread Raw
In response to Re: ALTER TYPE recursion to typed tables  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Nov 2, 2010, at 11:17 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> On tis, 2010-11-02 at 10:54 -0700, Robert Haas wrote:
>> What do you plan to do about this case?
>> 
>> CREATE TYPE test_type AS (a int, b text);
>> CREATE TABLE test_tbl (x test_type);
>> ALTER TYPE test_type ADD ATTRIBUTE c text;
> 
> This is currently prohibited, and I'm not planning to do anything about
> that.

OK.

...Robert


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Hash support for arrays
Next
From: Robert Haas
Date:
Subject: Re: Hash support for arrays