From: Peter Eisentraut Date: Wed, 4 Jun 2025 13:27:44 +0000 (+0200) Subject: doc: Update description of pg_constraint.convalidated X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=30c15987d9b;p=postgresql.git doc: Update description of pg_constraint.convalidated The previous description listed the constraint types that this column was used for, but that was outdated, since not-valid not-null constraints are now possible. So just remove that qualification, rather than trying to keep it updated. Author: jian he Reviewed-by: Robert Treat Discussion: https://www.postgresql.org/message-id/flat/CACJufxFo4yTwzbSZrP%2BzQiR6_M00skoZMFaUnNJCdY6he%3DuQfA%40mail.gmail.com --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index cbd4e40a320..018f6e3e08b 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2629,7 +2629,6 @@ SCRAM-SHA-256$<iteration count>:&l Has the constraint been validated? - Currently, can be false only for foreign keys and CHECK constraints