Re: operator exclusion constraints - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: operator exclusion constraints
Date
Msg-id 1268334059.4899.113.camel@monkey-cat.sm.truviso.com
Whole thread Raw
In response to Re: operator exclusion constraints  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Server crash with older tzload library
Next
From: Robert Haas
Date:
Subject: Re: Server crash with older tzload library