diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/catalogs.sgml | 7 |
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> |
