Thread
Commits
-
Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psql
- 0dc379de6463 15.0 landed
-
Tab-complete for CREATE EVENT TRIGGER ON TABLE_REWRITE
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> — 2022-05-25T03:40:51Z
Hi hackers, 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 ? Best regards, Hou zhijie
-
Re: Tab-complete for CREATE EVENT TRIGGER ON TABLE_REWRITE
Michael Paquier <michael@paquier.xyz> — 2022-05-25T03:56:50Z
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