TODO item psql schema completion already implemented

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: TODO item psql schema completion already implemented
Date: 2003-11-02 17:01:47
Message-ID: 1067792506.5240.2.camel@severn2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

It seems to me that the TODO item under Clients

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

Is already implemented. If not what does it mean?

select * from sche<TAB>

completes the schema, and

select * from schema_a.tab<TAB>

completes the table.

--
Markus Bertheau <twanger(at)bluetwanger(dot)de>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-11-02 17:16:04 Re: TODO item psql schema completion already implemented
Previous Message Rod Taylor 2003-11-02 12:25:38 Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5