Re: Thousands separator

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Thousands separator
Date: 2012-06-27 20:44:21
Message-ID: 1340829861.1857.53.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, 2012-06-27 at 19:08 +0100, Dave Page wrote:
> On Wed, Jun 27, 2012 at 6:43 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> > Attached patch implements a setting for thousands separator in the
> > query result grid (typically you'd use space or comma, but it supports
> > whatever you can think of. Think of all the fun you can have by making
> > it 0 or 3).
> >
> > It only does the query result window and not the edit grid, because
> > this way we only have to insert it, and not try to parse it back
> > (think about how much *less* fun it would be to parse that back if it
> > was 0 or 3). I think that's perfectly ok - and it's still very useful
> > in the query result.
> >
> > Comments?
>
> Can't we get the separator rules from the locale (and for that matter,
> the date format)?
>

Or default to the locale and allow its change?

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2012-06-27 20:45:53 Re: Thousands separator
Previous Message Guillaume Lelarge 2012-06-27 20:43:22 Re: Download section on website