Missing ;

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Missing ;
Дата
Msg-id 169965004097.225187.12941375915673151540@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Missing ;  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-docs
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;

Possibly the most pathetic contribution ever? 
Apologies.

Tim

В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Typo in documentation - runtime-config-wal
Следующее
От: Paul A Jungwirth
Дата:
Сообщение: Re: Add minimal C example and SQL registration example for custom table access methods.