Re: [BUGS] Command-line client sometimes misinterprets tabs for nulls

2002-08-27 Thread Tom Lane
Casey Allen Shobe <[EMAIL PROTECTED]> writes: > Can tab completion be disabled without disabling command line history? Get out the readline man page. I believe you can configure it six ways from Sunday, but I've never tried myself ... regards, tom lane -

Re: [BUGS] Command-line client sometimes misinterprets tabs for nulls

2002-08-27 Thread Casey Allen Shobe
On Tuesday 27 August 2002 01:48 am, Tom Lane wrote: > Turn off readline (psql -n). For someone accustomed to tab completion, > the above is about as sensible as demanding we disable backspace. Right, my original build of postgres did not have tab completion support as I did not have readline (a

Re: [BUGS] Command-line client sometimes misinterprets tabs for nulls

2002-08-26 Thread Tom Lane
Casey Allen Shobe <[EMAIL PROTECTED]> writes: > Tabs should paste; they're normal characters. Turn off readline (psql -n). For someone accustomed to tab completion, the above is about as sensible as demanding we disable backspace. It would be nice if we could distinguish pasted tabs from manual