From: Bruce Momjian Date: Thu, 8 Jan 2009 00:44:18 +0000 (+0000) Subject: Document current_query() as being the _client_ query. X-Git-Tag: REL8_4_BETA1~431 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af96c82019b1ff750fdc78271ec36c23ac09b098;p=thirdparty%2Fpostgresql.git Document current_query() as being the _client_ query. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 72d34efb8bf..b948754a963 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -11343,7 +11343,8 @@ postgres=# select * from unnest2(array[[1,2],[3,4]]); current_query text - text of the currently executing query (might contain more than one statement) + text of the currently executing query, as submitted + by the client (might contain more than one statement)