Re: thousands comma numeric formatting in psql

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: thousands comma numeric formatting in psql
Дата
Msg-id 20050621133408.GA17112@surnet.cl
обсуждение исходный текст
Ответ на Re: thousands comma numeric formatting in psql  (Eugen Nedelcu <eugen@sifolt.ro>)
Ответы Re: thousands comma numeric formatting in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Tue, Jun 21, 2005 at 04:03:43PM +0300, Eugen Nedelcu wrote:

> This is a patch for psql client and not for the backend. It's role
> is to output numbers to screen in easy readable form (2,345,675,454,543
> is much easier to read then 2345675454543.456). I think graphical
> clients like pgAdmin or phppgadmin have a way to do this. I don't know
> this for sure but I will investigate it.

I think it would be much nicer if it was a backend setting.  If it
depended on the locale setting (LC_NUMERIC, I think) and worked for both
input and output, it would be very good.

--
Alvaro Herrera (<alvherre[a]surnet.cl>)
"Uno puede defenderse de los ataques; contra los elogios se esta indefenso"

В списке pgsql-patches по дате отправления:

Предыдущее
От: Eugen Nedelcu
Дата:
Сообщение: Re: thousands comma numeric formatting in psql
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: thousands comma numeric formatting in psql