Обсуждение: Improve BEGIN tab completion

Поиск
Список
Период
Сортировка

Improve BEGIN tab completion

От
Andreas Karlsson
Дата:
Hi,

I noticed that the tab completion was not aware of that TRANSACTION/WORK
is optional in BEGIN, and that we do not complete [NOT] DEFERRABLE.

While fixing it I also improved the completion support for SET SESSION
slightly.

Andreas

Вложения

Re: Improve BEGIN tab completion

От
Kevin Grittner
Дата:
On Wed, May 18, 2016 at 8:59 AM, Andreas Karlsson <andreas@proxel.se> wrote:

> I noticed that the tab completion was not aware of that TRANSACTION/WORK is
> optional in BEGIN, and that we do not complete [NOT] DEFERRABLE.
>
> While fixing it I also improved the completion support for SET SESSION
> slightly.

Pushed, with an adjustment to handle SET TRANSACTION SNAPSHOT, too.

Thanks!

-- 
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Re: Improve BEGIN tab completion

От
Andreas Karlsson
Дата:
On 09/01/2016 11:28 PM, Kevin Grittner wrote:
> On Wed, May 18, 2016 at 8:59 AM, Andreas Karlsson <andreas@proxel.se> wrote:
>> I noticed that the tab completion was not aware of that TRANSACTION/WORK is
>> optional in BEGIN, and that we do not complete [NOT] DEFERRABLE.
>>
>> While fixing it I also improved the completion support for SET SESSION
>> slightly.
>
> Pushed, with an adjustment to handle SET TRANSACTION SNAPSHOT, too.

Thanks!

Andreas