[pgadmin-hackers] Altering column collation

2011-07-18 Thread Thom Brown
Hi, Attached is a patch which fixes #328. Currently if you change a column's collation, it actually drops the column. This changes it so that it issues an ALTER TYPE to adjust the collation instead. Regards -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #5

Re: [pgadmin-hackers] [pgAdmin III] #328: Column collation change has no effect

2011-07-18 Thread pgAdmin Trac
#328: Column collation change has no effect -+-- Reporter: thom | Owner: thom Type: bug | Status: accepted Priority: minor| Milestone: 1.14 Component: pgadmin | Version: tru

Re: [pgadmin-hackers] Website

2011-07-18 Thread Jasmin Dizdarevic
OK, my dear twins ;) I've excepted an similar answer from you Dave, so I changed the design based on Guillaume's suggestions. 2011/7/18 Dave Page > On Sun, Jul 17, 2011 at 2:59 PM, Jasmin Dizdarevic > wrote: > > > >> I don't really like it. Sure, it doesn't look monotone, but it doesn't > >> lo

Re: [pgadmin-hackers] [pgAdmin III] #328: Column collation change has no effect

2011-07-18 Thread pgAdmin Trac
#328: Column collation change has no effect -+-- Reporter: thom | Owner: thom Type: bug | Status: accepted Priority: minor| Milestone: 1.14 Component: pgadmin | Version: tru

Re: [pgadmin-hackers] Prevent duplicate attributes

2011-07-18 Thread Thom Brown
On 18 July 2011 22:25, Guillaume Lelarge wrote: > On Mon, 2011-07-18 at 22:15 +0100, Thom Brown wrote: >> On 18 July 2011 21:55, Guillaume Lelarge wrote: >> > On Mon, 2011-07-18 at 21:06 +0100, Thom Brown wrote: >> >> On 14 July 2011 10:31, Thom Brown wrote: >> >> > On 14 July 2011 10:24, Guilla

Re: [pgadmin-hackers] Prevent duplicate attributes

2011-07-18 Thread Guillaume Lelarge
On Mon, 2011-07-18 at 22:15 +0100, Thom Brown wrote: > On 18 July 2011 21:55, Guillaume Lelarge wrote: > > On Mon, 2011-07-18 at 21:06 +0100, Thom Brown wrote: > >> On 14 July 2011 10:31, Thom Brown wrote: > >> > On 14 July 2011 10:24, Guillaume Lelarge wrote: > >> >> So, you're working on fixin

Re: [pgadmin-hackers] [pgAdmin III] #329: Duplicate column names allowed

2011-07-18 Thread pgAdmin Trac
#329: Duplicate column names allowed --+- Reporter: thom | Owner: thom Type: bug | Status: closed Priority: minor| Milestone: 1.16 Component: pgadmin | Version: trunk Resol

[pgadmin-hackers] pgAdmin III commit: Prevent duplicate members' names in a composite typ

2011-07-18 Thread Guillaume Lelarge
Prevent duplicate members' names in a composite type When adding columns in the column dialogue window, it allows you to add a column with the same name as an existing one, which will result in SQL which will fail to run. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pg

Re: [pgadmin-hackers] Prevent duplicate attributes

2011-07-18 Thread Thom Brown
On 18 July 2011 21:55, Guillaume Lelarge wrote: > On Mon, 2011-07-18 at 21:06 +0100, Thom Brown wrote: >> On 14 July 2011 10:31, Thom Brown wrote: >> > On 14 July 2011 10:24, Guillaume Lelarge wrote: >> >> So, you're working on fixing it, right? >> > >> > Possibly ;)  : http://code.pgadmin.org/t

Re: [pgadmin-hackers] Prevent duplicate attributes

2011-07-18 Thread Guillaume Lelarge
On Mon, 2011-07-18 at 21:06 +0100, Thom Brown wrote: > On 14 July 2011 10:31, Thom Brown wrote: > > On 14 July 2011 10:24, Guillaume Lelarge wrote: > >> So, you're working on fixing it, right? > > > > Possibly ;) : http://code.pgadmin.org/trac/ticket/329 > > > > I haven't had time to look at fix

Re: [pgadmin-hackers] [pgAdmin III] #329: Duplicate column names allowed

2011-07-18 Thread pgAdmin Trac
#329: Duplicate column names allowed -+-- Reporter: thom | Owner: thom Type: bug | Status: accepted Priority: minor| Milestone: 1.14 Component: pgadmin | Version: trunk

Re: [pgadmin-hackers] Handling connection loss

2011-07-18 Thread Guillaume Lelarge
On Mon, 2011-07-18 at 15:18 +0100, Dave Page wrote: > I've been sufficiently annoyed by Josh's discovery that the > reconnection changes in 1.14 are still broken in some situations that > I've spent most of the day hacking on this. It's become pretty clear > to me that the current code structure re

Re: [pgadmin-hackers] Prevent duplicate attributes

2011-07-18 Thread Thom Brown
On 14 July 2011 10:31, Thom Brown wrote: > On 14 July 2011 10:24, Guillaume Lelarge wrote: >> So, you're working on fixing it, right? > > Possibly ;)  : http://code.pgadmin.org/trac/ticket/329 > > I haven't had time to look at fixing various bugs over the last couple > days but I'll get to them s

Re: [pgadmin-hackers] Ticket 298: bug on pg_hba.conf editor

2011-07-18 Thread Guillaume Lelarge
On Mon, 2011-07-18 at 14:40 +0200, Guillaume Lelarge wrote: > On Mon, 2011-07-18 at 09:41 +0100, Dave Page wrote: > > On Sun, Jul 17, 2011 at 4:13 PM, Guillaume Lelarge > > wrote: > > > On Sun, 2011-07-17 at 11:30 +0200, Guillaume Lelarge wrote: > > >> On Sun, 2011-07-17 at 10:12 +0100, Dave Page

[pgadmin-hackers] Handling connection loss

2011-07-18 Thread Dave Page
I've been sufficiently annoyed by Josh's discovery that the reconnection changes in 1.14 are still broken in some situations that I've spent most of the day hacking on this. It's become pretty clear to me that the current code structure really doesn't lend itself to cleanly handling all possible di

Re: [pgadmin-hackers] Ticket 298: bug on pg_hba.conf editor

2011-07-18 Thread Dave Page
Thanks. On Mon, Jul 18, 2011 at 1:40 PM, Guillaume Lelarge wrote: > On Mon, 2011-07-18 at 09:41 +0100, Dave Page wrote: >> On Sun, Jul 17, 2011 at 4:13 PM, Guillaume Lelarge >> wrote: >> > On Sun, 2011-07-17 at 11:30 +0200, Guillaume Lelarge wrote: >> >> On Sun, 2011-07-17 at 10:12 +0100, Dave P

Re: [pgadmin-hackers] Ticket 298: bug on pg_hba.conf editor

2011-07-18 Thread Guillaume Lelarge
On Mon, 2011-07-18 at 09:41 +0100, Dave Page wrote: > On Sun, Jul 17, 2011 at 4:13 PM, Guillaume Lelarge > wrote: > > On Sun, 2011-07-17 at 11:30 +0200, Guillaume Lelarge wrote: > >> On Sun, 2011-07-17 at 10:12 +0100, Dave Page wrote: > >> > On Saturday, July 16, 2011, Guillaume Lelarge > >> > w

Re: [pgadmin-hackers] [pgAdmin III] #305: Mac OS X UI Bug with columns' size

2011-07-18 Thread pgAdmin Trac
#305: Mac OS X UI Bug with columns' size --+- Reporter: Brad Lhotsky | Owner: dpage Type: bug | Status: new Priority: minor | Milestone: Component: pgadmin |

Re: [pgadmin-hackers] [pgAdmin III] #317: Losing access to panes

2011-07-18 Thread pgAdmin Trac
#317: Losing access to panes -+-- Reporter: gleu | Owner: dpage Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin | Version: 1.12 Keywords

Re: [pgadmin-hackers] [pgAdmin III] #318: Window sizing

2011-07-18 Thread pgAdmin Trac
#318: Window sizing -+-- Reporter: gleu | Owner: dpage Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin | Version: 1.12 Keywords:

[pgadmin-hackers] Re: [pgAdmin III] #321: Cmd +a on output grid doesn't select all lines

2011-07-18 Thread pgAdmin Trac
#321: Cmd +a on output grid doesn't select all lines +--- Reporter: Christophe Chauvet | Owner: dpage Type: bug | Status: new Priority: minor | Milestone: 1.14

Re: [pgadmin-hackers] Ticket 298: bug on pg_hba.conf editor

2011-07-18 Thread Dave Page
On Sun, Jul 17, 2011 at 4:13 PM, Guillaume Lelarge wrote: > On Sun, 2011-07-17 at 11:30 +0200, Guillaume Lelarge wrote: >> On Sun, 2011-07-17 at 10:12 +0100, Dave Page wrote: >> > On Saturday, July 16, 2011, Guillaume Lelarge >> > wrote: >> > > On Sat, 2011-07-16 at 21:11 +0100, Dave Page wrote:

Re: [pgadmin-hackers] Website

2011-07-18 Thread Dave Page
On Sun, Jul 17, 2011 at 2:59 PM, Jasmin Dizdarevic wrote: > >> I don't really like it. Sure, it doesn't look monotone, but it doesn't >> look good at all. It's just too much red. Yeah, I'm afraid I don't like the red either. > if we reduce borders, it shouldn't be to much (see P5) > Dave, could