mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
More wording improvements for disallowed SQL function commands.
This commit is contained in:
parent
2fdd357cae
commit
3aa6041db5
@ -118,7 +118,7 @@
|
||||
<command>UPDATE</command>, and <command>DELETE</command>), as well as
|
||||
other SQL commands. (You cannot use transaction control commands, e.g.
|
||||
<command>COMMIT</>, <command>SAVEPOINT</>, and some utility
|
||||
commands, e.g. <literal>VACUUM</>, into an <acronym>SQL</acronym> function.)
|
||||
commands, e.g. <literal>VACUUM</>, in <acronym>SQL</acronym> functions.)
|
||||
However, the final command
|
||||
must be a <command>SELECT</command> or have a <literal>RETURNING</>
|
||||
clause that returns whatever is
|
||||
|
Loading…
Reference in New Issue
Block a user