TODO item psql schema completion already implemented - Mailing list pgsql-hackers

From Markus Bertheau
Subject TODO item psql schema completion already implemented
Date
Msg-id 1067792506.5240.2.camel@severn2
Whole thread Raw
Responses Re: TODO item psql schema completion already implemented  (Peter Eisentraut <peter_e@gmx.net>)
List 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@bluetwanger.de>


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5
Next
From: Peter Eisentraut
Date:
Subject: Re: TODO item psql schema completion already implemented