On 26 October 2010 02:48, Andrew Dunstan <andrew(at)dunslane(dot)net> 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'
>
>
It's a real shame we can't have
ALTER ENUM works ADD spanner;
That way it wouldn't matter whether you think of 'spanner' as a
label/value/item/element/thingy.
Cheers,
BJ