Commit 3aa6041d authored by Bruce Momjian's avatar Bruce Momjian

More wording improvements for disallowed SQL function commands.

parent 2fdd357c
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<command>UPDATE</command>, and <command>DELETE</command>), as well as <command>UPDATE</command>, and <command>DELETE</command>), as well as
other SQL commands. (You cannot use transaction control commands, e.g. other SQL commands. (You cannot use transaction control commands, e.g.
<command>COMMIT</>, <command>SAVEPOINT</>, and some utility <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 However, the final command
must be a <command>SELECT</command> or have a <literal>RETURNING</> must be a <command>SELECT</command> or have a <literal>RETURNING</>
clause that returns whatever is clause that returns whatever is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment