Re: detached query?

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Yves Dorfsman <yves(at)zioup(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: detached query?
Date: 2015-05-07 01:15:10
Message-ID: CANu8FixOKmW2CQYLJBcNUAQUvHb-es73DjrG4nVKRur0mb+vgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Although not a PostgreSQL utility, in Linux, you can use screen or tmux to
establish a connection and then disconnect.

On Wed, May 6, 2015 at 6:48 PM, David G. Johnston <
david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

> On Wed, May 6, 2015 at 3:37 PM, Yves Dorfsman <yves(at)zioup(dot)com> wrote:
>
>>
>> On 9.3, is there any way to start a query, detach from the server and
>> have the
>> query keep going (long query that updates tables, but nothing is
>> returned)?
>>
>
> ​No. Sessions require an external client to maintain its connection.
>
> David J.
> ​
>
>

--
*Melvin Davidson*
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2015-05-07 02:24:21 Re: finding tables about to be vacuum freezed
Previous Message David G. Johnston 2015-05-06 22:48:52 Re: detached query?