Re: Improve BEGIN tab completion

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improve BEGIN tab completion
Date: 2016-09-01 21:28:08
Message-ID: CACjxUsOVitS8sEZypZrZ3Kf_EaK9e0vR5FEVAoY1-8cZL-dxOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 18, 2016 at 8:59 AM, Andreas Karlsson <andreas(at)proxel(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kurt Roeckx 2016-09-01 21:44:28 [PATCH] OpenSSL 1.1.0 support
Previous Message Tomas Vondra 2016-09-01 21:13:16 Re: incomplete removal of not referenced CTEs