Re: ALTER TYPE RENAME

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TYPE RENAME
Дата
Msg-id 6270.1191087156@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ALTER TYPE RENAME  (Petr Jelinek <pjmodos@pjmodos.net>)
Ответы Re: ALTER TYPE RENAME  (Petr Jelinek <pjmodos@pjmodos.net>)
Список pgsql-patches
BTW, another issue this brings up is whether we should reject

regression=# create type footyp as (f2 int);
CREATE TYPE
regression=# alter table footyp rename to foobar;
ALTER TABLE

Currently, since there's no ALTER TYPE RENAME command, this is useful
functionality and I wouldn't want to forbid it.  But if we provide
ALTER TYPE RENAME then consistency would suggest requiring people to
use that for composite types.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER TYPE RENAME
Следующее
От: Tom Lane
Дата:
Сообщение: Re: set_ps_display during recovery