Re: Missing ; - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: Missing ;
Date
Msg-id D3879A55-0F95-4DFA-8251-7CAA1FF51BDA@yesql.se
Whole thread Raw
In response to Missing ;  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
> On 10 Nov 2023, at 22:00, PG Doc comments form <noreply@postgresql.org> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/16/sql-select.html
> Description:
>
> Hi,
>
> To be consistent, the "with" example should end in a ";".
>
> WITH t AS (
>    SELECT random() as x FROM generate_series(1, 3)
>  )
> SELECT * FROM t
> UNION ALL
> SELECT * FROM t;

Thats absolutely right, it should end with a semicolon.

> Possibly the most pathetic contribution ever?
> Apologies.

No need for an apology.  *All* contributions are valuable, big and small.  I'll
go ahead and fix this, thanks for the report!

--
Daniel Gustafsson




pgsql-docs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: add new acronym "AM"
Next
From: Roman Frołow
Date:
Subject: Re: T is a mandatory date time separator in RFC3339 but documentation states differently