Re: How to disconnect client from Server forcefully

From: "bala srini" <bala(dot)srini(at)rediffmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Cc: olivier(at)scmbb(dot)ulb(dot)ac(dot)be, "G u i d o B a r o s i o" <gbarosio(at)uolsinectis(dot)com(dot)ar>
Subject: Re: How to disconnect client from Server forcefully
Date: 2004-08-23 04:47:58
Message-ID: 20040823044758.21817.qmail@webmail18.rediffmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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 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 the connection.
>
>
>On Fri, 20 Aug 2004 G u i d o B a r o s i o wrote :
> >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 server. But what will happen to already existing remote connection? I want to disconnect this also ..
> > >
> > > Sorry I can't change the firewall settings...
> > >
> > > Regards
> > > Srini
> > >
> > > On Fri, 20 Aug 2004 Olivier Hubaut wrote :
> > > >On 20 Aug 2004 12:05:47 -0000, bala srini <bala(dot)srini(at)rediffmail(dot)com> 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 the corresponding process(Remote Db connection) in the server. But server is automatically respawning the connection. Can you please help me out in this?
> > > >>
> > > >>Regards
> > > >>Srini.
> > > >>
> > > >In fact, I think it's not the server that respawn the connection but simply the client that make a new connection when it goes disconnected. Can't you use any firewall to simply block remote connection on the postmaster host (or simply on the 5432 port)?
> > > >
> > > >
> > > >-- Downloading signature ... 99%
> > > >*CRC FAILED*
> > > >signature aborted
> >

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Marius Andreiana 2004-08-23 05:47:55 Re: Looking for tool for Graphic Database Design
Previous Message Roberto Assis 2004-08-22 19:38:26 Re: Looking for tool for Graphic Database Design