Re: [HACKERS] [ pgsql-monitoring ]

2002-11-07 Thread Christopher Kings-Lynne
Turn on query monitoring in the postgresql.conf and then go:   select * from pg_stat_activity;   Chris -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Osvâneo A. FerreiraSent: Wednesday, 6 November 2002 4:49 AMTo: [EMAIL PROTECTED]Subject

Re: [HACKERS] [ pgsql-monitoring ]

2002-11-07 Thread Andrew Sullivan
On Tue, Nov 05, 2002 at 06:48:30PM -0200, Osv?neo A. Ferreira wrote: > Hi, > > I has a dinamic application, constructed on php, connecting in db postgres 7.2. > I would like monitor the all established connection. I want know whish command is >running at moment. > > Help, please !!! Check out