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

From: bt21tanigaway <bt21tanigaway(at)oss(dot)nttdata(dot)com>
To: Fujii Masao <masao(dot)fujii(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 08:06:29
Message-ID: bf29c936d1ba16d71423bde2ce2d4be1@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
fix-tab-complete2.patch text/x-diff 3.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2021-09-28 08:25:20 Re: improvements in Unicode tables generation code
Previous Message bt21tanigaway 2021-09-28 08:03:57 Re: (LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented