Re: Enhancement - code completion when typing set search_path

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Enhancement - code completion when typing set search_path
Дата
Msg-id 20090717215714.GB6242@fetter.org
обсуждение исходный текст
Ответ на Enhancement - code completion when typing set search_path  ("Campbell, Lance" <lance@illinois.edu>)
Список 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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: MIN/MAX optimization for partitioned table
Следующее
От: Alan Li
Дата:
Сообщение: Re: MIN/MAX optimization for partitioned table