[pgadmin-hackers] Re: [pgadmin-support] Crash "The memory could not be read" on Windows XP

2010-06-08 Thread Ashesh Vashi
Hi Dave, Please find the patch for the same. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company On Tue, Jun 8, 2010 at 2:58 PM, Ashesh Vashi wrote: > Dave, > > I am able to reproduce the same on linux too.. > I am looking into it.. >

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 11:11:00 +0100 (Tue, 08 Jun 2010) New Revision: 8414 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8414&view=rev Log: Ensure enum variable values can be set. Modified: trunk/pgadmin3/pgadmin/dlg/dlgDatabase.cpp trunk/pgadmin3/pgadmin/dl

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 11:24:54 +0100 (Tue, 08 Jun 2010) New Revision: 8415 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8415&view=rev Log: Fix crash when adding a column to a table [Ashesh Vashi] While we're at it, ensure that a change of the STORAGE type is proper

Re: [pgadmin-hackers] Re: [pgadmin-support] Crash "The memory could not be read" on Windows XP

2010-06-08 Thread Dave Page
Thanks - patch applied. I also fixed the dialogue so new values for the storage type are detected as a change (to enable the OK button). On Tue, Jun 8, 2010 at 10:37 AM, Ashesh Vashi wrote: > Hi Dave, > Please find the patch for the same. > > -- > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 11:30:14 +0100 (Tue, 08 Jun 2010) New Revision: 8416 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8416&view=rev Log: Don't pass values to OUT parameters when invoking pl/pgsql functions in the debugger. [Ashesh Vashi] Modified: branches/

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 11:31:05 +0100 (Tue, 08 Jun 2010) New Revision: 8417 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8417&view=rev Log: Don't pass values to OUT parameters when invoking pl/pgsql functions in the debugger. [Ashesh Vashi] Modified: trunk/pga

Re: [pgadmin-hackers] PATCH: FB#15944: An error has occurred if debug function

2010-06-08 Thread Dave Page
On Tue, Jun 8, 2010 at 7:17 AM, Ashesh Vashi wrote: > Hi Dave, > > On Tue, Jun 8, 2010 at 1:20 AM, Dave Page wrote: >> >> On Mon, Jun 7, 2010 at 4:31 PM, Ashesh Vashi >> wrote: >> > HI Dave, >> > Please find the patch for the same. >> > If plpgsql does have out parameter, it fails to debug. >> >

[pgadmin-hackers] PATCH: FB#15842: Error occur when try to add comments in package property

2010-06-08 Thread Ashesh Vashi
Hi Dave, If we have blank lines in the package body in package property dialog and then try edit any other properties of the package result into this error. "EDB-00202: Package body does not exit" Please find the patch for the same. This will apply on both trunk and REL-1_10_PATCHES branch. -- T

[pgadmin-hackers] SVN Commit by hiroshi: r8418 - in trunk/pgadmin3/pgadmin: . frm include/frm

2010-06-08 Thread svn
Author: hiroshi Date: 2010-06-08 15:28:19 +0100 (Tue, 08 Jun 2010) New Revision: 8418 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8418&view=rev Log: Setenv for plugins. the following specifications. Environment - VARIABLE=VALUE[,VARIABLE=VALUE] Modified: trunk/pgad

Re: [pgadmin-hackers] I want to confirm the environment variable of plugin.

2010-06-08 Thread Hiroshi Saito
Sorry, late reaction. Yeah, me too. Done! thanks. Regards, Hiroshi Saito - Original Message - From: "Dave Page" I'm inclined to accept this for beta 3. Although it seems like a new feature, the inability to set PGCLIENTENCODING where it may be required could be considered a bug.

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 21:32:35 +0100 (Tue, 08 Jun 2010) New Revision: 8419 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8419&view=rev Log: Avoid a bug in the package dialog which could prevent a comment being editted. [Ashesh Vashi] Modified: branches/REL-1_1

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 21:32:45 +0100 (Tue, 08 Jun 2010) New Revision: 8420 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8420&view=rev Log: Avoid a bug in the package dialog which could prevent a comment being editted. [Ashesh Vashi] Modified: trunk/pgadmin3/C

[pgadmin-hackers] Re: PATCH: FB#15842: Error occur when try to add comments in package property

2010-06-08 Thread Dave Page
Thanks - patch applied. On Tue, Jun 8, 2010 at 1:11 PM, Ashesh Vashi wrote: > Hi Dave, > If we have blank lines in the package body in package property dialog and > then try edit any other properties of the package result into this error. > "EDB-00202: Package body does not exit" > Please find th

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 21:41:00 +0100 (Tue, 08 Jun 2010) New Revision: 8421 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8421&view=rev Log: Ensure the variable editor is setup correctly upon dialog creation. [Ashesh Vashi] Modified: branches/REL-1_10_0_PATCHES

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

2010-06-08 Thread svn
Author: dpage Date: 2010-06-08 21:42:00 +0100 (Tue, 08 Jun 2010) New Revision: 8422 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8422&view=rev Log: Ensure the variable editor is setup correctly upon dialog creation. [Ashesh Vashi] Modified: trunk/pgadmin3/CHANGELOG

[pgadmin-hackers] SVN Commit by guillaume: r8423 - trunk/pgadmin3/i18n/zh_CN

2010-06-08 Thread svn
Author: guillaume Date: 2010-06-08 22:02:17 +0100 (Tue, 08 Jun 2010) New Revision: 8423 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8423&view=rev Log: Update chinese translation, per Quan Zongliang. Modified: trunk/pgadmin3/i18n/zh_CN/pgadmin3.mo trunk/pgadmin3/i1

[pgadmin-hackers] [pgAdmin III] #203: If plpgsql does have out parameter, it fails to debug.

2010-06-08 Thread pgAdmin Trac
#203: If plpgsql does have out parameter, it fails to debug. --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor | Milestone:

[pgadmin-hackers] Re: [pgAdmin III] #203: If plpgsql does have out parameter, it fails to debug.

2010-06-08 Thread pgAdmin Trac
#203: If plpgsql does have out parameter, it fails to debug. ---+ Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: closed Priority: minor | Milestone: 1.10.4

[pgadmin-hackers] [pgAdmin III] #204: Confirm the environment variable of plugin

2010-06-08 Thread pgAdmin Trac
#204: Confirm the environment variable of plugin ---+ Reporter: Hiroshi Saito | Owner: Hiroshi Saito Type: bug| Status: new Priority: minor | Milestone: Co

Re: [pgadmin-hackers] [pgAdmin III] #204: Confirm the environment variable of plugin

2010-06-08 Thread pgAdmin Trac
#204: Confirm the environment variable of plugin +--- Reporter: Hiroshi Saito | Owner: Hiroshi Saito Type: bug| Status: closed Priority: minor | Milestone: 1.10.4

[pgadmin-hackers] [pgAdmin III] #205: Error occur when try to add comments in package property

2010-06-08 Thread pgAdmin Trac
#205: Error occur when try to add comments in package property --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor | Milestone:

[pgadmin-hackers] Re: [pgAdmin III] #205: Error occur when try to add comments in package property

2010-06-08 Thread pgAdmin Trac
#205: Error occur when try to add comments in package property ---+ Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: closed Priority: minor | Milestone: 1.10

[pgadmin-hackers] [pgAdmin III] #206: Ensure the variable editor is setup correctly upon dialog creation.

2010-06-08 Thread pgAdmin Trac
#206: Ensure the variable editor is setup correctly upon dialog creation. --+- Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor | Mileston

[pgadmin-hackers] Re: [pgAdmin III] #206: Ensure the variable editor is setup correctly upon dialog creation.

2010-06-08 Thread pgAdmin Trac
#206: Ensure the variable editor is setup correctly upon dialog creation. ---+ Reporter: Ashesh Vashi | Owner: Ashesh Vashi Type: bug | Status: closed Priority: minor | Miles

Re: [pgadmin-hackers] [pgAdmin III] #204: Confirm the environment variable of plugin

2010-06-08 Thread pgAdmin Trac
#204: Confirm the environment variable of plugin +--- Reporter: Hiroshi Saito | Owner: Hiroshi Saito Type: bug| Status: closed Priority: minor | Milestone: 1.12