Re: [pgadmin-hackers] Thousands separator

2012-08-20 Thread Magnus Hagander
On Tue, Aug 14, 2012 at 3:50 PM, Patrick Greenwald wrote: > Magnus, > > > > I have an admittedly late question \ comment on your thousands separator > changes. > > > Can the separator, if we choose to use one, be displayed in the main pages > for viewing things like table properties and column sta

Re: [pgadmin-hackers] Thousands separator

2012-08-14 Thread Patrick Greenwald
Magnus, I have an admittedly late question \ comment on your thousands separator changes. Can the separator, if we choose to use one, be displayed in the main pages for viewing things like table properties and column statistics? Patrick

Re: [pgadmin-hackers] Thousands separator

2012-07-11 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 10:45 PM, Magnus Hagander wrote: > On Wed, Jun 27, 2012 at 8:08 PM, Dave Page wrote: >> On Wed, Jun 27, 2012 at 6:43 PM, Magnus Hagander wrote: >>> Attached patch implements a setting for thousands separator in the >>> query result grid (typically you'd use space or comma

Re: [pgadmin-hackers] Thousands separator

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 8:08 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 6:43 PM, Magnus Hagander 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 th

Re: [pgadmin-hackers] Thousands separator

2012-06-27 Thread Guillaume Lelarge
On Wed, 2012-06-27 at 19:08 +0100, Dave Page wrote: > On Wed, Jun 27, 2012 at 6:43 PM, Magnus Hagander 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 al

Re: [pgadmin-hackers] Thousands separator

2012-06-27 Thread Dave Page
On Wed, Jun 27, 2012 at 6:43 PM, Magnus Hagander 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 d

[pgadmin-hackers] Thousands separator

2012-06-27 Thread Magnus Hagander
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