INSERT ... RETURNING documentation

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема INSERT ... RETURNING documentation
Дата
Msg-id 172193970148.915373.2403176471224676074@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: INSERT ... RETURNING documentation
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/sql-insert.html
Description:

The grammar
[ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]
seems wrong to me. I appears to say it could be either
RETURNING *
or
output_expression [ [ AS ] output_name ] [, ...]

but I believe the RETURNING is always required.

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