public inbox for [email protected]
help / color / mirror / Atom feedDescription for pg_trigger.tgconstrindid
2+ messages / 2 participants
[nested] [flat]
* Description for pg_trigger.tgconstrindid
@ 2013-08-14 12:50 Dean Rasheed <[email protected]>
2014-01-31 22:44 ` Re: Description for pg_trigger.tgconstrindid Bruce Momjian <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Dean Rasheed @ 2013-08-14 12:50 UTC (permalink / raw)
To: pgsql-docs
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
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[application/octet-stream] pg_trigger.patch (672B, 2-pg_trigger.patch)
download | inline diff:
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>
<row>
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Description for pg_trigger.tgconstrindid
2013-08-14 12:50 Description for pg_trigger.tgconstrindid Dean Rasheed <[email protected]>
@ 2014-01-31 22:44 ` Bruce Momjian <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Momjian @ 2014-01-31 22:44 UTC (permalink / raw)
To: Dean Rasheed <[email protected]>; +Cc: 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 <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2014-01-31 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2013-08-14 12:50 Description for pg_trigger.tgconstrindid Dean Rasheed <[email protected]>
2014-01-31 22:44 ` Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox