Re: [GENERAL] actual SQL statement

2006-02-23 Thread A. Kretschmer
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

2006-02-23 Thread MG
Hello,   can I find out, what SQL statement the PostgreSQL-server is executing?   Thanks Michaela