Re: alter table only ... drop constraint broken in HEAD

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: alter table only ... drop constraint broken in HEAD
Дата
Msg-id CAM-w4HNminB2QNhx0pQwmQ9+1N9x+Rw1Fsz-PdgjgZ9v6Wh4gQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: alter table only ... drop constraint broken in HEAD  (Alex Hunsaker <badalex@gmail.com>)
Ответы Re: alter table only ... drop constraint broken in HEAD
Список pgsql-hackers
On Fri, Oct 7, 2011 at 5:45 PM, Alex Hunsaker <badalex@gmail.com> wrote:
> If I find the time maybe Ill submit something along these lines for
> the next commit fest.
>

So i just picked up the non-inherited constraints patch and quickly
ran into the same problem and found this thread.

I think it makes sense to hold off on this patch until these issues
are resolved. Because we really do need to test the cases when adding
or removing child tables that have constraints with the same name as
non-inherited parent tables. And I'm not sure what will happen in
these cases once these issues are resolved.



-- 
greg


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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: WIP: Join push-down for foreign tables
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] Fix Leaky View Problem