8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678a0d2 commit 2fdd357Copy full SHA for 2fdd357
doc/src/sgml/xfunc.sgml
@@ -116,7 +116,7 @@
116
Besides <command>SELECT</command> queries, the commands can include data
117
modification queries (<command>INSERT</command>,
118
<command>UPDATE</command>, and <command>DELETE</command>), as well as
119
- other SQL commands. (You cannot put transaction commands, e.g.
+ other SQL commands. (You cannot use transaction control commands, e.g.
120
<command>COMMIT</>, <command>SAVEPOINT</>, and some utility
121
commands, e.g. <literal>VACUUM</>, into an <acronym>SQL</acronym> function.)
122
However, the final command
0 commit comments