Re: Missing ;

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: tim(dot)needham2(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Missing ;
Date: 2023-11-13 11:22:45
Message-ID: D3879A55-0F95-4DFA-8251-7CAA1FF51BDA@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 10 Nov 2023, at 22:00, PG Doc comments form <noreply(at)postgresql(dot)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

In response to

  • Missing ; at 2023-11-10 21:00:40 from PG Doc comments form

Browse pgsql-docs by date

  From Date Subject
Next Message Roman Frołow 2023-11-13 11:27:22 Re: T is a mandatory date time separator in RFC3339 but documentation states differently
Previous Message Alvaro Herrera 2023-11-13 11:20:15 Re: add new acronym "AM"