Improve BEGIN tab completion

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Improve BEGIN tab completion
Date: 2016-05-18 13:59:57
Message-ID: 573C755D.6030700@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
begin-completion-v1.patch text/x-patch 3.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2016-05-18 14:09:51 Re: Reviewing freeze map code
Previous Message Victor Yegorov 2016-05-18 13:55:54 Re: Reviewing freeze map code