Re: pasting into psql garbles text

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pasting into psql garbles text
Date: 2009-06-29 09:19:55
Message-ID: h2a0vr$v6b$3@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2009-06-27, Merlin Moncure <mmoncure(at)gmail(dot)com> wrote:
> I've noticed over a wide variety of operating systems that when you
> paste from an application into psql through a terminal (currently
> using the default gnome terminal in ubuntu), large pastes tend to get
> garbled with some of the input getting truncated. While working on
> functions, this is annoying in the extreme.
>
> Interestingly, the one platform that tends not to suffer from this is
> windows so I'm guessing this is a readline problem. Has anybody else
> noticed this? Is there a workaround?

one way to disable readline is to use cat|psql instead of psql

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2009-06-29 09:51:11 Re: possible bug on age() function (8.2.4 , 8.3.6)
Previous Message Jasen Betts 2009-06-29 09:09:55 Re: masking the code