BUG #15705: psql autocompletion is not always correct with latest libedit - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15705: psql autocompletion is not always correct with latest libedit
Date
Msg-id 15705-bbf672d22b97f8e0@postgresql.org
Whole thread Raw
Responses Re: BUG #15705: psql autocompletion is not always correct with latest libedit  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15705
Logged by:          Alexander Pyhalov
Email address:      apyhalov@gmail.com
PostgreSQL version: 11.2
Operating system:   OpenIndiana
Description:

After updating libedit from 20170329-3.1 to 20181209-3.1 we see the
following issue in psql:
while typing "create user test encr<TAB>" I see:
> create  user test encrypted\ password 
(note \ before space)
The issue seems to be in
https://github.com/NetBSD/src/commit/47081400d868e1d6dd5629bea97c599c48404839
- now libedit treats input as file names and escapes it accordingly.


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Backwards boolean logic?
Next
From: PG Bug reporting form
Date:
Subject: BUG #15706: Support Services page out of date