Re: autocomplete - SELECT fx - Mailing list pgsql-hackers

From Josh Kupershmidt
Subject Re: autocomplete - SELECT fx
Date
Msg-id CAK3UJRFwP7ad-6=Y3XP=2rsSbT70UNujuxUhBb4cP_QZ1R-6UA@mail.gmail.com
Whole thread Raw
In response to Re: autocomplete - SELECT fx  (Noah Misch <noah@leadboat.com>)
Responses Re: autocomplete - SELECT fx
List pgsql-hackers
On Sat, Jul 7, 2012 at 5:43 PM, Noah Misch <noah@leadboat.com> wrote:
> I like the patch, as far as it goes.  It's the natural addition to the
> completions we already offer; compare the simplistic completion after WHERE.
> Like Pavel and Robert, I think a delightful implementation of tab completion
> for SELECT statements would require radical change.

Thanks for the feedback, Noah. Peter, are you interested in posting an
updated version of your patch? (The only problems I remember are
checking attisdropped and function visibility.)

Josh


pgsql-hackers by date:

Previous
From: "Colin 't Hart"
Date:
Subject: [PATCH] psql \n shortcut for set search_path =
Next
From: Greg Stark
Date:
Subject: Re: Allow replacement of bloated primary key indexes without foreign key rebuilds