Re: [ADMIN] How to identify connected Users?

2000-12-01 Thread Michel Decima
>Jens Hartwig writes: > >> is there any way to identify users which are currently connected to the >> database? Does perhaps even exist a method to notify this users (e.g. to >> close the connection)? > >ps ax | grep postgres > >is the best way to go. This command tells me that several backends

Re: [ADMIN] How to identify connected Users?

2000-12-01 Thread Peter Eisentraut
Jens Hartwig writes: > is there any way to identify users which are currently connected to the > database? Does perhaps even exist a method to notify this users (e.g. to > close the connection)? ps ax | grep postgres is the best way to go. -- Peter Eisentraut [EMAIL PROTECTED] http

Re: [ADMIN] How to identify connected Users?

2000-12-01 Thread Michel Decima
>is there any way to identify users which are currently connected to the >database? Does perhaps even exist a method to notify this users (e.g. to >close the connection)? I don't know if this feature exists, but it will be very useful for me, too...

[ADMIN] postgres getting bigger and bigger ...

2000-12-01 Thread Thomas Heller
Hi there! I just wondered if it is normal that a running postmaster is getting bigger and bigger the more time it runs. I have configured by postmaster to accept a maximum of 64 sessions. When I start it each session is about 1,5 - 3mb of RAM. After 3-4 days each process is about 140mb of RAM and

[ADMIN] How to identify connected Users?

2000-12-01 Thread Jens Hartwig
Hello all, is there any way to identify users which are currently connected to the database? Does perhaps even exist a method to notify this users (e.g. to close the connection)? Thanks in advance and best regards, Jens = Jens Hartwig --