pgsql: doc: Update description of pg_constraint.convalidated - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Update description of pg_constraint.convalidated
Date
Msg-id E1uMoGk-0009fo-21@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/30c15987d9b7ecc93674cf8ade0ad53ac265ec3b

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc PG 18 relnotes: Add incompatibility note about checksums now
Next
From: Nathan Bossart
Date:
Subject: pgsql: doc: Remove notes about "unencrypted" passwords.