Re: PATCH: psql tab completion for SELECT
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: pgsql-hackers@lists.postgresql.org,Edmund Horner
<ejrh00@gmail.com>,pgsql-hackers@postgresql.org
Date: 2018-01-15T01:20:08Z
Lists: pgsql-hackers
On January 14, 2018 5:12:37 PM PST, Edmund Horner <ejrh00@gmail.com> wrote: >And here's a patch to add savepoint protection for tab completion. It'd be good to explain what that means, so people don't have to read the patch to be able to discuss whether this is a good idea. Andres -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
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