Re: Enhancement - code completion when typing set search_path - Mailing list pgsql-hackers

From David Fetter
Subject Re: Enhancement - code completion when typing set search_path
Date
Msg-id 20090717215714.GB6242@fetter.org
Whole thread Raw
In response to Enhancement - code completion when typing set search_path  ("Campbell, Lance" <lance@illinois.edu>)
List 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@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: MIN/MAX optimization for partitioned table
Next
From: Alan Li
Date:
Subject: Re: MIN/MAX optimization for partitioned table