|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.467 2009/01/08 00:13:21 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.468 2009/01/08 00:44:18 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -11343,7 +11343,8 @@ postgres=# select * from unnest2(array[[1,2],[3,4]]);
|
11343 | 11343 | <row>
|
11344 | 11344 | <entry><literal><function>current_query</function></literal></entry>
|
11345 | 11345 | <entry><type>text</type></entry>
|
11346 |
| - <entry>text of the currently executing query (might contain more than one statement)</entry> |
| 11346 | + <entry>text of the currently executing query, as submitted |
| 11347 | + by the client (might contain more than one statement)</entry> |
11347 | 11348 | </row>
|
11348 | 11349 |
|
11349 | 11350 | <row>
|
|