Re: operator exclusion constraints

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: operator exclusion constraints
Дата
Msg-id 1268334059.4899.113.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на Re: operator exclusion constraints  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 2010-03-11 at 00:29 -0500, Tom Lane wrote:

Patch changes:

> > Indexes:
> >     "foo_pkey" PRIMARY KEY, btree (f1), tablespace "ts1"
> >     "foo_f2_exclusion" btree (f2), tablespace "ts1"
> >     "foo_f3_exclusion" btree (f3) DEFERRABLE INITIALLY DEFERRED
> > Exclusion constraints:
> >     "foo_f2_exclusion" EXCLUDE USING btree (f2 WITH =)
> >     "foo_f3_exclusion" EXCLUDE USING btree (f3 WITH =) DEFERRABLE INITIALLY DEFERRED

To:

> Indexes:
>     "foo_pkey" PRIMARY KEY, btree (f1), tablespace "ts1"
>     "foo_f2_exclusion" EXCLUDE USING btree (f2 WITH =), tablespace "ts1"
>     "foo_f3_exclusion" EXCLUDE USING btree (f3 WITH =) DEFERRABLE INITIALLY DEFERRED
> 
> Any objections?

Looks good to me.

Regards,Jeff Davis



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Server crash with older tzload library
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Server crash with older tzload library