Re: [PATCH] Improve autocompletion for SELECT statements

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Wander Winkelhorst <w(dot)winkelhorst+pgadmin(at)gmail(dot)com>, "pgadmin-hackers(at)postgresql(dot)org" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Improve autocompletion for SELECT statements
Date: 2011-11-16 09:20:14
Message-ID: CA+OCxoyvnn6YEe-4a=uhGOT2sBQeO0Jw+ar7APJvWLDFm0BDgg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Nov 15, 2011 at 9:01 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
>
>
> Just to make sureI get that right. The job to do is to update this file
> in the PostgreSQL source files, so that we can grab that and push it
> into pgAdmin's repository. Right?
>
> If that's right, it's no wonder why this code doesn't get updated that
> much.

Well the point is that there are new additions and improvements to the
upstream autocomplete code every release - far more than we're ever
likely to do. We want to benefit from that effort, which is why our
code was designed to be updated regularly with the latest changes from
upstream. The downside is that on the rare occasion that someone wants
to update our version of the code with a new feature, it becomes
somewhat more painful.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-11-16 09:21:26 Re: [PATCH] Improve autocompletion for SELECT statements
Previous Message Kris Shannon 2011-11-16 02:49:11 Re: [PATCH] Improve autocompletion for SELECT statements