Re: Bug of ALTER TABLE DROP CONSTRAINT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug of ALTER TABLE DROP CONSTRAINT
Дата
Msg-id 1935.1239116019@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug of ALTER TABLE DROP CONSTRAINT  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Bug of ALTER TABLE DROP CONSTRAINT  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Nikhil Sontakke wrote:
>> Warrants an entry in the TODO items list:
>> 
>> * make NOT NULL constraints have pg_constraint entries, just like CHECK
>> constraints

> This is now a TODO item (I just updated the description):

>     Store the constraint names of NOT NULL constraints

I was intending to do that yesterday, but lost interest after
discovering how many duplicate, obsolete, and/or mutually contradictory
TODO entries there are related to constraints.  That needs to be cleaned
up and consolidated sometime.

Also, what is wrong with the precise statement of the TODO item that
Nikhil gave?  The one you gave would encourage someone to waste time on
a 100% wrong implementation (like adding a constraint name column to
pg_attribute).
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug of ALTER TABLE DROP CONSTRAINT
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: [GENERAL] string_to_array with empty input