mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
docs: mention tgconstrindid supports exclusion constraints
Dean Rasheed
This commit is contained in:
parent
e93ca1618b
commit
3fd3e34914
1 changed files with 2 additions and 1 deletions
|
|
@ -5881,7 +5881,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue