From c1ea6ce3fffde81e185b7042da7f22159db8cec1 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5fc43e5efc..7ed94341d2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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.39.5