From 3aa6041db5706821295da34b47c60b18a0a34021 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Thu, 10 Mar 2011 18:50:44 -0500
Subject: More wording improvements for disallowed SQL function commands.
---
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index 2280b2fd6ad..1a35014170b 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -118,7 +118,7 @@
UPDATE, and DELETE), as well as
other SQL commands. (You cannot use transaction control commands, e.g.
COMMIT>, SAVEPOINT>, and some utility
- commands, e.g. VACUUM>, into an SQL function.)
+ commands, e.g. VACUUM>, in SQL functions.)
However, the final command
must be a SELECT or have a RETURNING>
clause that returns whatever is
--
cgit v1.2.3