Re: Who's attached to the database?

From: Bricklen Anderson <banderson(at)presinet(dot)com>
To: Carol Walter <walterc(at)indiana(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Who's attached to the database?
Date: 2008-07-03 21:17:30
Message-ID: 486D41EA.1010606@presinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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>);

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Carol Walter 2008-07-03 21:23:50 Re: Who's attached to the database?
Previous Message Carol Walter 2008-07-03 20:07:23 Re: Who's attached to the database?