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

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: bt21tanigaway <bt21tanigaway(at)oss(dot)nttdata(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: (LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented
Date: 2021-09-28 07:36:49
Message-ID: 79967bce-cc80-1941-463b-883bd5606790@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message bt21tanigaway 2021-09-28 08:03:57 Re: (LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented
Previous Message bt21tanigaway 2021-09-28 07:13:45 (LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented