Re: incorrect (incomplete) description for "alter domain"

2024-07-29 Thread David G. Johnston
On Mon, Jul 29, 2024 at 8:17 AM Tom Lane wrote: > I wrote: > > I think the page is technically correct, but I'm inclined to duplicate > > this text from the CREATE DOMAIN page: > > > where domain_constraint is: > > [ CONSTRAINT constraint_name ] > > { NOT NULL | NULL | CHECK (ex

Re: incorrect (incomplete) description for "alter domain"

2024-07-29 Thread Tom Lane
I wrote: > I think the page is technically correct, but I'm inclined to duplicate > this text from the CREATE DOMAIN page: > where domain_constraint is: > [ CONSTRAINT constraint_name ] > { NOT NULL | NULL | CHECK (expression) } > rather than making readers go look that up. Act

Re: incorrect (incomplete) description for "alter domain"

2024-07-29 Thread Tom Lane
"David G. Johnston" writes: > On Monday, July 29, 2024, PG Doc comments form > wrote: >> In the Synopsis section of >> https://www.postgresql.org/docs/current/sql-alterdomain.html >> this is incorrect (incomplete): >> "ALTER DOMAIN name ADD domain_constraint [ NOT VALID ]" >> It should be >> "ALT

Re: Typo in 15.3.4

2024-07-29 Thread David G. Johnston
On Mon, Jul 29, 2024 at 7:00 AM Daniel Gustafsson wrote: > On 25 Jul 2024, at 19:07, David G. Johnston > wrote: > > On Thu, Jul 25, 2024 at 9:50 AM PG Doc comments form < > nore...@postgresql.org> wrote: > >> The following documentation comment has been logged on the website: >> >> Page: https:/

Re: Typo in 15.3.4

2024-07-29 Thread Daniel Gustafsson
On 25 Jul 2024, at 19:07, David G. Johnston wrote:On Thu, Jul 25, 2024 at 9:50 AM PG Doc comments form wrote:The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/parallel-plans.html Description: In section 15.3.4, I

Re: incorrect (incomplete) description for "alter domain"

2024-07-29 Thread David G. Johnston
On Monday, July 29, 2024, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/sql-alterdomain.html > Description: > > In the Synopsis section of > https://www.postgresql.org/docs/current/sql-alterdomain.htm

Re: incorrect (incomplete) description for "alter domain"

2024-07-29 Thread Erik Wienhold
On 2024-07-29 13:02 +0200, PG Doc comments form wrote: > In the Synopsis section of > https://www.postgresql.org/docs/current/sql-alterdomain.html > this is incorrect (incomplete): > "ALTER DOMAIN name ADD domain_constraint [ NOT VALID ]" > It should be > "ALTER DOMAIN name ADD CONSTRAINT domain_c

incorrect (incomplete) description for "alter domain"

2024-07-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/sql-alterdomain.html Description: In the Synopsis section of https://www.postgresql.org/docs/current/sql-alterdomain.html this is incorrect (incomplete): "ALTER DOMAIN name ADD domain_cons