File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4897,13 +4897,13 @@ $$ LANGUAGE plpgsql;
48974897 <para>
48984898 Variable substitution currently works only in <command>SELECT</command>,
48994899 <command>INSERT</command>, <command>UPDATE</command>,
4900- <command>DELETE</command>, and commands containing one of
4901- these (such as <command>EXPLAIN</command> and <command>CREATE TABLE
4902- ... AS SELECT</command>),
4903- because the main SQL engine allows query parameters only in these
4904- commands. To use a non-constant name or value in other statement
4905- types (generically called utility statements), you must construct
4906- the utility statement as a string and <command>EXECUTE</command> it.
4900+ <command>DELETE</command>, <command>MERGE</command> and commands
4901+ containing one of these (such as <command>EXPLAIN</command> and
4902+ <command>CREATE TABLE ... AS SELECT</command>), because the main SQL
4903+ engine allows query parameters only in these commands. To use a
4904+ non-constant name or value in other statement types (generically called
4905+ utility statements), you must construct the utility statement as a string
4906+ and <command>EXECUTE</command> it.
49074907 </para>
49084908
49094909 </sect2>
You can’t perform that action at this time.
0 commit comments