Description for pg_trigger.tgconstrindid
Started by Dean Rasheedover 12 years ago2 messagesdocs
This is missing exclusion constraints from the list of constraint
types that the index might be supporting (c.f.
pg_constraint.conindid).
This goes back to 9.0.
Regards,
Dean
Attachments:
pg_trigger.patchapplication/octet-stream; name=pg_trigger.patchDownload+2-1
Re: Description for pg_trigger.tgconstrindid
On Wed, Aug 14, 2013 at 01:50:21PM +0100, Dean Rasheed wrote:
This is missing exclusion constraints from the list of constraint
types that the index might be supporting (c.f.
pg_constraint.conindid).This goes back to 9.0.
Regards,
Dean
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml new file mode 100644 index 6715782..8cd0efe --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5836,7 +5836,8 @@ <entry><structfield>tgconstrindid</structfield></entry> <entry><type>oid</type></entry> <entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry> - <entry>The index supporting a unique, primary key, or referential integrity constraint</entry> + <entry>The index supporting a unique, primary key, referential integrity, + or exclusion constraint</entry> </row>
Patch applied. Thanks.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs