Re: tabcompletition and schema

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tommi Maekitalo <t(dot)maekitalo(at)epgmbh(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tabcompletition and schema
Date: 2002-11-02 00:15:12
Message-ID: 200211020015.gA20FC317497@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tommi Maekitalo wrote:
> Hi,
>
> I just installed 7.3b3 on my server (SuSE linux 8.1 on x86 with gcc 3.2) and
> discovered a problem with tabcompletition in pgsql. It doesn't work with
> schema. I created a schema 's' and a table 'tab' in this schema. When typing
> 'select * from s.' followed by tab nothing happens. A second tab should list
> me all possible values, but the list ist empty. Without schema it works fine.

Added to TODO:

* Allow psql to do table completion for SELECT * FROM schema_part and
table completion for SELECT * FROM schema_name.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-11-02 00:18:59 Re: PG, Crystal Reports, Stored Procedures and User Defined
Previous Message Bruce Momjian 2002-11-01 23:31:53 Re: OO future