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
pgsql-hackers by date
| Next: | From: Peter Eisentraut | Date: 2003-11-02 17:16:04 |
| Subject: Re: TODO item psql schema completion already implemented |
| Previous: | From: Rod Taylor | Date: 2003-11-02 12:25:38 |
| Subject: Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5 |