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

2011-11-15 Thread Kris Shannon
On 15 November 2011 20:31, Wander Winkelhorst wrote: > Yeah, I've tried that, didn't work. tabcomplete.pl says "Failed match 1 at > tabcomplete.pl line 28." Here's a fix for tabcomplete.pl which lets it work for all versions of tab-complete.c from 8.0.0 to current HEAD patch-tabcomplete-perl-sc

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

2011-11-15 Thread Kris Shannon
On 16 November 2011 13:47, Kris Shannon wrote: > On 15 November 2011 20:31, Wander Winkelhorst > wrote: >> Yeah, I've tried that, didn't work. tabcomplete.pl says "Failed match 1 at >> tabcomplete.pl line 28." > > Here's a fix for tabcomplet