Re: pasting a lot of commands to psql - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: pasting a lot of commands to psql
Date
Msg-id 20160707181828.GA689320@alvherre.pgsql
Whole thread Raw
In response to Re: pasting a lot of commands to psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pasting a lot of commands to psql  (Merlin Moncure <mmoncure@gmail.com>)
Re: pasting a lot of commands to psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pasting a lot of commands to psql  (Francisco Olarte <folarte@peoplecall.com>)
List pgsql-general
Tom Lane wrote:

> You might have better luck with "psql -n", or maybe not.

I've wished sometimes for a "\set READLINE off" psql metacommand for
this kind of thing.  It's pretty annoying when the text being pasted
contains tabs and readline uses to do completion.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: pasting a lot of commands to psql
Next
From: Merlin Moncure
Date:
Subject: Re: pasting a lot of commands to psql