Re: Return of "can't paste into psql" issue - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Return of "can't paste into psql" issue
Date
Msg-id 51E71629.9040809@agliodbs.com
Whole thread Raw
In response to Return of "can't paste into psql" issue  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Return of "can't paste into psql" issue
Re: Return of "can't paste into psql" issue
List pgsql-hackers
On 07/17/2013 12:20 PM, Andrew Dunstan wrote:
> What happens when you do this with "psql -n" ? My suspicion is it's the
> tab completion code, which I occasionally find it useful to disable this
> way - sadly one can't do that on the fly AFAIK.

Well, that works.  But it disables readline, not just tab completion.

So it's nice that I don't have to *compile* without readline, but we
still have the issue that you can't paste large files and also have
readline.

So, an even more practical workaround (I've been using cat | psql), but
still a mysterious issue.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_memory_barrier() doesn't compile, let alone work, for me
Next
From: Andres Freund
Date:
Subject: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])