Re: Anyway to know which users are connected to postgres? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Anyway to know which users are connected to postgres?
Date
Msg-id 200201141734.g0EHYgE02887@candle.pha.pa.us
Whole thread Raw
In response to Anyway to know which users are connected to postgres?  ("Peter E. Chen" <pchen3@jhmi.edu>)
List pgsql-general
Peter E. Chen wrote:
> Hey All,
>
> I'd like to know if there is anyway one can figure out who is currently
> connected to the database.

You can use ps to see args of connected users, or pg_monitor at:

    http://gborg.postgresql.org/project/pgmonitor

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: "steve boyle"
Date:
Subject: Re: Adding constraint to existing table.
Next
From: Coax
Date:
Subject: Re: Performance tips