Re: BUG #16059: Tab-completion of filenames in COPY commands removes required quotes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: pgsql-hackers@lists.postgresql.org, steven.winfield@cantabcapital.com
Date: 2019-12-27T19:27:17Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- psql-filename-completion-fixes-3.patch (text/x-diff) patch
I wrote: > [ psql-filename-completion-fixes-2.patch ] The cfbot noted this was broken by the removal of pg_config.h.win32, so here's a new version rebased over that. No changes other than adjusting the MSVC autoconf-substitute code. regards, tom lane
Commits
-
Improve psql's tab completion for filenames.
- cd69ec66c886 13.0 landed
-
Modernize our readline API a tad.
- 5e7bedc5adba 13.0 landed
-
Add tab completion for EXPLAIN (SETTINGS) in psql
- 4b011cad272e 13.0 cited