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

From Peter Eisentraut
Subject Re: add label to enum syntax
Date
Msg-id 1288025144.6278.0.camel@vanquo.pezone.net
Whole thread Raw
In response to add label to enum syntax  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

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