Re: ALTER TYPE my_enum AS ENUM ADD ('label10')

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: ALTER TYPE my_enum AS ENUM ADD ('label10')
Date: 2010-03-23 08:31:56
Message-ID: 20100323083156.GD23688@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

In response to Andreas Gaab :
> I tried successfully to directly insert a further entry into table
> pg_enum with the corresponding enumtypid. Do you think to directly
> manipulate table pg_enum is allowed?

It's maybe allowed, but not recommended. It's a system-table, not a
user-table.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Little, Douglas 2010-03-23 14:30:55 Re: string functions and operators
Previous Message Andreas Gaab 2010-03-23 08:13:49 Re: string functions and operators