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

From: John McKown <john(dot)archie(dot)mckown(at)gmail(dot)com>
To: amihay gonen <agonenil(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 16:51:52
Message-ID: CAAJSdjh+utNnW_6D9iaKmoW6yV6XpCsVRUXCKOY_jWUV5S1M9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 Spiros Ioannou 2015-01-26 19:19:33 How to access large objects in Postgresql c-language functions?
Previous Message amihay gonen 2015-01-26 16:22:34 Does anyone works with hidisql client?