Re: [HACKERS] psql: Make tab completion work for ANALYZE VERBOSE ...

2009-03-27 Thread Heikki Linnakangas
Greg Sabino Mullane wrote: I find that that particular rule is formatted differently than the others. It took me a while to figure out how it works. Yeah, me too, but I was trying to keep my change inline with the local logic, so to speak. +1 to making it more consistent. Ok, committed with t

Re: [HACKERS] psql: Make tab completion work for ANALYZE VERBOSE ...

2009-03-27 Thread Greg Sabino Mullane
> I find that that particular rule is formatted differently than the > others. It took me a while to figure out how it works. Yeah, me too, but I was trying to keep my change inline with the local logic, so to speak. +1 to making it more consistent. > While we're at it, any idea what the logic be

Re: [HACKERS] psql: Make tab completion work for ANALYZE VERBOSE ...

2009-03-27 Thread Heikki Linnakangas
Greg Sabino Mullane wrote: Quick patch to fix the fact that the EXPLAIN ANALYZE VERBOSE is clobbering tab-completion for ANALYZE VERBOSE. Thanks. *** tab-complete.c 24 Feb 2009 10:06:34 - 1.180 --- tab-complete.c 27 Mar 2009 01:29:06 - *** *** 1627,1633

[HACKERS] psql: Make tab completion work for ANALYZE VERBOSE ...

2009-03-26 Thread Greg Sabino Mullane
Quick patch to fix the fact that the EXPLAIN ANALYZE VERBOSE is clobbering tab-completion for ANALYZE VERBOSE. -- Greg Sabino Mullane g...@endpoint.com End Point Corporation PGP Key: 0x14964AC8 Index: tab-complete.c === RCS file: /pr