Re: PATCH: psql tab completion for SELECT

Edmund Horner <ejrh00@gmail.com>

From: Edmund Horner <ejrh00@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Edmund Horner <ejrh00@gmail.com>
Date: 2018-03-08T07:05:41Z
Lists: pgsql-hackers
Some updates on patch status:
  - "version-dependent-tab-completion-1.patch" by Tom Lane was committed in 722408bcd.
  - "psql-tab-completion-savepoint-v1.patch" by Edmund Horner is probably not needed.
  - "psql-select-tab-completion-v6.patch" (the latest) is still under development/review.

Commits

  1. In psql, restore old behavior of Query_for_list_of_functions.

  2. Add infrastructure to support server-version-dependent tab completion.