Re: Psql 9.4 with server 9.4 doesn't auto complete table names

From: amihay gonen <agonenil(at)gmail(dot)com>
To: John McKown <john(dot)archie(dot)mckown(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Psql 9.4 with server 9.4 doesn't auto complete table names
Date: 2015-01-26 20:29:40
Message-ID: CAKb+SBU5Zfq15dObsv7+E-o_i1omwNkLXQvcG1LixQZJk-XCAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've use this link http://tecadmin.net/install-postgresql-server-on-ubuntu/
it bascily offical postgres repo.

On Mon Jan 26 2015 at 6:51:52 PM John McKown <john(dot)archie(dot)mckown(at)gmail(dot)com>
wrote:

> How did you install it? Did you configure and compile it yourself,
> locally? If so, what did your ./configure look like? If not, how did you do
> it? Perhaps it was configured with the --without-readline switch set. I
> found that, on 9.3.5, that if I start psql normally (no switches), then a
> <tab> does the table completion (as normal). But if I do "psql -n" to turn
> off readline, then a <tab> just puts in a tab. I hope this might be of some
> help, though I don't really see how.
>
> On Mon, Jan 26, 2015 at 10:21 AM, amihay gonen <agonenil(at)gmail(dot)com> wrote:
>
>> Hi on 9.1 the psql did auto complete for tables. I've removed 9.1 and
>> installed 9.4 and the auto complete doesn't work.
>>
>> Any idea what I need to check?
>>
>
>
>
> --
> He's about as useful as a wax frying pan.
>
> 10 to the 12th power microphones = 1 Megaphone
>
> Maranatha! <><
> John McKown
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe Pettus 2015-01-26 21:00:29 Logical decoding output plug-in questions
Previous Message Andy Colson 2015-01-26 20:05:07 Re: check if the same function is already running, then exit!