Re: Numeric 508 datatype

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Numeric 508 datatype
Date: 2005-12-02 20:12:00
Message-ID: 20051202201200.GF22966@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> > So this is a psql bug?
>
> Not here. Do you see it?

Actually, no. If I cut'n paste the number from psql to

cat > foo
<shift> <insert>

then only 4096 chars are copied. (Amusingly, I can't add a newline to
^D and close the file. I must delete one char to do that.)

However if I open vim and paste there, the whole 12000+delta chars are
copied.

So it must be a bug in Bruce's procedure I guess ...

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 20:14:31 Re: Numeric 508 datatype
Previous Message Tom Lane 2005-12-02 20:06:31 Re: Numeric 508 datatype

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 20:12:15 Re: [HACKERS] Should libedit be preferred to libreadline?
Previous Message Tom Lane 2005-12-02 20:06:31 Re: Numeric 508 datatype

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 20:12:15 Re: [HACKERS] Should libedit be preferred to libreadline?
Previous Message Volkan YAZICI 2005-12-02 20:07:59 Re: Case Conversion Fix for MB Chars