In response to Andreas Gaab : > Hi all, > > > > I start working with enumerator types and I am wondering, if my enumerator can > later be adjusted. E.g. if I would like to add another label.
AFAIK you can't. Each enum is a own type. Use a lookup-table instead and use enum's only for real static things. Andreas -- Andreas Kretschmer Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header) GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99 -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql