From 0ff1b7350984b9e4055e9d3a37d3b875c0663ac4 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Tue, 15 Feb 2011 00:59:29 +0000 Subject: [PATCH] Additional required docs for pg_constraint catalog entry Noted by Bernd Helmle --- doc/src/sgml/catalogs.sgml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 4f7dc6843d..30f3980697 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1894,6 +1894,13 @@ Is the constraint deferred by default? + + convalidated + bool + + Has the constraint been validated? Can only be false for foreign keys + + conrelid oid