Re: [BUGS] BUG #3925: You can delete enum elements from pg_enum, but it is used in a table

2008-02-02 Thread Tom Lane
"Stefan Kunick" <[EMAIL PROTECTED]> writes: > I create a enumeration. After this, i used the enumeration in a table. I > delete the enumeration in the table pg_enum (delete from pg_enum where > enumtypid=16631 and enumlabel='center'; The delete don't check, that the > element is used in a table. M

[BUGS] BUG #3925: You can delete enum elements from pg_enum, but it is used in a table

2008-02-02 Thread Stefan Kunick
The following bug has been logged online: Bug reference: 3925 Logged by: Stefan Kunick Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3RC2 Operating system: Windows Longhorn Description:You can delete enum elements from pg_enum, but it is used in a table Detai