mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Document current_query() as being the _client_ query.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.467 2009/01/08 00:13:21 momjian Exp $ -->
 | 
					<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.468 2009/01/08 00:44:18 momjian Exp $ -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 <chapter id="functions">
 | 
					 <chapter id="functions">
 | 
				
			||||||
  <title>Functions and Operators</title>
 | 
					  <title>Functions and Operators</title>
 | 
				
			||||||
@@ -11343,7 +11343,8 @@ postgres=# select * from unnest2(array[[1,2],[3,4]]);
 | 
				
			|||||||
      <row>
 | 
					      <row>
 | 
				
			||||||
       <entry><literal><function>current_query</function></literal></entry>
 | 
					       <entry><literal><function>current_query</function></literal></entry>
 | 
				
			||||||
       <entry><type>text</type></entry>
 | 
					       <entry><type>text</type></entry>
 | 
				
			||||||
       <entry>text of the currently executing query (might contain more than one statement)</entry>
 | 
					       <entry>text of the currently executing query, as submitted
 | 
				
			||||||
 | 
					       by the client (might contain more than one statement)</entry>
 | 
				
			||||||
      </row>  
 | 
					      </row>  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <row>
 | 
					      <row>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user