Re: ADD/DROP constraints

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: ADD/DROP constraints
Дата
Msg-id 20060608210655.GA45331@pervasive.com
обсуждение исходный текст
Ответ на ADD/DROP constraints  (Greg Stark <gsstark@mit.edu>)
Ответы Re: ADD/DROP constraints
Список pgsql-hackers
On Thu, Jun 08, 2006 at 04:30:22PM -0400, Greg Stark wrote:
> Or maybe I should insist that a matching constraint name be present *and* that
> the source text match? That's more of a pain to code though.

That could also break some partitioning schemes; I don't think it's a
given that parents and children have matching constraints, and afaik a
parent can have constraints that a child doesn't.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: ADD/DROP INHERITS
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: That EXPLAIN ANALYZE patch still needs work