Re: Better psql tab-completion support for schemas and tables - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Better psql tab-completion support for schemas and tables
Date
Msg-id 200711051717.lA5HHuM02469@momjian.us
Whole thread Raw
In response to Better psql tab-completion support for schemas and tables  (Greg Sabino Mullane <greg@turnstep.com>)
List pgsql-patches
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 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@turnstep.com
> PGP Key: 0x14964AC8 200710211532
> http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Adjustment of test_fsync.cf
Next
From: Bruce Momjian
Date:
Subject: Re: ipcclean is excepted by windows.