Re: Numeric 508 datatype - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: Numeric 508 datatype
Date
Msg-id 20051202201200.GF22966@surnet.cl
Whole thread Raw
In response to Re: Numeric 508 datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Numeric 508 datatype  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Numeric 508 datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.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

pgsql-patches by date:

Previous
From: Volkan YAZICI
Date:
Subject: Re: Case Conversion Fix for MB Chars
Next
From: Bruce Momjian
Date:
Subject: Re: Numeric 508 datatype