Re: [GENERAL] logging queries and time used

2004-11-01 Thread Michael Fuhr
On Fri, Oct 29, 2004 at 11:18:48PM +0200, stig erikson wrote: > i would like to log every single query coming in to the database into a > table. i would like the log to include the entire query and execution > time and execution cost, and if possible the user that executed the query. > > A trig

[GENERAL] logging queries and time used

2004-10-31 Thread stig erikson
Hi. i would like to log every single query coming in to the database into a table. i would like the log to include the entire query and execution time and execution cost, and if possible the user that executed the query. A trigger is what i was thinking of, but how can i find out the actual que