Re: ALTER TYPE recursion to typed tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ALTER TYPE recursion to typed tables
Дата
Msg-id 1288721836.11027.6.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: ALTER TYPE recursion to typed tables  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: ALTER TYPE recursion to typed tables  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

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