Tab complete for CREATE OR REPLACE TRIGGER statement - Mailing list pgsql-hackers

From Shinoda, Noriyoshi (PN Japan FSI)
Subject Tab complete for CREATE OR REPLACE TRIGGER statement
Date
Msg-id TU4PR8401MB115244623CF4724DCA0D507FEEE30@TU4PR8401MB1152.NAMPRD84.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Tab complete for CREATE OR REPLACE TRIGGER statement  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi, Hackers.

 Yesterday, OR REPLACE clause was provided to the CREATE TRIGGER statement, so I wrote a patch for tab completion for
thepsql command. 
TRIGGER adds tab completion to the CREATE OR REPLACE statement, and the CREATE TRIGGER and CREATE OR REPLACE TRIGGER
statementsare completed in the same way. 
I referred to the tab completion code of the CREATE RULE statement.

Regards,
Noriyoshi Shinoda

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: PostmasterIsAlive() in recovery (non-USE_POST_MASTER_DEATH_SIGNAL builds)
Next
From: Daniel Gustafsson
Date:
Subject: Re: Move OpenSSL random under USE_OPENSSL_RANDOM