Re: WIP: generalized index constraints - Mailing list pgsql-hackers

From Greg Stark
Subject Re: WIP: generalized index constraints
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: WIP: generalized index constraints  (Brendan Jurd <[email protected]>)
List pgsql-hackers
On Fri, Aug 21, 2009 at 3:23 AM, Brendan Jurd<[email protected]> wrote:
> They'd expect it to create an index sans the unique
> constraint.  Ignoring the user's intention and copying the index as-is
> (including the unique constraint) would be unfriendly.
>
> Unless the SQL spec demands that we do so?

There are no indexes in the SQL spec.

--
greg
http://mit.edu/~gsstark/resume.pdf


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: hot standby - further cleanup of recovery procs stuff
Next
From: Jeff Davis
Date:
Subject: Re: WIP: generalized index constraints