Potential typo in abbreviated insertion query

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: fotis(dot)koutoupas(at)gmail(dot)com
Subject: Potential typo in abbreviated insertion query
Date: 2020-12-28 02:32:35
Message-ID: 160912275508.676.17469511338925622905@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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`.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2020-12-31 18:44:56 Re: Potential typo in abbreviated insertion query
Previous Message Stephen Frost 2020-12-24 21:48:49 Re: Trusted versus untrusted Pl language