doc pg_constraint.convalidated column description need update

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: doc pg_constraint.convalidated column description need update
Date: 2025-05-02 02:19:00
Message-ID: CACJufxFo4yTwzbSZrP+zQiR6_M00skoZMFaUnNJCdY6he=uQfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.

catalog.sgml:

<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>convalidated</structfield> <type>bool</type>
</para>
<para>
Has the constraint been validated?
Currently, can be false only for foreign keys and CHECK constraints
</para></entry>
</row>

with NOT NULL NOT VALID,
we need rephrase it to something like:
"Currently, can be false only for foreign keys, CHECK and not-null constraints"
I am also ok with just deleting it.

BTW, I happen to notice a minor issue:
some pg_catalog table column entry descriptions ending with a period,
some didn't.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2025-05-02 02:44:50 PG 18 release notes draft committed
Previous Message Michael Paquier 2025-05-02 01:11:55 Re: Should shared_preload_libraries be loaded during binary upgrade?