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