Re: add label to enum syntax

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: add label to enum syntax
Дата
Msg-id 16518.1288026518@sss.pgh.pa.us
обсуждение исходный текст
Ответ на add label to enum syntax  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: add label to enum syntax  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> 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 way if we later wanted to support some other sort of ADD operation 
> on types we would be able to more easily.

I can see the point of that, but I don't find LABEL to be a particularly
great name for the elements of an enum type, and so I'm not in favor of
institutionalizing that name in the syntax.  How about ADD VALUE?
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Range Types, discrete and/or continuous
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: [BUGS] Segfault in 9.0 inlining SRF