File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 116116 Besides <command>SELECT</command> queries, the commands can include data
117117 modification queries (<command>INSERT</command>,
118118 <command>UPDATE</command>, and <command>DELETE</command>), as well as
119- other SQL commands. (The only exception is that you cannot put
120- <command>BEGIN</>, <command> COMMIT</>, <command>ROLLBACK </>, or
121- <command>SAVEPOINT </> commands into a <acronym>SQL</acronym> function.)
119+ other SQL commands. (You cannot put transaction commands, e.g.
120+ <command>COMMIT</>, <command>SAVEPOINT </>, and some utility
121+ commands, e.g. <literal>VACUUM </>, into an <acronym>SQL</acronym> function.)
122122 However, the final command
123123 must be a <command>SELECT</command> or have a <literal>RETURNING</>
124124 clause that returns whatever is
You can’t perform that action at this time.
0 commit comments