[pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Magnus Hagander
Hi! Something that's annoyed me for a long time is that all fields are left-aligned in the query grid. It's a lot easier to read numeric fields when they are right-justified. Attached patch right-justifies fields that are numeric. Two questions: 1) does this seem like a reasonable way of doing

[pgadmin-hackers] Query tool column headers

2012-06-27 Thread Magnus Hagander
Attached patch changes the column headers in the query tool to put <> aronud the datatype. While it's already on a separate line, this makes it more clear which part is the datatype and which part is the name of the column, making parsing easier on the eye when names and datatypes are close to each

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Dave Page
On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander wrote: > Hi! > > Something that's annoyed me for a long time is that all fields are > left-aligned in the query grid. It's a lot easier to read numeric > fields when they are right-justified. > > Attached patch right-justifies fields that are numeri

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 4:56 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander wrote: >> Hi! >> >> Something that's annoyed me for a long time is that all fields are >> left-aligned in the query grid. It's a lot easier to read numeric >> fields when they are right-justified.

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Dave Page
On Wed, Jun 27, 2012 at 3:58 PM, Magnus Hagander wrote: > On Wed, Jun 27, 2012 at 4:56 PM, Dave Page wrote: >> On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander wrote: >>> Hi! >>> >>> Something that's annoyed me for a long time is that all fields are >>> left-aligned in the query grid. It's a lot

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 4:59 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 3:58 PM, Magnus Hagander wrote: >> On Wed, Jun 27, 2012 at 4:56 PM, Dave Page wrote: >>> On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander >>> wrote: Hi! Something that's annoyed me for a long time is tha

Re: [pgadmin-hackers] Query tool column headers

2012-06-27 Thread Dave Page
On Wed, Jun 27, 2012 at 3:53 PM, Magnus Hagander wrote: > Attached patch changes the column headers in the query tool to put <> > aronud the datatype. While it's already on a separate line, this makes > it more clear which part is the datatype and which part is the name of > the column, making par

Re: [pgadmin-hackers] Query tool column headers

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 5:56 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 3:53 PM, Magnus Hagander wrote: >> Attached patch changes the column headers in the query tool to put <> >> aronud the datatype. While it's already on a separate line, this makes >> it more clear which part is the datatyp

Re: [pgadmin-hackers] Query tool column headers

2012-06-27 Thread Dave Page
On Wed, Jun 27, 2012 at 5:18 PM, Magnus Hagander wrote: > On Wed, Jun 27, 2012 at 5:56 PM, Dave Page wrote: >> On Wed, Jun 27, 2012 at 3:53 PM, Magnus Hagander wrote: >>> Attached patch changes the column headers in the query tool to put <> >>> aronud the datatype. While it's already on a separa

[pgadmin-hackers] Download section on website

2012-06-27 Thread Magnus Hagander
is horribly outdated: FreebSD: 1.8.2 - from 2008, missing bugfixes OpenSuSE: 1.12.1 - from 2010, missing bugfixes RPM: 1.8.0 - from 2007, missing bugfixes Slackware: 1.8.4 - from 2008 (actually not missing bugfixes, just ancient) Solaris: 1.8.0 - from 2007, missing bugfixes and no mention at all

Re: [pgadmin-hackers] Download section on website

2012-06-27 Thread Dave Page
On Wed, Jun 27, 2012 at 6:03 PM, Magnus Hagander wrote: > is horribly outdated: > > FreebSD: 1.8.2 - from 2008, missing bugfixes > OpenSuSE: 1.12.1 - from 2010, missing bugfixes > RPM: 1.8.0 - from 2007, missing bugfixes > Slackware: 1.8.4 - from 2008 (actually not missing bugfixes, just ancient)

Re: [pgadmin-hackers] Download section on website

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 7:12 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 6:03 PM, Magnus Hagander wrote: >> is horribly outdated: >> >> FreebSD: 1.8.2 - from 2008, missing bugfixes >> OpenSuSE: 1.12.1 - from 2010, missing bugfixes >> RPM: 1.8.0 - from 2007, missing bugfixes >> Slackware: 1.8.4

Re: [pgadmin-hackers] Download section on website

2012-06-27 Thread Dave Page
On Wed, Jun 27, 2012 at 6:16 PM, Magnus Hagander wrote: > On Wed, Jun 27, 2012 at 7:12 PM, Dave Page wrote: >> On Wed, Jun 27, 2012 at 6:03 PM, Magnus Hagander wrote: >>> is horribly outdated: >>> >>> FreebSD: 1.8.2 - from 2008, missing bugfixes >>> OpenSuSE: 1.12.1 - from 2010, missing bugfixes

[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

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

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Guillaume Lelarge
On Wed, 2012-06-27 at 17:07 +0200, Magnus Hagander wrote: > On Wed, Jun 27, 2012 at 4:59 PM, Dave Page wrote: > > On Wed, Jun 27, 2012 at 3:58 PM, Magnus Hagander > > wrote: > >> On Wed, Jun 27, 2012 at 4:56 PM, Dave Page wrote: > >>> On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander > >>> wro

Re: [pgadmin-hackers] Query tool column headers

2012-06-27 Thread Guillaume Lelarge
On Wed, 2012-06-27 at 17:24 +0100, Dave Page wrote: > On Wed, Jun 27, 2012 at 5:18 PM, Magnus Hagander wrote: > > On Wed, Jun 27, 2012 at 5:56 PM, Dave Page wrote: > >> On Wed, Jun 27, 2012 at 3:53 PM, Magnus Hagander > >> wrote: > >>> Attached patch changes the column headers in the query tool

Re: [pgadmin-hackers] Download section on website

2012-06-27 Thread Guillaume Lelarge
On Wed, 2012-06-27 at 18:19 +0100, Dave Page wrote: > On Wed, Jun 27, 2012 at 6:16 PM, Magnus Hagander wrote: > > On Wed, Jun 27, 2012 at 7:12 PM, Dave Page wrote: > >> On Wed, Jun 27, 2012 at 6:03 PM, Magnus Hagander > >> wrote: > >>> is horribly outdated: > >>> > >>> FreebSD: 1.8.2 - from 200

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 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

[pgadmin-hackers] [pgAdmin III] #365: pg_terminate_backend() can be used on backends with matching role on 9.2

2012-06-27 Thread pgAdmin Trac
#365: pg_terminate_backend() can be used on backends with matching role on 9.2 --+- Reporter: gleu | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: