Re: thousands comma numeric formatting in psql - Mailing list pgsql-patches

From Eugen Nedelcu
Subject Re: thousands comma numeric formatting in psql
Date
Msg-id 20050715054814.GA342@sifolt.ro
Whole thread Raw
In response to Re: thousands comma numeric formatting in psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: thousands comma numeric formatting in psql
List pgsql-patches
The new code is broken. Please test it with resonably large tables.
Do not test it with querys like: select -132323435.34343;

If I use a query like:

select * from my_table limit 100;

I can't see anything on my screen until I hit CTRL^C

If I use a pager (\pset pager less) strange things happened:
I can't see anything on my screen, hit CTRL^C, then quit psql,
reset xterm, then less is still running and eat lots of memory and
cpu.

Best Regards,
Eugen

pgsql-patches by date:

Previous
From: Titus von Boxberg
Date:
Subject: Re: PL/PGSQL: Dynamic Record Introspection
Next
From: Neil Conway
Date:
Subject: Re: PL/PGSQL: Dynamic Record Introspection