Hi,
I'm using PostgreSQL 7.3.2
Is there a way to know if there are users connecting to my database (either via the web or telnet or whatever...)
I need that for in case I want to shut down the server, I want to know first if there are users still connecting to the database before shutting it down.
Thanx in adance
Pascal