doc: Update description of pg_constraint.convalidated
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 4 Jun 2025 13:27:44 +0000 (15:27 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 4 Jun 2025 13:27:44 +0000 (15:27 +0200)
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 <jian.universality@gmail.com>
Reviewed-by: Robert Treat <rob@xzilla.net>
Discussion: https://www.postgresql.org/message-id/flat/CACJufxFo4yTwzbSZrP%2BzQiR6_M00skoZMFaUnNJCdY6he%3DuQfA%40mail.gmail.com

doc/src/sgml/catalogs.sgml

index cbd4e40a320b3a2875c1f324dcb2641d5b3f8804..018f6e3e08bae98b561f352610e4642957e5313b 100644 (file)
@@ -2629,7 +2629,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
       </para>
       <para>
        Has the constraint been validated?
-       Currently, can be false only for foreign keys and CHECK constraints
       </para></entry>
      </row>