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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ken(dot)karma(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client
Date: 2019-05-13 13:54:09
Message-ID: 16497.1557755649@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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(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

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-05-13 13:59:05 Re: PostgreSQL 9.3.5 substring(text from pattern for escape) bug
Previous Message Tom Lane 2019-05-13 13:49:53 Re: BUG #15802: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator