Re: PATCH: psql tab completion for SELECT
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: David Fetter <david@fetter.org>
Cc: Edmund Horner <ejrh00@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-11-13T00:55:49Z
Lists: pgsql-hackers
On Mon, Nov 13, 2017 at 5:13 AM, David Fetter <david@fetter.org> wrote: > Please add this to the upcoming (2018-01) commitfest at > https://commitfest.postgresql.org/ You may want to scan the following thread as well: https://www.postgresql.org/message-id/1328820579.11241.4.camel%40vanquo.pezone.net And also you should be careful about things like WITH clauses... -- Michael
Commits
-
In psql, restore old behavior of Query_for_list_of_functions.
- b6e132ddc860 11.0 landed
-
Add infrastructure to support server-version-dependent tab completion.
- 722408bcd1bd 11.0 landed