Re: (LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented
bt21tanigaway <bt21tanigaway@oss.nttdata.com>
From: bt21tanigaway <bt21tanigaway@oss.nttdata.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>,
pgsql-hackers@lists.postgresql.org
Date: 2021-09-28T08:06:29Z
Lists: pgsql-hackers
Attachments
- fix-tab-complete2.patch (text/x-diff) patch
2021-09-28 17:03 に bt21tanigaway さんは書きました: > 2021-09-28 16:36 に Fujii Masao さんは書きました: >> On 2021/09/28 16:13, bt21tanigaway wrote: >>> Hi, >>> >>> (LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented in >>> tab-complete. I made a patch for these options. >> >> Thanks for the patch! >> The patch seems to forget to handle the tab-completion for >> "LOCK ONLY <table-name> IN". > > Thanks for your comment! > I attach a new patch fixed to this mail. > > Regards, > > Koyu Tanigawa Sorry, I forgot to attach patch file. "fix-tab-complete2.patch" is fixed! Regards, Koyu Tanigawa
Commits
-
psql: Improve tab-completion for LOCK TABLE.
- 0b0d277c3553 15.0 landed