RE: DROP CONSTRAINT patch

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема RE: DROP CONSTRAINT patch
Дата
Msg-id ECEHIKNFIMMECLEBJFIGIEKCCAAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: DROP CONSTRAINT patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: DROP CONSTRAINT patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> You can send me a totally new patch if you wish.  That way, you can
> throw the whole patch to the patches list for comment and improvement.

I'll do that.

> Please keep going and resolve these inheritance issues.

It's not that there's inheritance issues in my patch.  I am actually certain
that it will work fine with the ONLY keyword.  However, I will make some
changes and submit it to pgsql-patches.

The problem is that although my patch can quite happily remove all
constraints of the same name from all the child tables, the problem is - can
we be sure that all the constraints with that name are actually inherited
from the parent constraint.  Answer - no.  At least, not until the add
constraint stuff is all fixed.  So maybe I will just hash out inheritance
support for the time being.

Chris



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: More pgindent follies
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: DROP CONSTRAINT patch