Re: Return of "can't paste into psql" issue

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Return of "can't paste into psql" issue
Date: 2013-07-17 22:48:39
Message-ID: 51E71F47.1000604@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07/17/2013 03:37 PM, Alvaro Herrera wrote:
> Josh Berkus wrote:
>
>> So, an even more practical workaround (I've been using cat | psql), but
>> still a mysterious issue.
>
> How often do your files contain tabs? I have seen cases where tab
> completion messes things up by asking you after a tab whether you really
> want to complete due to the number of possible completions, and such.

First thing I thought of, so I made sure my text editor was replacing
tabs with spaces. Also, my test cases had no tabs at all (nor spaces
neither).

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2013-07-17 23:30:41 Re: Return of "can't paste into psql" issue
Previous Message Alvaro Herrera 2013-07-17 22:37:01 Re: Return of "can't paste into psql" issue