Re: Description for pg_trigger.tgconstrindid

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Description for pg_trigger.tgconstrindid
Date: 2014-01-31 22:44:30
Message-ID: 20140131224430.GY19957@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2014-02-01 00:05:48 Re: 9.3: mention checksum feature in "29.1. Reliability"
Previous Message Bruce Momjian 2014-01-31 17:28:15 Re: make vs. gmake