Re: terminate a coonextion within pg - Mailing list pgsql-novice

From mark
Subject Re: terminate a coonextion within pg
Date
Msg-id 03ac01cc35fd$74f9d5b0$5eed8110$@com
Whole thread Raw
In response to terminate a coonextion within pg  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Responses Re: terminate a coonextion within pg  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
List pgsql-novice

> -----Original Message-----
> From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-
> owner@postgresql.org] On Behalf Of Jean-Yves F. Barbier
> Sent: Tuesday, June 28, 2011 12:16 PM
> To: pgsql-novice@postgresql.org
> Subject: [NOVICE] terminate a coonextion within pg
>
> Hi list,
>
> Is there a possibility for a dbA to immediately terminate a working
> user
> connection?
>
> JY

SELECT pg_termindate_backend(process_id);


> --
>
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice


pgsql-novice by date:

Previous
From: "Carlos Brooks"
Date:
Subject: Re: Error 1053
Next
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: terminate a coonextion within pg