Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-23 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bala srini wrote: | Hi All | Can anyone help me reg the below mail? | | Assuming the environment is thru the terminal i.e by setting the PGHOST varaible to server machine and then invoking the command "psql" from client machine. | | Thanks & Regards

Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-22 Thread bala srini
Hi All  Can anyone help me reg the below mail? Assuming the environment is thru the terminal i.e by setting the PGHOST varaible to server machine and then invoking the command "psql" from client machine. Thanks & Regards Bala. On Fri, 20 Aug 2004 bala srini wrote : >Assuming that the envi

Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-20 Thread bala srini
Assuming that the enviroment of establishing the connection in client may be anything.  I want to terminate these remote connections from server side. I referred killing the process in server side. this porcess is corresponding to the client connsction. After killing also, Client will respawn th

Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-20 Thread G u i d o B a r o s i o
Also,... how does the aplication performs the connection? Describe the enviroment please. (web, perl (Pg) -> db ie) guido > > Thanks for ur reply... > Actually I can set the tcpipsocket option in postgresql.conf file to false. This > will block all further remote connection to my serv

Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-20 Thread G u i d o B a r o s i o
how do you kill the process? Regards, Guido > > Thanks for ur reply... > Actually I can set the tcpipsocket option in postgresql.conf file to false. This > will block all further remote connection to my server. But what will happen to > already existing remote connection? I want to disconnect t

Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-20 Thread bala srini
Thanks for ur reply... Actually I can set the tcpipsocket option in postgresql.conf file to false. This will block all further remote connection to my server. But what will happen to already existing remote connection? I want to disconnect this also ..   Sorry I can't change the firewall setting

Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-20 Thread Olivier Hubaut
On 20 Aug 2004 12:05:47 -, bala srini <[EMAIL PROTECTED]> wrote: Hi  I want to disconnect all already established REMOTE DB connections from the server without restarting the Postmaster daemon. Requirement is that diconnect should be done from the server side. Actually I tried to kill

[ADMIN] How to disconnect client from Server forcefully

2004-08-20 Thread bala srini
Hi  I want to disconnect all already established REMOTE DB connections from the server without restarting the Postmaster daemon. Requirement is that diconnect should be done from the server side. Actually I tried to kill the corresponding process(Remote Db connection) in the server. But server