Re: Tab complete for CREATE OR REPLACE TRIGGER statement

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "Shinoda, Noriyoshi (PN Japan FSI)" <noriyoshi(dot)shinoda(at)hpe(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Tab complete for CREATE OR REPLACE TRIGGER statement
Date: 2020-11-17 02:02:19
Message-ID: 20201117020219.GE19692@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-11-17 02:14:51 Re: Tab complete for CREATE OR REPLACE TRIGGER statement
Previous Message tsunakawa.takay@fujitsu.com 2020-11-17 01:45:53 RE: Disable WAL logging to speed up data loading