Re: psql bug: copy paste statements looses tab character - Mailing list pgsql-sql

From Tom Lane
Subject Re: psql bug: copy paste statements looses tab character
Date
Msg-id 9350.1011195831@sss.pgh.pa.us
Whole thread Raw
In response to psql bug: copy paste statements looses tab character  (Marius Andreiana <marius@wdg.ro>)
List pgsql-sql
Marius Andreiana <marius@wdg.ro> writes:
> I've seen this behavior on sybase's sqsh once, perhaps it's something
> system wide, and not psql's fault? 

Tab triggers word completion in psql.  If you don't want this, disable
readline support when you start psql (psql -n).  It might be possible
to turn off word completion without losing other readline features;
not sure.
        regards, tom lane


pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: limiting access to (through) views
Next
From: "Glenn MacGregor"
Date:
Subject: Re: limiting access to (through) views