Re: add label to enum syntax - Mailing list pgsql-hackers

From Robert Haas
Subject Re: add label to enum syntax
Date
Msg-id AANLkTi=__opgbTr2rpJcTsEOjupaPUM6-K3sQuiv7eC9@mail.gmail.com
Whole thread Raw
In response to Re: add label to enum syntax  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On Mon, Oct 25, 2010 at 11:57 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> 2010/10/25 Andrew Dunstan <andrew@dunslane.net>:
>>
>> 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'
>
> +1

+1.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Greg
Date:
Subject: Composite Types and Function Parameters
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Segfault in 9.0 inlining SRF