summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-02-15 00:59:29 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2011-02-15 00:59:29 +0000
commit0ff1b7350984b9e4055e9d3a37d3b875c0663ac4 (patch)
tree21f05128d25581a8bfe30a427c14427505ebeca7 /doc/src
parent5c588be729399af5cb8ec66901e3b578936823a3 (diff)
Additional required docs for pg_constraint catalog entry
Noted by Bernd Helmle
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 4f7dc6843dc..30f39806970 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1895,6 +1895,13 @@
</row>
<row>
+ <entry><structfield>convalidated</structfield></entry>
+ <entry><type>bool</type></entry>
+ <entry></entry>
+ <entry>Has the constraint been validated? Can only be false for foreign keys</entry>
+ </row>
+
+ <row>
<entry><structfield>conrelid</structfield></entry>
<entry><type>oid</type></entry>
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>