MERGE command is not mentioned in the list of commands for variable substitution

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: emorgunov(at)mail(dot)ru
Subject: MERGE command is not mentioned in the list of commands for variable substitution
Date: 2025-11-10 14:29:03
Message-ID: 176278494385.770.15550176063450771532@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/plpgsql-implementation.html
Description:

In the last paragraph of the section 41.11.1. "Variable Substitution" there
is such a sentence --
"Variable substitution currently works only in SELECT, INSERT, UPDATE,
DELETE, and commands containing one of these..."
https://www.postgresql.org/docs/current/plpgsql-implementation.html#PLPGSQL-VAR-SUBST
But experiments showed that variable substitution works for MERGE command
too.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David Rowley 2025-11-10 21:44:36 Re: MERGE command is not mentioned in the list of commands for variable substitution
Previous Message David G. Johnston 2025-11-10 12:05:09 Re: question about parallel. i read document and i can't solve it. provide the solution please.