Re: Tab complete for CREATE OR REPLACE TRIGGER statement

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: "Shinoda, Noriyoshi (PN Japan FSI)" <noriyoshi.shinoda@hpe.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-17T02:02:19Z
Lists: pgsql-hackers
On Mon, Nov 16, 2020 at 08:12:05AM +0000, Shinoda, Noriyoshi (PN Japan FSI) wrote:
>  Yesterday, OR REPLACE clause was provided to the CREATE TRIGGER
> statement, so I wrote a patch for tab completion for the psql
> command.

Thanks, the logic looks fine.  I'll apply if there are no objections.
Please note that git diff --check and that the indentation does not
seem quite right, but that's easy enough to fix.
--
Michael

Commits

  1. Add tab completion for CREATE [OR REPLACE] TRIGGER in psql