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

2012-09-05 Thread Guillaume Lelarge
On Wed, 2012-09-05 at 08:25 +0100, Dave Page wrote: > On Tue, Sep 4, 2012 at 10:05 PM, Guillaume Lelarge > wrote: > > On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote: > >> On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote: > >> > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge > >>

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

2012-09-05 Thread Dave Page
On Tue, Sep 4, 2012 at 10:05 PM, Guillaume Lelarge wrote: > On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote: >> On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote: >> > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge >> > wrote: >> > > On Sun, 2012-08-26 at 18:18 +0200, Guillaume L

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

2012-09-04 Thread Guillaume Lelarge
On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote: > On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote: > > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge > > wrote: > > > On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote: > > >> On Mon, 2012-07-23 at 08:38 +0100, Dave Page

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

2012-09-03 Thread Guillaume Lelarge
On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote: > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge > wrote: > > On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote: > >> On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote: > >> > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge > >>

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

2012-09-03 Thread Dave Page
On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge wrote: > On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote: >> On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote: >> > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge >> > wrote: >> > > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote

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

2012-08-31 Thread Guillaume Lelarge
On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote: > On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote: > > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge > > wrote: > > > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote: > > >> seems that this commit broke reindexing of selected index

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

2012-08-26 Thread Guillaume Lelarge
On Fri, 2012-08-17 at 11:39 +0600, Timon wrote: > and, one more little bug > altering index fillfactor produces wrong sql code > steps to reproduce: > > 1. create table > 2. add index > 3. chage fillfactor on created index > 4. got error like "scheme name doesn't exists" > example of sql: ALTER I

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

2012-08-26 Thread Guillaume Lelarge
On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote: > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge > wrote: > > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote: > >> seems that this commit broke reindexing of selected index. steps to > >> reproduce: > >> 1) create table > >> 2) create index

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

2012-08-16 Thread Timon
and, one more little bug altering index fillfactor produces wrong sql code steps to reproduce: 1. create table 2. add index 3. chage fillfactor on created index 4. got error like "scheme name doesn't exists" example of sql: ALTER INDEX gallery.idx_gallery_regionid_itemiddesc SET (FILLFACTOR=80)

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

2012-08-16 Thread Timon
I tested this patch. It fixes my problem. Also it fixes one annoying crash when you click on indexes list. thanks for you work :) 2012/7/21 Guillaume Lelarge : > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote: >> seems that this commit broke reindexing of selected index. steps to >> reproduce: >>

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

2012-07-23 Thread Dave Page
On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge wrote: > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote: >> seems that this commit broke reindexing of selected index. steps to >> reproduce: >> 1) create table >> 2) create index >> 3) select index in object inspector >> 4) try to reindex it via

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

2012-07-21 Thread Guillaume Lelarge
On Wed, 2012-06-06 at 10:50 +0600, Timon wrote: > seems that this commit broke reindexing of selected index. steps to reproduce: > 1) create table > 2) create index > 3) select index in object inspector > 4) try to reindex it via maintenance menu item > 5) got error : ERROR: schema "table_name" do

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

2012-06-05 Thread Timon
seems that this commit broke reindexing of selected index. steps to reproduce: 1) create table 2) create index 3) select index in object inspector 4) try to reindex it via maintenance menu item 5) got error : ERROR: schema "table_name" does not exist and one more crash here .. same steps as befor

[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