Re: Who's attached to the database? - Mailing list pgsql-admin

From Bricklen Anderson
Subject Re: Who's attached to the database?
Date
Msg-id 486D41EA.1010606@presinet.com
Whole thread Raw
In response to Re: Who's attached to the database?  (Carol Walter <walterc@indiana.edu>)
Responses Re: Who's attached to the database?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-admin
Carol Walter wrote:
> Thanks, guys,
>
> This told me that the user that has it open is the interface user called
> db_user.  Is there a command to disconnect this user?
>
> Carol

select pg_cancel_backend(<procpid of connection>);

pgsql-admin by date:

Previous
From: Carol Walter
Date:
Subject: Re: Who's attached to the database?
Next
From: "Kevin Grittner"
Date:
Subject: Re: Who's attached to the database?