Re: (LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: bt21tanigaway <bt21tanigaway@oss.nttdata.com>, pgsql-hackers@lists.postgresql.org
Date: 2021-09-28T07:36:49Z
Lists: pgsql-hackers

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".

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



Commits

  1. psql: Improve tab-completion for LOCK TABLE.