Re: ALTER TYPE recursion to typed tables

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: ALTER TYPE recursion to typed tables
Дата
Msg-id 1447A142-CF10-43F9-8D21-57D50773FCC9@gmail.com
обсуждение исходный текст
Ответ на Re: ALTER TYPE recursion to typed tables  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Hash support for arrays
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Hash support for arrays