[GENERAL] logging SQL statements

2008-10-09 Thread c k
Is it possible to log all sql statements submitted to database server in a table in that database it self? This will be different from database logs which are written by db server. Regards, CPK

Re: [GENERAL] logging SQL statements

2008-10-09 Thread Greg Smith
On Thu, 9 Oct 2008, c k wrote: Is it possible to log all sql statements submitted to database server in a table in that database it self? It's possible to cobble together something to appoximate that without too much trouble if you're running V8.3. You can use the CSV log format to make