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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to