diff options
author | Peter Eisentraut | 2025-06-04 13:27:44 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-06-04 13:27:44 +0000 |
commit | 30c15987d9b7ecc93674cf8ade0ad53ac265ec3b (patch) | |
tree | 907f7ff5b98a7af926030815f8bf475f911ccc38 /doc/src | |
parent | 48814415d5aa0baa31622dd1ede9012e66232ca0 (diff) |
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 <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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 1 |
1 files changed, 0 insertions, 1 deletions
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$<replaceable><iteration count></replaceable>:<replaceable>&l </para> <para> Has the constraint been validated? - Currently, can be false only for foreign keys and CHECK constraints </para></entry> </row> |