> help me! > I want see all field od this query: > SELECT pg_stat_get_backend_pid(s.backendid) AS procpid, > pg_stat_get_backend_activity(s.backendid) AS current_query FROM (SELECT > pg_stat_get_backend_idset() AS backendid) s; Have you set stats_command_string to true in $PGDATA/postgresql.conf ?
Jouneau Luc ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])