BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client
Date
Msg-id 15803-864074b45d2b207d@postgresql.org
Whole thread Raw
Responses Re: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15803
Logged by:          Ken
Email address:      ken.karma@gmail.com
PostgreSQL version: 11.3
Operating system:   Ubuntu 18.04.2 LTS
Description:

I got issue when traing to autocomplete(tab'ing) in new versions, what
working well in old version(9.6. When I tray autocomplete by pushing tab
putton, it takes a space, but attended to autocomplete
postgres@karma:~$ psql
psql (11.3 (Ubuntu 11.3-1.pgdg18.04+1), server 9.6.13)
Type "help" for help.

postgres=# select * from pu   
postgres-# \q
postgres@karma:~$ psql -p5433
psql (11.3 (Ubuntu 11.3-1.pgdg18.04+1))
Type "help" for help.

And my old 9.6.4: 
psql (11.3 (Ubuntu 11.3-1.pgdg18.04+1), server 9.6.4)
You are now connected to database "**" as user "***".


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15802: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator
Next
From: Robert Schreiber
Date:
Subject: Re: PostgreSQL 9.3.5 substring(text from pattern for escape) bug