-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
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
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
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
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
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
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
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