Tab complete after FROM ONLY

From: Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Tab complete after FROM ONLY
Date: 2018-01-23 21:56:57
Message-ID: ae8d17d1-9cc3-e5f6-084f-356340c4f80f@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While reviewing the patch for tab completion after SELECT, I realized
that psql doesn't know how to complete after FROM if the ONLY keyword is
present.

This trivial patch fixes that, as well as JOIN ONLY and TABLE ONLY.
--
Vik Fearing +33 6 46 75 15 36
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

Attachment Content-Type Size
from-only.v1.patch text/x-patch 1.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Jing Wang 2018-01-23 22:00:03 Re: Libpq support to connect to standby server as priority
Previous Message Daniel Gustafsson 2018-01-23 21:18:24 Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative