Re: [HACKERS] psql \i tab completion initialization problem on HEAD

2012-02-26 Thread Peter van Hardenberg
On Fri, Feb 24, 2012 at 9:46 PM, Tom Lane wrote: > Actually, what I should have asked is "are you running Lion?". > Because with libedit on Lion, tab completion is 100% broken, as per > http://archives.postgresql.org/pgsql-hackers/2011-07/msg01642.php > This is just the latest installment in a lon

Re: [HACKERS] psql \i tab completion initialization problem on HEAD

2012-02-24 Thread Tom Lane
Peter van Hardenberg writes: > On Thu, Feb 23, 2012 at 4:15 PM, Tom Lane wrote: >>> Here's a reliable reproduction on my OS X laptop. >> OS X? Are you using GNU readline, or Apple's libedit? > I reproduced it with both, but if that news is surprising to you, I > can certainly re-test. Actuall

Re: [HACKERS] psql \i tab completion initialization problem on HEAD

2012-02-24 Thread Peter van Hardenberg
On Thu, Feb 23, 2012 at 4:15 PM, Tom Lane wrote: >> Here's a reliable reproduction on my OS X laptop. > > OS X?  Are you using GNU readline, or Apple's libedit? > I reproduced it with both, but if that news is surprising to you, I can certainly re-test. -- Peter van Hardenberg San Francisco, Ca

Re: [HACKERS] psql \i tab completion initialization problem on HEAD

2012-02-23 Thread Tom Lane
Peter van Hardenberg writes: > While testing Noah's filename quoting patch on my local development > machine, I noticed some strange behaviour around tab completion with > \i; it doesn't appear to be present in 9.1, but it is present on 9.2 > HEAD and appears to be present with and without readlin

[HACKERS] psql \i tab completion initialization problem on HEAD

2012-02-23 Thread Peter van Hardenberg
While testing Noah's filename quoting patch on my local development machine, I noticed some strange behaviour around tab completion with \i; it doesn't appear to be present in 9.1, but it is present on 9.2 HEAD and appears to be present with and without readline. It manifests as the client preferr