Hans Ginzel wrote:
>>> how to make psql (readline) to insert tab when Tab is pressed? E.g. for
>>> pasting. I know, there is -n option. But then the history is not
>>> accessible.

>> It could be done by adding the following lines to your ~/.inputrc file:
>>
>> $if Psql
>> TAB: tab-insert
>> $endif

> Great! Thank you very much. Could this be added as note to the -n option
> of the page http://www.postgresql.org/docs/current/static/app-psql.html,
> please?

Would that be worth an addition to the documentation?

Yours,
Laurenz Albe

Attachment: 0001-Document-how-to-disable-tab-completion-with-readline.patch
Description: 0001-Document-how-to-disable-tab-completion-with-readline.patch

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to