Re: Tab-complete for CREATE EVENT TRIGGER ON TABLE_REWRITE
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-05-25T03:56:50Z
Lists: pgsql-hackers
On Wed, May 25, 2022 at 03:40:51AM +0000, houzj.fnst@fujitsu.com wrote: > When working on some table_rewrite related projects, I noticed that we don’t > have tab-complete for "ON table_rewrite" when creating the event trigger. I think it > might be better to add this. Here is the patch. Thoughts ? Indeed. Will fix, thanks. -- Michael
Commits
-
Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psql
- 0dc379de6463 15.0 landed