[pgadmin-hackers] pgAdmin III commit: Fix index columns, and definitions

2012-05-01 Thread Guillaume Lelarge
Fix index columns, and definitions Multiple fixes: * show column names in constraints * show complete columns names in indexes (were truncated with the last character) * disable the columns list when modifying an existing index * show the good informations in the righ columns Per an initial repo

[pgadmin-hackers] pgAdmin III commit: Fix index columns, and definitions

2012-05-01 Thread Guillaume Lelarge
Fix index columns, and definitions Multiple fixes: * show column names in constraints * show complete columns names in indexes (were truncated with the last character) * disable the columns list when modifying an existing index * show the good informations in the righ columns Per an initial repo

[pgadmin-hackers] Re: [pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work

2012-05-01 Thread pgAdmin Trac
#13: Pasting from apps on Mac OS X doesn't always work -+-- Reporter: dpage| Owner: dpage Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin | Ve

[pgadmin-hackers] Re: [pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work

2012-05-01 Thread pgAdmin Trac
#13: Pasting from apps on Mac OS X doesn't always work -+-- Reporter: dpage| Owner: dpage Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin | Ve

Re: [pgadmin-hackers] Weird code in pgDomain.cpp

2012-05-01 Thread Guillaume Lelarge
On Sat, 2012-04-21 at 15:39 +0200, Guillaume Lelarge wrote: > On Wed, 2012-04-11 at 08:11 +, Dave Page wrote: > > On Tue, Apr 10, 2012 at 9:17 PM, Guillaume Lelarge > > wrote: > > > On Mon, 2012-04-09 at 19:58 +0530, Ashesh Vashi wrote: > > >> On Sun, Apr 8, 2012 at 3:24 PM, Dave Page wrote:

[pgadmin-hackers] pgAdmin III commit: Lots of work on domains, and check constraints

2012-05-01 Thread Guillaume Lelarge
Lots of work on domains, and check constraints Check constraints on domains are now sub-nodes. A user can add as many check constraints as he wants. He can rename and validate them on 9.2. He can add a not-yet-valid check constraint. He can also add a NO INHERIT check constraint on a new table. B