Re: [GENERAL] capturing and storing query statement with rules

Joe Conway <mail@joeconway.com>

From: Joe Conway <mail@joeconway.com>
To: Mike Mascari <mascarm@mascari.com>
Cc: Guillaume LELARGE <gleu@wanadoo.fr>, "Hackers (PostgreSQL)" <pgsql-hackers@postgresql.org>, Andrew Gould <andrewgould@yahoo.com>
Date: 2003-06-24T21:07:23Z
Lists: pgsql-hackers, pgsql-general
(moving to HACKERS)

Mike Mascari wrote:
> Joe Conway wrote:
>>I think this shows how to do what you want:
>>http://archives.postgresql.org/pgsql-sql/2003-05/msg00301.php
> 
> Maybe debug_query_string should be mapped into a variable like
> CURRENT_USER? Perhaps something like CURRENT_QUERY?
> 

I was thinking something similar. This exact question has come up at 
least three times in the last three months. I doubt we'd want a special 
keyword like CURRENT_QUERY, but maybe current_query()?

Comments?

Joe