diff options
author | Bruce Momjian | 2011-03-10 23:47:44 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-03-10 23:47:44 +0000 |
commit | 2fdd357cae8ac4dc472375301bde701b2bf76f54 (patch) | |
tree | db24f0a602f467eaef5b443c3eee6a6e3bb4698f | |
parent | 678a0d286c2928aa85bcf25e5c3c633e88e44999 (diff) |
Improve SQL function disallowed command wording.
-rw-r--r-- | doc/src/sgml/xfunc.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 70dfe380190..2280b2fd6ad 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -116,7 +116,7 @@ Besides <command>SELECT</command> queries, the commands can include data modification queries (<command>INSERT</command>, <command>UPDATE</command>, and <command>DELETE</command>), as well as - other SQL commands. (You cannot put transaction commands, e.g. + 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.) However, the final command |