On Tue, Nov 15, 2011 at 9:01 PM, Guillaume Lelarge <[email protected]> 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 -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
