| From: | Greg Sabino Mullane <greg(at)turnstep(dot)com> | 
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org | 
| Subject: | Better psql tab-completion support for schemas and tables | 
| Date: | 2007-10-21 16:17:34 | 
| Message-ID: | 1192983454.18255.72.camel@greg-laptop | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-patches | 
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 <tab>
select * from foo where <tab>
select * from "user" where <tab>
select * from "foo" where <tab>
select * from "Uppercase".lower where <tab>
select * from "gtsm.com"."foo.Bar" where <tab>
select * from "GTSM.com".foo where <tab>
Also applies to other places that get lists of columns: insert into,
alter table, create index, etc.
--
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200710211212
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
| Attachment | Content-Type | Size | 
|---|---|---|
| tabcomplete_schema_table.patch | text/x-patch | 4.7 KB | 
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2007-10-21 17:51:05 | Re: Better psql tab-completion support for schemas and tables | 
| Previous Message | Luke Lonergan | 2007-10-20 17:19:43 | Re: Including Snapshot Info with Indexes |