Re: [GENERAL] actual SQL statement
am 23.02.2006, um 10:58:12 +0100 mailte MG folgendes: > Hello, > > can I find out, what SQL statement the PostgreSQL-server is executing? select * from pg_stat_activity; You should enable 'stats_command_string' in postgresql.conf. Btw.: please, no HTML HTH, Andreas -- Andreas Kretschmer
[GENERAL] actual SQL statement
Hello, can I find out, what SQL statement the PostgreSQL-server is executing? Thanks Michaela