Re: [pgadmin-hackers] pgAdmin 1.12 Visual Tour

2010-05-07 Thread Dave Page
On Wed, May 5, 2010 at 6:13 PM, Guillaume Lelarge wrote: > Hi, > > I've been working on this since a few days. Not really a hard work, but > also not a really interesting one. Anyway, here is what I came up to: > >  http://wwwdevel.pgadmin.org/visualtour12.php > > It really needs more love. But I

[pgadmin-hackers] PATCH: FB#15582: Postgres Studio Crash on cancellation of restore database command

2010-05-07 Thread Ashesh Vashi
Hi Dave, On windows, if we press cancel button, while restoring is already in progress, on restore dialog, pgAdmin3 gets crashed in-consistently. PFA for the same. -- Ashesh Vashi EnterpriseDB INDIA: www.enterprisedb.com Index: dlg/dlgClasses.cpp =

Re: [pgadmin-hackers] pgAdmin 1.12 Visual Tour

2010-05-07 Thread Guillaume Lelarge
Le 07/05/2010 14:02, Dave Page a écrit : > On Wed, May 5, 2010 at 6:13 PM, Guillaume Lelarge > wrote: >> Hi, >> >> I've been working on this since a few days. Not really a hard work, but >> also not a really interesting one. Anyway, here is what I came up to: >> >> http://wwwdevel.pgadmin.org/vis

[pgadmin-hackers] PATCH: FB#15385: Editting Packages (EnterpriseDB) in postgres mode throws an error

2010-05-07 Thread Ashesh Vashi
Hi Dave, In EnterpriseDB (postgres mode), If we edit packages, it throws an error. / ERROR: relation "edb_package" does not exist LINE 1: SELECT xmin FROM edb_package WHERE oid = 17832::oid/ PFA for the same. NOTE: This patch will apply on both trunk and REL-1_10_PATCHES. -- Ashesh Vashi Ente

[pgadmin-hackers] PATCH: FB#115423: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter

2010-05-07 Thread Ashesh Vashi
Hi Dave, We need to call the enterprisedb - procedures and edbspl functions from the anonymous block, if it does contain out/in-out paramters. It results into the following error for the current implementation: /An error occurred: Error:Invalid Out Parameter... if select Debug function having

[pgadmin-hackers] PATCH: FB#12720: Restore Table fails when the table contains special characters

2010-05-07 Thread Ashesh Vashi
Hi Dave, Restore table fails, when the table contains special characters. PFA for both trunk and REL-1_10 branch. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: www.enterprisedb.com Index: frm/frmRestore.cpp ==

[pgadmin-hackers] SVN Commit by dpage: r8343 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/dlg

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 16:15:51 +0100 (Fri, 07 May 2010) New Revision: 8343 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8343&view=rev Log: Prevent a crash if the user cancels a restore operation. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/CHANGELOG bran

[pgadmin-hackers] SVN Commit by dpage: r8344 - in trunk/pgadmin3: . pgadmin/dlg

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 16:15:59 +0100 (Fri, 07 May 2010) New Revision: 8344 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8344&view=rev Log: Prevent a crash if the user cancels a restore operation. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/dlg

[pgadmin-hackers] Re: PATCH: FB#15582: Postgres Studio Crash on cancellation of restore database command

2010-05-07 Thread Dave Page
Thanks, applied. On Fri, May 7, 2010 at 8:36 AM, Ashesh Vashi wrote: > Hi Dave, > > On windows, if we press cancel button, while restoring is already in > progress, on restore dialog, pgAdmin3 gets crashed in-consistently. > PFA for the same. > > -- > Ashesh Vashi > EnterpriseDB INDIA: www.enterp

[pgadmin-hackers] SVN Commit by dpage: r8345 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/schema

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 16:40:17 +0100 (Fri, 07 May 2010) New Revision: 8345 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8345&view=rev Log: Fix an error when working with packages on EnterpriseDB in 'postgres' mode. [Ashesh Vashi] Modified: branches/REL-1_10_0

[pgadmin-hackers] SVN Commit by dpage: r8346 - in trunk/pgadmin3: . pgadmin/schema

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 16:40:26 +0100 (Fri, 07 May 2010) New Revision: 8346 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8346&view=rev Log: Fix an error when working with packages on EnterpriseDB in 'postgres' mode. [Ashesh Vashi] Modified: trunk/pgadmin3/CHAN

[pgadmin-hackers] Re: PATCH: FB#15385: Editting Packages (EnterpriseDB) in postgres mode throws an error

2010-05-07 Thread Dave Page
Thanks, applied. On Fri, May 7, 2010 at 12:42 PM, Ashesh Vashi wrote: > Hi Dave, > > In EnterpriseDB (postgres mode), If we edit packages, it throws an error. > > ERROR:  relation "edb_package" does not exist > LINE 1: SELECT xmin FROM edb_package WHERE oid = 17832::oid > > PFA for the same. > >

[pgadmin-hackers] SVN Commit by dpage: r8347 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/debugger

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 17:05:03 +0100 (Fri, 07 May 2010) New Revision: 8347 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8347&view=rev Log: Call Stored Procedures in EnterpriseDB in an anonymous block to prevent errors with out/inout parameters. Modified: bran

[pgadmin-hackers] SVN Commit by dpage: r8348 - in trunk/pgadmin3: . pgadmin/debugger

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 17:05:10 +0100 (Fri, 07 May 2010) New Revision: 8348 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8348&view=rev Log: Call Stored Procedures in EnterpriseDB in an anonymous block to prevent errors with out/inout parameters. Modified: trun

[pgadmin-hackers] Re: PATCH: FB#115423: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter

2010-05-07 Thread Dave Page
Thanks, patch applied. On Fri, May 7, 2010 at 12:51 PM, Ashesh Vashi wrote: > Hi Dave, > > We need to call the enterprisedb - procedures and edbspl functions from the > anonymous block, if it does contain out/in-out paramters. > It results into the following error for the current implementation:

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

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 17:11:39 +0100 (Fri, 07 May 2010) New Revision: 8349 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8349&view=rev Log: Fix quoting for pg_restore calls [Ashesh Vashi] Modified: trunk/pgadmin3/pgadmin/frm/frmRestore.cpp -- Sent via pgadmin

[pgadmin-hackers] SVN Commit by dpage: r8350 - branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/frm

2010-05-07 Thread svn
Author: dpage Date: 2010-05-07 17:11:45 +0100 (Fri, 07 May 2010) New Revision: 8350 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8350&view=rev Log: Fix quoting for pg_restore calls [Ashesh Vashi] Modified: branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/frm/frmRestore.cpp

[pgadmin-hackers] Re: PATCH: FB#12720: Restore Table fails when the table contains special characters

2010-05-07 Thread Dave Page
Thanks, patch applied. On Fri, May 7, 2010 at 12:55 PM, Ashesh Vashi wrote: > Hi Dave, > > Restore table fails, when the table contains special characters. > PFA for both trunk and REL-1_10 branch. > > -- > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: www.enterprisedb.com > -- Dav

Re: [pgadmin-hackers] pgAdmin 1.12 Visual Tour

2010-05-07 Thread Dave Page
On Fri, May 7, 2010 at 12:36 PM, Guillaume Lelarge wrote: > Le 07/05/2010 14:02, Dave Page a écrit : >> Cool - do you mind if I edit it directly if I get a little time? I >> promise to run 'who -u' first :-) >> > > Sure, go ahead :) OK, I've given it a review and updated a few things. >>> And la

Re: [pgadmin-hackers] pgAdmin 1.12 Visual Tour

2010-05-07 Thread Guillaume Lelarge
Le 07/05/2010 18:49, Dave Page a écrit : > On Fri, May 7, 2010 at 12:36 PM, Guillaume Lelarge > wrote: >> Le 07/05/2010 14:02, Dave Page a écrit : >>> Cool - do you mind if I edit it directly if I get a little time? I >>> promise to run 'who -u' first :-) >>> >> >> Sure, go ahead :) > > OK, I've

[pgadmin-hackers] [pgAdmin III] #178: Postgres Studio Crash on cancellation of restore database command

2010-05-07 Thread pgAdmin Trac
#178: Postgres Studio Crash on cancellation of restore database command --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor | Milestone:

[pgadmin-hackers] Re: [pgAdmin III] #178: Postgres Studio Crash on cancellation of restore database command

2010-05-07 Thread pgAdmin Trac
#178: Postgres Studio Crash on cancellation of restore database command ---+ Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: closed Priority: minor | Milesto

[pgadmin-hackers] Re: [pgAdmin III] #179: Editting Packages (EnterpriseDB) in postgres mode throws an error

2010-05-07 Thread pgAdmin Trac
#179: Editting Packages (EnterpriseDB) in postgres mode throws an error ---+ Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: closed Priority: minor | Milesto

[pgadmin-hackers] [pgAdmin III] #180: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter

2010-05-07 Thread pgAdmin Trac
#180: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priori

[pgadmin-hackers] Re: [pgAdmin III] #180: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter

2010-05-07 Thread pgAdmin Trac
#180: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priori

[pgadmin-hackers] [pgAdmin III] #181: Restore Table fails when the table contains special characters

2010-05-07 Thread pgAdmin Trac
#181: Restore Table fails when the table contains special characters --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor | Milestone:

[pgadmin-hackers] Re: [pgAdmin III] #181: Restore Table fails when the table contains special characters

2010-05-07 Thread pgAdmin Trac
#181: Restore Table fails when the table contains special characters ---+ Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: closed Priority: minor | Milestone:

[pgadmin-hackers] Re: [pgAdmin III] #180: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter

2010-05-07 Thread pgAdmin Trac
#180: An error occurred: Error:Invalid Out Parameter... if select Debug function having IN OUT Parameter ---+ Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: closed Pri

[pgadmin-hackers] [pgAdmin III] #179: Editting Packages (EnterpriseDB) in postgres mode throws an error

2010-05-07 Thread pgAdmin Trac
#179: Editting Packages (EnterpriseDB) in postgres mode throws an error --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor | Milestone:

Re: [pgadmin-hackers] pgAdmin 1.12 Visual Tour

2010-05-07 Thread Erwin Brandstetter
Aloha! The tour is a great introduction to the new features. Told me a lot about what's been going on while I was away last year. :) I would advise every new user of v1.12 to have a look. Regards Erwin -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to

"Compact" and "complete" SQL (was: Re: [pgadmin-hackers] Redundant statements)

2010-05-07 Thread Erwin Brandstetter
Hi Dave! I send a reply on the thread to you, Dave. Guillaume seems to like the idea somewhat. I wonder what you think about it. On 29.04.2010 17:50, guilla...@lelarge.info wrote: Le 29/04/2010 17:28, Erwin Brandstetter a écrit : On 29.04.2010 15:21, guilla...@lelarge.info wrote:

Re: "Compact" and "complete" SQL (was: Re: [pgadmin-hackers] Redundant statements)

2010-05-07 Thread Dave Page
Sorry - missed that. I generally prefer to only include SQL DDL for things that are non-default. On Fri, May 7, 2010 at 6:43 PM, Erwin Brandstetter wrote: > Hi Dave! > > I send a reply on the thread to you, Dave. Guillaume seems to like the idea > somewhat. I wonder what you think about it. > > >