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

From Peter Eisentraut
Subject Re: ALTER TYPE recursion to typed tables
Date
Msg-id 1288721836.11027.6.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: ALTER TYPE recursion to typed tables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: ALTER TYPE recursion to typed tables
List pgsql-hackers
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.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Hash support for arrays
Next
From: Tom Lane
Date:
Subject: Re: Hash support for arrays