| From: | Perry Smith <pedz(at)easesoftware(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Help with large delete |
| Date: | 2022-04-16 19:06:15 |
| Message-ID: | CC04667A-FE24-45F8-BABB-573CD0A0C87B@easesoftware.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> On Apr 16, 2022, at 13:56, Rob Sargent <robjsargent(at)gmail(dot)com> wrote:
>
>
>
>> On Apr 16, 2022, at 12:24 PM, Perry Smith <pedz(at)easesoftware(dot)com> wrote:
>>
>>
>>
>>> On Apr 16, 2022, at 12:57, Jan Wieck <jan(at)wi3ck(dot)info <mailto:jan(at)wi3ck(dot)info>> wrote:
>>>
>>> Make your connection immune to disconnects by using something like the screen utility.
>>
>> Exactly… I’m using emacs in a server (daemon) mode so it stays alive. Then I do “shell” within it.
> I use emacs a lot. It doesn’t keep the terminal alive in my experience. Perhaps nohup?
https://www.emacswiki.org/emacs/EmacsAsDaemon
Doing: emacs —daemon
You will see a couple of messages about loading up the customized file and then it detaches and you get back to the prompt.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ajay Kajla | 2022-04-17 05:30:02 | Facing issues with pgsql upgrade. |
| Previous Message | Rob Sargent | 2022-04-16 18:56:45 | Re: Help with large delete |