From af96c82019b1ff750fdc78271ec36c23ac09b098 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Jan 2009 00:44:18 +0000 Subject: [PATCH] Document current_query() as being the _client_ query. --- doc/src/sgml/func.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 72d34efb8b..b948754a96 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) -- 2.40.0