From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | "Campbell, Lance" <lance(at)illinois(dot)edu> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Enhancement - code completion when typing set search_path |
Date: | 2009-07-17 21:57:14 |
Message-ID: | 20090717215714.GB6242@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Jul 17, 2009 at 10:34:34AM -0500, Campbell, Lance wrote:
>
> I use postgres 8.1.X.
>
> Is there a way to add code completion when entering:
>
> set search_path = xyz
>
> I love the code completion for SQL. It would be really nice to have
> it for the "set search_path".
>
> Thanks,
You'll want to patch 8.5-to-be's psql, as we do not add new features
into back-patches. Fortunately, 8.4 and up have backward-compatible
psqls, so much of the infrastructure is already there :)
Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate
From | Date | Subject | |
---|---|---|---|
Next Message | Alan Li | 2009-07-17 22:05:52 | Re: MIN/MAX optimization for partitioned table |
Previous Message | Greg Stark | 2009-07-17 21:45:59 | Re: MIN/MAX optimization for partitioned table |