Better psql tab-completion support for schemas and tables

Поиск
Список
Период
Сортировка
Искать
От
Greg Sabino Mullane
Тема
Better psql tab-completion support for schemas and tables
Дата
Msg-id
1192995196.10602.1.camel@greg-laptop
Список
Дерево обсуждения
Better psql tab-completion support for schemas and tables Greg Sabino Mullane <greg@turnstep.com>
Re: Better psql tab-completion support for schemas and tables Tom Lane <tgl@sss.pgh.pa.us>
Re: Better psql tab-completion support for schemas and tables Bruce Momjian <bruce@momjian.us>
(oops, this time with -c, thanks Alvaro)

Full support for all schema and table name combinations when 
getting a list of attributes. All of the following will now work:

select * from information_schema.columns where 
select * from foo where 
select * from "user" where 
select * from "foo" where 
select * from "Uppercase".lower where 
select * from "gtsm.com"."foo.Bar" where 
select * from "GTSM.com".foo where 

Also applies to other places that get lists of columns: insert into,
alter table, create index, etc.

--
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200710211532
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

В списке pgsql-patches по дате отправления
От: Alvaro Herrera
Дата:
От: Tom Raney
Дата:
Сообщение: Hash Index Build Patch v2
FAQ