[GENERAL] psql history on OSX terminal

2013-05-09 Thread Brett Haydon
On OSX terminal, when I try and access psql history the historical line is only partially visible sometimes mixed with the last line executed, and the start position of the cursor moves about 15-20 chars in. The line still executes correctly, but it's driving me nuts. Google was not my friend. A

Re: [GENERAL] psql history on OSX terminal

2013-05-09 Thread Brett Haydon
but there are several other possible > interactions. Which way did you install? which shell are you using in > terminal? which version of OS X? All of these factors will help isolate the > root of the problem. > > Dru > > On May 9, 2013, at 8:37 PM, Brett Haydon wrote:

Re: [GENERAL] psql history on OSX terminal

2013-05-09 Thread Brett Haydon
Turns out it was an errant line in a my psqlrc file that customised the prompt.. doh. Thanks anyway. On 10/05/2013, at 1:17 PM, Tom Lane wrote: > Brett Haydon writes: >> On OSX terminal, when I try and access psql history the historical line is >> only partially visible somet