Re: orphaned psql's

From: "Mattias Kregert" <mattias(at)kregert(dot)se>
To: "CSN" <cool_screen_name90001(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: orphaned psql's
Date: 2003-10-06 09:17:14
Message-ID: 010201c38bea$a25392a0$09000a0a@kregert.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If I understand it correctly, you use ssh/telnet/whatever to login to your remote server, Then you run psql on the server?

If you have a bad connection to your server, then you could consider using "screen" which will allow you to reattach (screen -R) to the running frontend on your next login.

/Mattias

----- Original Message -----
From: "CSN" <cool_screen_name90001(at)yahoo(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Monday, October 06, 2003 11:10 AM
Subject: [GENERAL] orphaned psql's

> Every now and then my connection to my remote server
> will disconnect. If I was using the psql commandline,
> "ps" will show it's still running (after I log back
> on). Is there a way to get access to the running psql
> process again, or cause it to disconnect and close? I
> tried "kill" but it didn't do anything.
>
> TIA,
> CSN
>
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message info 2003-10-06 09:26:35 Re: RE : RE : mod_auth_pgsql 2.0.1 don't close the backend
Previous Message CSN 2003-10-06 09:10:24 orphaned psql's