Re: Questions about 9.0 release note
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Bruce Momjian <bruce@momjian.us>
Cc: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>, pgsql-hackers@postgresql.org
Date: 2010-04-01T00:30:52Z
Lists: pgsql-hackers
On Wed, Mar 31, 2010 at 8:23 PM, Bruce Momjian <bruce@momjian.us> wrote: > Robert Haas wrote: >> On Wed, Mar 31, 2010 at 8:19 PM, Bruce Momjian <bruce@momjian.us> wrote: >> >> * "EXCLUDE constraints" is not indexed from the Index page. >> >> Should we have for it? Unique Constraints have a section for them: >> >> http://developer.postgresql.org/pgdocs/postgres/ddl-constraints.html#AEN2431 >> > >> > I am unclear if exclude really belongs there because that section >> > contains mostly basic features. >> >> It seems like the charter of that page is to list all of the types of >> constraints that we have, in which case exclusion constraints belong >> there too. > > OK, but I am incapable of writing such a section. Perhaps you could use the one from the patch Itagaki-san already wrote. ...Robert