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: Robert Haas <robertmhaas@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
steven.winfield@cantabcapital.com
Date: 2019-12-13T18:55:07Z
Lists: pgsql-bugs, pgsql-hackers
I wrote: > Robert Haas <robertmhaas@gmail.com> writes: >> On Wed, Dec 11, 2019 at 10:52 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: >>> I think it's Debian's problem, not ours, if that doesn't work. It is >>> not unreasonable for a package to probe existence of a library function >>> at configure time. It's up to them to make sure that the headers match >>> the actual library. >> That seems like an unhelpful attitude. Debian is a mainstream >> platform, and no doubt feels that they have important reasons for what >> they are doing. Actually, this argument is based on a false premise anyhow. I took a look into Debian's source package, and AFAICS they are not doing anything as weird as a run-time substitution. They are just filling the build environment with libedit-dev not libreadline-dev. So that is certainly a supported configuration from our side, and if there is any header-to-library discrepancy then it's just a simple bug in the libedit package. (Maybe at one time they were doing something weird; I didn't look back further than the current sources for PG 12.) 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