Potential typo in abbreviated insertion query - Mailing list pgsql-docs

From PG Doc comments form
Subject Potential typo in abbreviated insertion query
Date
Msg-id 160912275508.676.17469511338925622905@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Potential typo in abbreviated insertion query
List 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 by date:

Previous
From: Steven Pousty
Date:
Subject: Re: Trusted versus untrusted Pl language
Next
From: Bruce Momjian
Date:
Subject: Re: Potential typo in abbreviated insertion query