hi
Can you tell me how to disconnect some users from command line. I mean I want to disconnect some user from database without restarting postmaster
when i do something like this
select * from pg_stat_activity
I had information but how can I use this to disconnect users from databases
THX