Обсуждение: Description for pg_trigger.tgconstrindid

Поиск
Список
Период
Сортировка

Description for pg_trigger.tgconstrindid

От
Dean Rasheed
Дата:
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

Вложения

Re: Description for pg_trigger.tgconstrindid

От
Bruce Momjian
Дата:
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. +