Re: - Mailing list pgsql-admin

From Jouneau Luc
Subject Re:
Date
Msg-id 005101c47f73$9c321130$4703668a@pc502jlo
Whole thread Raw
In response to ...  ("restellifabio@libero.it" <restellifabio@libero.it>)
List pgsql-admin
> 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

pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Adding multiple instances to 7.4
Next
From: "Jouneau Luc"
Date:
Subject: Re: Adding multiple instances to 7.4