Enhancement - code completion when typing set search_path

From: "Campbell, Lance" <lance(at)illinois(dot)edu>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Enhancement - code completion when typing set search_path
Date: 2009-07-17 15:34:34
Message-ID: B10E6810AC2A2F4EA7550D072CDE876001D20EAF@SAB-FENWICK.sab.uiuc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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,

Lance Campbell
Project Manager/Software Architect/DBA
Web Services at Public Affairs
217-333-0382

-----Original Message-----
From: Andreas Wenk [mailto:a(dot)wenk(at)netzmeister-st-pauli(dot)de]
Sent: Friday, July 17, 2009 8:18 AM
To: Campbell, Lance
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] Enhancement - code completion when typing set
search_path

Campbell, Lance schrieb:
> 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".

me too ;-)

you should send this request to the hackers list ... maybe it will be
integrated in future versions ...

pgsql-hackers(at)postgresql(dot)org

Cheers

Andy

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-07-17 16:00:03 Re: slow count in window query
Previous Message marcin mank 2009-07-17 15:28:52 Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT