Re: proposal - psql - use pager for \watch command

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal - psql - use pager for \watch command
Date: 2021-07-11 22:58:53
Message-ID: CA+hUKGLiXZweBfYtNTTK+Cpw61+-omksY1KZ0Nvby6rrswOVjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 11, 2021 at 1:18 AM vignesh C <vignesh21(at)gmail(dot)com> wrote:
> On Wed, May 12, 2021 at 5:45 PM Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> > looks so with your patch psql doesn't work on ms

Here's a fix for Windows. The pqsignal() calls are #ifdef'd out. I
also removed a few lines that were added after commit 3a513067 but
aren't needed anymore after fae65629.

Attachment Content-Type Size
v8-0001-Add-PSQL_WATCH_PAGER-for-psql-s-watch-command.patch text/x-patch 12.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-07-11 23:09:21 Re: row filtering for logical replication
Previous Message Heikki Linnakangas 2021-07-11 22:19:47 Re: Protect against possible memory corruption (src/backend/access/nbtree/nbtxlog.c)