BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client

Started by PG Bug reporting formalmost 7 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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 "***".

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PG Bug reporting form (#1)
Re: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client

PG Bug reporting form <noreply@postgresql.org> writes:

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

Hm, works for me. Are you sure there are any matching tables in that
server? A different line of thought is maybe your new psql was built
without readline support.

regards, tom lane