BUG #15705: psql autocompletion is not always correct with latest libedit

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: apyhalov(at)gmail(dot)com
Subject: BUG #15705: psql autocompletion is not always correct with latest libedit
Date: 2019-03-19 19:17:32
Message-ID: 15705-bbf672d22b97f8e0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15705
Logged by: Alexander Pyhalov
Email address: apyhalov(at)gmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-03-19 19:18:00 BUG #15706: Support Services page out of date
Previous Message Tom Lane 2019-03-19 16:59:56 Re: Backwards boolean logic?