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

From Peter Eisentraut
Subject Re: autocomplete - SELECT fx
Date
Msg-id 1342728778.13354.4.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: autocomplete - SELECT fx  (Josh Kupershmidt <schmiddy@gmail.com>)
List pgsql-hackers
On tis, 2012-07-10 at 07:29 -0700, Josh Kupershmidt wrote:
> 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.)

Another problem was exluding functions that are not useful to call
directory, such as functions that used for type or operator definitions.
There is no simple solution for that.



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: 2GB limit for temp_file_limit on 32bit platform
Next
From: "Joshua D. Drake"
Date:
Subject: Re: 2GB limit for temp_file_limit on 32bit platform