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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: ken(dot)karma(at)gmail(dot)com
Subject: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client
Date: 2019-05-13 09:02:49
Message-ID: 15803-864074b45d2b207d@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: 15803
Logged by: Ken
Email address: ken(dot)karma(at)gmail(dot)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(at)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(at)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 "***".

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Schreiber 2019-05-13 09:36:30 Re: PostgreSQL 9.3.5 substring(text from pattern for escape) bug
Previous Message PG Bug reporting form 2019-05-13 08:56:54 BUG #15802: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator