Re: [PATCHES] Better psql tab-completion support for schemas and tables

2008-03-29 Thread Tom Lane
Greg Sabino Mullane <[EMAIL PROTECTED]> writes: > 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 *

Re: [PATCHES] Better psql tab-completion support for schemas and tables

2007-11-05 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Greg Sabino Mullane wrote: > (oops, this time with -c, thanks Alvaro) > > Full support for all schema and table name

[PATCHES] Better psql tab-completion support for schemas and tables

2007-10-21 Thread Greg Sabino Mullane
(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

Re: [PATCHES] Better psql tab-completion support for schemas and tables

2007-10-21 Thread Alvaro Herrera
Greg Sabino Mullane wrote: > Full support for all schema and table name combinations when > getting a list of attributes. All of the following will now work: diff -c please ... -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Cus

[PATCHES] Better psql tab-completion support for schemas and tables

2007-10-21 Thread Greg Sabino Mullane
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 sel