Potential typo in abbreviated insertion query

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Potential typo in abbreviated insertion query
Дата
Msg-id 160912275508.676.17469511338925622905@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Potential typo in abbreviated insertion query  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/executor.html
Description:

It's located within the parentheses of the last paragraph.

>(A simple INSERT ... VALUES command creates a trivial plan tree consisting
of a single Result node, which computes just one result row, and ModifyTable
above it to perform the insertion. But INSERT ... SELECT can demand the full
power of the executor mechanism.)

I'm under the impression that the second inline code block refers to `INSERT
... VALUES`.

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

Предыдущее
От: Steven Pousty
Дата:
Сообщение: Re: Trusted versus untrusted Pl language
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Potential typo in abbreviated insertion query