Re: [pgadmin-hackers] Roadmap

2007-01-15 Thread Dave Page
Guillaume Lelarge wrote: > Hi, > > I would like to add these items to the roadmap : > * add ALTER TABLE ENABLE/DISABLE TRIGGER support > * add DROP/REASSIGN OWNED support > * add index information from pgstattuple >(I forgot about this one, these informations appear with 8.2 > pgstatuple co

[pgadmin-hackers] SVN Commit by dpage: r5863 - in trunk/pgadmin3: . pgadmin xtra/pgagent

2007-01-15 Thread svn
Author: dpage Date: 2007-01-15 09:17:54 + (Mon, 15 Jan 2007) New Revision: 5863 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5863&view=rev Log: Add support for Sun's compiler [Dhanaraj M] Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/acinclude.m4 trunk/pg

[pgadmin-hackers] SVN Commit by dpage: r5864 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src xtra/pgagent

2007-01-15 Thread svn
Author: dpage Date: 2007-01-15 09:31:06 + (Mon, 15 Jan 2007) New Revision: 5864 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5864&view=rev Log: Add support for Sun's compiler [Dhanaraj M] Modified: branches/REL-1_6_0_PATCHES/pgadmin3/CHANGELOG branches/REL-1_6_0

[pgadmin-hackers] pgAdminIII - licence and code reuse

2007-01-15 Thread Knut P. Lehre
Hi Thanks for the great pgAdmin tool! I am currently working on an application using a postgresql backend. The last version of my application is based on another GUI library, but I now consider switching to wxWidgets. In pgAdminIII there are a lot of relevant code examples. 1) Have I understood

Re: [pgadmin-hackers] pgAdminIII - licence and code reuse

2007-01-15 Thread Dave Page
Knut P. Lehre wrote: > Hi > > Thanks for the great pgAdmin tool! > I am currently working on an application using a postgresql backend. > The last version of my application is based on another GUI library, > but I now consider switching to wxWidgets. In pgAdminIII there are a > lot of relevant co

[pgadmin-hackers] DB restrict patch of connection

2007-01-15 Thread Hiroshi Saito
Hi Dave. I think correct the behavior of the DB connection restriction. The function is dead now. this is 1.6.2.. moreover current-svn too. this corrects the problem. please review. Regards, Hiroshi Saito DbRestriction_patch Description: Binary data ---(end of broadc

Re: [pgadmin-hackers] DB restrict patch of connection

2007-01-15 Thread Dave Page
Hiroshi Saito wrote: > Hi Dave. > > I think correct the behavior of the DB connection restriction. The > function is dead now. this is 1.6.2.. > moreover current-svn too. this corrects the problem. > please review. It works fine for me. You must enter something like: datname != 'template1' It's

[pgadmin-hackers] SVN Commit by hiroshi: r5865 - in branches/REL-1_6_0_PATCHES/pgadmin3/src: dlg schema

2007-01-15 Thread svn
Author: hiroshi Date: 2007-01-16 00:30:14 + (Tue, 16 Jan 2007) New Revision: 5865 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5865&view=rev Log: correct the behavior of the DB connection restriction. Modified: branches/REL-1_6_0_PATCHES/pgadmin3/src/dlg/dlgDataba

[pgadmin-hackers] SVN Commit by hiroshi: r5866 - in trunk/pgadmin3/pgadmin: dlg schema

2007-01-15 Thread svn
Author: hiroshi Date: 2007-01-16 00:36:38 + (Tue, 16 Jan 2007) New Revision: 5866 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5866&view=rev Log: correct the behavior of the DB connection restriction. Modified: trunk/pgadmin3/pgadmin/dlg/dlgDatabase.cpp trunk/p

Re: [pgadmin-hackers] DB restrict patch of connection

2007-01-15 Thread Hiroshi Saito
Hi Dave. It works fine for me. You must enter something like: :-) datname != 'template1' It's more to type, but it's much more flexible. Um, sorry I don't understand it well. probably, It is necessary to be able to select it at the display mode of the system object. The change in the op

[pgadmin-hackers] SVN Commit by guillaume: r5867 - trunk/www/development

2007-01-15 Thread svn
Author: guillaume Date: 2007-01-16 07:33:59 + (Tue, 16 Jan 2007) New Revision: 5867 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5867&view=rev Log: Add 4 items to the roadmap. Modified: trunk/www/development/roadmap.php ---(end of broadcas

Re: [pgadmin-hackers] Roadmap

2007-01-15 Thread Guillaume Lelarge
Dave Page a écrit : > Guillaume Lelarge wrote: >> I would like to add these items to the roadmap : >> * add ALTER TABLE ENABLE/DISABLE TRIGGER support >> * add DROP/REASSIGN OWNED support >> * add index information from pgstattuple >>(I forgot about this one, these informations appear with 8

[pgadmin-hackers] SVN Commit by guillaume: r5868 - trunk/www/development

2007-01-15 Thread svn
Author: guillaume Date: 2007-01-16 07:35:23 + (Tue, 16 Jan 2007) New Revision: 5868 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5868&view=rev Log: Actually, they were 3... sorry about this one. Modified: trunk/www/development/roadmap.php