Re: ALTER TYPE recursion to typed tables

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER TYPE recursion to typed tables
Date: 2010-11-02 20:00:17
Message-ID: 1447A142-CF10-43F9-8D21-57D50773FCC9@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Nov 2, 2010, at 11:17 AM, Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-11-02 20:07:47 Re: Hash support for arrays
Previous Message Kevin Grittner 2010-11-02 19:34:26 Re: Hash support for arrays