Re: doc pg_constraint.convalidated column description need update - Mailing list pgsql-hackers

From jian he
Subject Re: doc pg_constraint.convalidated column description need update
Date
Msg-id CACJufxGA4MvBSJV03uih6o728ATmUg8-9=1pJUnr6gAwKkTPFw@mail.gmail.com
Whole thread Raw
In response to Re: doc pg_constraint.convalidated column description need update  (Robert Treat <rob@xzilla.net>)
Responses Re: doc pg_constraint.convalidated column description need update
List pgsql-hackers
On Thu, Jun 5, 2025 at 4:47 AM Robert Treat <rob@xzilla.net> wrote:
>
> I think some of those changes are worth a second stab, so here is an
> updated patch which removes the ancillary tagging and corresponding
> line wrappings and focuses just on the wording/grammer improvements;
> hopefully it will be easier to make sense of.
>

hi.

    <para>
-    Scanning a large table to verify a new foreign key or check constraint
+    Scanning a large table to verify new foreign key, check, or not
null constraints
     can take a long time, and other updates to the table are locked out
     until the <command>ALTER TABLE ADD CONSTRAINT</command> command is
     committed.  The main purpose of the <literal>NOT VALID</literal>

here, it should be "not-null constraints"?
Other than that, it looks good to me



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Replace some %llu remnants in the tree
Next
From: Pavel Stehule
Date:
Subject: Re: pg_restore - cannot to restore blobs in dictionary format from older pg dumps