Re: [pgadmin-hackers] pgAdmin licence

2007-10-12 Thread Dave Page
> --- Original Message --- > From: Andreas Pflug <[EMAIL PROTECTED]> > To: Dave Page <[EMAIL PROTECTED]> > Sent: 12/10/07, 22:11:36 > Subject: Re: pgAdmin licence > > Dave, > since pgImport was originally written to import from file to MSSQL, with > pgsql support added later (and pgConne

Re: [pgadmin-hackers] pgAdmin licence

2007-10-12 Thread Andreas Pflug
Dave, since pgImport was originally written to import from file to MSSQL, with pgsql support added later (and pgConnection/pgSet never supported COPY), you're trying to see stuff that's not there (nor is factory.cpp). Regards, Andreas ---(end of broadcast)

Re: [pgadmin-hackers] pgAdmin licence

2007-10-12 Thread Dave Page
Andreas Pflug wrote: >> > I don't think so. It was me who invented the db base classes, besides > they have undergone some major rewrite (ever heard of pgSetIterator?) > I checked quite thoroughly, including the icon (which I'd replace if I > had another one at hand). You invented the abstracti

Re: [pgadmin-hackers] pgAdmin licence

2007-10-12 Thread Andreas Pflug
Dave Page wrote: > Andreas Pflug wrote: > > >> No. You removed VC6 support, which was absolutely vital for me, without >> ever asking whether that was viable. Since my development was tightly >> integrated, I wasn't able to switch one of projects separately (at least >> in the timeframe availabl

[pgadmin-hackers] SVN Commit by dpage: r6743 - trunk/pgadmin3/pgadmin/dlg

2007-10-12 Thread svn
Author: dpage Date: 2007-10-12 17:03:24 +0100 (Fri, 12 Oct 2007) New Revision: 6743 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6743&view=rev Log: Prevent characters being incorrectly stripped from foreign key column names, per Alexander Kirpa Modified: trunk/pgadmin

[pgadmin-hackers] SVN Commit by dpage: r6742 - in trunk/pgadmin3: . pgadmin/agent

2007-10-12 Thread svn
Author: dpage Date: 2007-10-12 16:38:59 +0100 (Fri, 12 Oct 2007) New Revision: 6742 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6742&view=rev Log: Avoid using a correlated subquery that Greenplum doesn't support, per report from Jon Roberts. Modified: trunk/pgadmin3/

[pgadmin-hackers] SVN Commit by guillaume: r6741 - in trunk/pgadmin3/pgadmin: dlg schema

2007-10-12 Thread svn
Author: guillaume Date: 2007-10-12 15:47:33 +0100 (Fri, 12 Oct 2007) New Revision: 6741 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6741&view=rev Log: Fix the tablespace issue on index and indexconstraint. Modified: trunk/pgadmin3/pgadmin/dlg/dlgIndex.cpp trunk/pg

[pgadmin-hackers] SVN Commit by guillaume: r6740 - in trunk/pgadmin3/pgadmin: dlg schema

2007-10-12 Thread svn
Author: guillaume Date: 2007-10-12 15:34:30 +0100 (Fri, 12 Oct 2007) New Revision: 6740 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6740&view=rev Log: Check the PostgreSQL release before adding tablespace query, per reports from Albin Blaschka and Ariel R. Giomi. Modif

[pgadmin-hackers] SVN Commit by guillaume: r6739 - trunk/pgadmin3/i18n/fr_FR

2007-10-12 Thread svn
Author: guillaume Date: 2007-10-12 14:57:06 +0100 (Fri, 12 Oct 2007) New Revision: 6739 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6739&view=rev Log: Fix french translation, per S?\195?\169bastien Lardi?\195?\168re. Modified: trunk/pgadmin3/i18n/fr_FR/pgadmin3.mo

Re: [pgadmin-hackers] RC1 crashes when right clicked on template0

2007-10-12 Thread Dave Page
Devrim GÜNDÜZ wrote: > Hi, > > I thought this was fixed already, but this is what I got in Rc1: > > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1208342000 (LWP 30701)] > 0x080bc8b2 in pgConn::Backe

Re: [pgadmin-hackers] Handling the pg_global of tablespace.

2007-10-12 Thread Dave Page
Hiroshi Saito wrote: > From: "Dave Page" <[EMAIL PROTECTED]> > >> It should still work for superusers though shouldn't it? >> > > Eh?, Is it ACL bug of PostgreSQL ver 8.3b1? > > As for superuser, > 2007-10-11 13:53:23 ERROR : ERROR: permission denied for tablespace > pg_global Yes, I specific

[pgadmin-hackers] SVN Commit by dpage: r6738 - trunk/pgadmin3/pgadmin/schema

2007-10-12 Thread svn
Author: dpage Date: 2007-10-12 10:29:12 +0100 (Fri, 12 Oct 2007) New Revision: 6738 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6738&view=rev Log: Guard against checking the server version if we're not connected. Modified: trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp

[pgadmin-hackers] SVN Commit by dpage: r6737 - trunk/www/download

2007-10-12 Thread svn
Author: dpage Date: 2007-10-12 09:50:55 +0100 (Fri, 12 Oct 2007) New Revision: 6737 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6737&view=rev Log: Remove dead link. Modified: trunk/www/download/rpm.php ---(end of broadcast)

Re: [pgadmin-hackers] pgAdmin licence

2007-10-12 Thread Dave Page
Andreas Pflug wrote: > No. You removed VC6 support, which was absolutely vital for me, without > ever asking whether that was viable. Since my development was tightly > integrated, I wasn't able to switch one of projects separately (at least > in the timeframe available). Oh, I'm sorry - I though