Re: [PATCH] Improve autocompletion for SELECT statements - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [PATCH] Improve autocompletion for SELECT statements
Date
Msg-id CA+OCxoyvnn6YEe-4a=uhGOT2sBQeO0Jw+ar7APJvWLDFm0BDgg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Improve autocompletion for SELECT statements  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
On Tue, Nov 15, 2011 at 9:01 PM, Guillaume Lelarge
<guillaume@lelarge.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

pgadmin-hackers by date:

Previous
From: Kris Shannon
Date:
Subject: Re: [PATCH] Improve autocompletion for SELECT statements
Next
From: Dave Page
Date:
Subject: Re: [PATCH] Improve autocompletion for SELECT statements