From 3fd3e34914a2aa520a8bc5109a773621385cf1f4 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 31 Jan 2014 17:44:18 -0500
Subject: [PATCH] docs:  mention tgconstrindid supports exclusion constraints

Dean Rasheed
---
 doc/src/sgml/catalogs.sgml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 2230c9392c0..3f8d9bfafbb 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -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>
-- 
GitLab