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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3925: You can delete enum elements from pg_enum, but it is used in a table
Дата
Msg-id 10071.1201984815@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3925: You can delete enum elements from pg_enum, but it is used in a table  ("Stefan Kunick" <stefan@kunick.org>)
Список pgsql-bugs
"Stefan Kunick" <stefan@kunick.org> 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.

Manual modifications of the system catalogs are not supported.  If you
choose to do that, it's on your own head whether the results are sane.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: BUG #3924: Create Database with another encoding as the encoding from postgres
Следующее
От: "Andreas"
Дата:
Сообщение: BUG #3926: Typo in documentation