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

From Tom Lane
Subject Re: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client
Date
Msg-id 16497.1557755649@sss.pgh.pa.us
Whole thread Raw
In response to BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
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



pgsql-bugs by date:

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