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

2005-09-23 Thread svn
Author: dpage Date: 2005-09-23 15:23:22 +0100 (Fri, 23 Sep 2005) New Revision: 4462 Modified: trunk/pgadmin3/acinclude.m4 Log: Minor tweak for Solaris Modified: trunk/pgadmin3/acinclude.m4 === --- trunk/pgadmin3/acinclude.m4 2005-

Re: [pgadmin-hackers] altering table properties

2005-09-23 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Miha Radej > Sent: 23 September 2005 13:14 > To: PgAdmin Hackers > Subject: [pgadmin-hackers] altering table properties > > hi! > > thank you for fixing the sql query order in svn. i have, however,

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

2005-09-23 Thread svn
Author: dpage Date: 2005-09-23 13:50:47 +0100 (Fri, 23 Sep 2005) New Revision: 4461 Modified: trunk/pgadmin3/src/dlg/dlgProperty.cpp trunk/pgadmin3/src/dlg/dlgTable.cpp Log: Further fixes to table modification SQL Modified: trunk/pgadmin3/src/dlg/dlgProperty.cpp

Re: [pgadmin-hackers] altering table properties

2005-09-23 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Miha Radej > Sent: 23 September 2005 13:27 > To: PgAdmin Hackers > Subject: Re: [pgadmin-hackers] altering table properties > > i tried fiddling with the code (never touched c++ before so i > was a

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

2005-09-23 Thread svn
Author: dpage Date: 2005-09-23 13:38:25 +0100 (Fri, 23 Sep 2005) New Revision: 4460 Modified: trunk/pgadmin3/src/dlg/dlgTable.cpp Log: Further fixes to table modification SQL [Miha Radej] Modified: trunk/pgadmin3/src/dlg/dlgTable.cpp

Re: [pgadmin-hackers] altering table properties

2005-09-23 Thread Miha Radej
hi again! Miha Radej wrote: also, i wanted to remove a constraint (primary key) and add a new one and pgadmin produced thie following code: CONSTRAINT ALTER TABLE budget_type DROP CONSTRAINT pkey_budgettype; ALTER TABLE budget_type ADDpkey_budget_type PRIMARY KEY (id); there is an unneccesa

[pgadmin-hackers] altering table properties

2005-09-23 Thread Miha Radej
hi! thank you for fixing the sql query order in svn. i have, however, noticed some other things which might be annoying: when wanting to change a table name and a column name at the same time, pgadmin produces this (this is all done via the properties option from the context menu): ALTER T

[pgadmin-hackers] SVN Commit by dpage: r4459 - in trunk/pgadmin3/src: dlg schema

2005-09-23 Thread svn
Author: dpage Date: 2005-09-23 09:56:53 +0100 (Fri, 23 Sep 2005) New Revision: 4459 Modified: trunk/pgadmin3/src/dlg/dlgTable.cpp trunk/pgadmin3/src/schema/pgForeignKey.cpp Log: Fix ordering of table modification SQL per report from Diego Gil. Modified: trunk/pgadmin3/src/dlg/dlgTable.cpp =

[pgadmin-hackers] SVN Commit by dpage: r4458 - in trunk/pgadmin3/src: agent dlg

2005-09-23 Thread svn
Author: dpage Date: 2005-09-23 08:47:01 +0100 (Fri, 23 Sep 2005) New Revision: 4458 Modified: trunk/pgadmin3/src/agent/dlgJob.cpp trunk/pgadmin3/src/dlg/dlgTable.cpp Log: Prevent cancelled sub-property dialogues overwriting/adding properties. Modified: trunk/pgadmin3/src/agent/dlgJob.cpp ==