Re: add label to enum syntax

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: add label to enum syntax
Дата
Msg-id 1288025144.6278.0.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на add label to enum syntax  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On mån, 2010-10-25 at 11:48 -0400, Andrew Dunstan wrote:
> It occurred to me in the dead of the night that instead of:
> 
>     ALTER TYPE enumtype ADD 'newlabel'
> 
> 
> it might be better to have:
> 
>     ALTER TYPE enumtype ADD LABEL 'newlabel'

That had occurred to me as well.  Go for it.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Segfault in 9.0 inlining SRF
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Composite Types and Function Parameters