Re: [pgadmin-hackers] pgadmin 1.10.2 crashes on start

2010-04-22 Thread Guillaume Lelarge
Le 22/04/2010 14:28, Erwin Brandstetter a écrit : > On 19.04.2010 23:46, guilla...@lelarge.info wrote: >> Le 19/04/2010 19:24, Erwin Brandstetter a écrit : >> >>> On 17.04.2010 08:02, guilla...@lelarge.info wrote: >>> (...) >> I really don't understand. From your pgadmin3.log, it's quite ob

Re: [pgadmin-hackers] Ticket 3: groups of servers

2010-04-22 Thread Guillaume Lelarge
Le 19/04/2010 13:03, Dave Page a écrit : > On Sat, Apr 17, 2010 at 7:09 PM, Guillaume Lelarge > wrote: >> What do you want with a right click in a group node? access to the >> properties? > > Same as other nodes - Add xxx etc. It's not that important though. > Well, we didn't do it for the actu

Re: [pgadmin-hackers] PATCH(WIP): Printing Support And Save GQB/Explain as an image

2010-04-22 Thread Ashesh Vashi
Hi Dave, On Thu, Apr 22, 2010 at 9:48 PM, Dave Page wrote: > On Thu, Apr 22, 2010 at 4:57 PM, Ashesh Vashi > wrote: > > Yeah.. > > It does require only in gtk.. (linux) > > "--enable-printarch --with-gnomeprint"... > > And, It requires "libgnomeprint" package to be installed on development > >

Re: [pgadmin-hackers] PATCH(WIP): Printing Support And Save GQB/Explain as an image

2010-04-22 Thread Dave Page
On Thu, Apr 22, 2010 at 4:57 PM, Ashesh Vashi wrote: > Yeah.. > It does require only in gtk.. (linux) > "--enable-printarch --with-gnomeprint"... > And, It requires "libgnomeprint" package to be installed on development > machine... That's a potential problem - we're at the mercy of the packagers

Re: [pgadmin-hackers] PATCH: Segment Fault when restoring a backup file from the schema node

2010-04-22 Thread Dave Page
Thanks, applied. On Thu, Apr 22, 2010 at 2:04 PM, Ashesh Vashi wrote: > Hi, > I found a segment fault when restoring a backup file from the schema node. > PFA. > > -- > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: Enterprise Postgres Company > > -- > Sent via pgadmin-hackers mailing l

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

2010-04-22 Thread svn
Author: dpage Date: 2010-04-22 17:02:14 +0100 (Thu, 22 Apr 2010) New Revision: 8294 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8294&view=rev Log: Fix a crash bug when restoring a schema backup [Ashesh Vashi] Modified: trunk/pgadmin3/pgadmin/frm/frmRestore.cpp -- Se

Re: [pgadmin-hackers] PATCH(WIP): Printing Support And Save GQB/Explain as an image

2010-04-22 Thread Ashesh Vashi
>From the original mail: Print support on Gtk (Linux) * xtra/wx-build/build-wxgtk - We have to modify this script, added few new flags) to enable printing on Gtk. Please follow these links for more details: http://docs.wxwidgets.org/trunk/overview_unixprinting.html http://wiki.wxwidgets.or

Re: [pgadmin-hackers] PATCH(WIP): Printing Support And Save GQB/Explain as an image

2010-04-22 Thread Ashesh Vashi
Yeah.. It does require only in gtk.. (linux) "--enable-printarch --with-gnomeprint"... And, It requires "libgnomeprint" package to be installed on development machine... -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company On Thu, Apr 22

Re: [pgadmin-hackers] PATCH(WIP): Printing Support And Save GQB/Explain as an image

2010-04-22 Thread Dave Page
On Thu, Apr 22, 2010 at 3:13 PM, Ashesh Vashi wrote: > Hi, > Please find the updated patch. I meant to ask - does this require any non-standard wxWidgets options? -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgadmin-hackers mailing list

[pgadmin-hackers] PATCH: Segment Fault when restoring a backup file from the schema node

2010-04-22 Thread Ashesh Vashi
Hi, I found a segment fault when restoring a backup file from the schema node. PFA. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company Index: frm/frmRestore.cpp === --- frm

Re: [pgadmin-hackers] pgadmin 1.10.2 crashes on start

2010-04-22 Thread Erwin Brandstetter
On 19.04.2010 23:46, guilla...@lelarge.info wrote: Le 19/04/2010 19:24, Erwin Brandstetter a écrit : On 17.04.2010 08:02, guilla...@lelarge.info wrote: (...) I really don't understand. From your pgadmin3.log, it's quite obvious that the program crash before startup. I'm sorry, I'm at

Re: [pgadmin-hackers] PATCH: FB#12728: EnterpriseDB 8.3 or earlier does not support to debug function for plpgsql or edbspl by the non-superuser

2010-04-22 Thread Dave Page
Thanks, patch applied. On Thu, Apr 22, 2010 at 11:44 AM, Ashesh Vashi wrote: > Hi Dave, > PFA. > EnterpriseDB 8.3 or earlier does not support to debug function for plpgsql > or edbsqpl by the non-superuser (even not by the owner). > > -- > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: 

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

2010-04-22 Thread svn
Author: dpage Date: 2010-04-22 12:33:16 +0100 (Thu, 22 Apr 2010) New Revision: 8293 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8293&view=rev Log: Don't offer debugging options to non-superusers on Postgres Plus Advanced Server < 8.4 which doesn't have support for user d

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

2010-04-22 Thread svn
Author: dpage Date: 2010-04-22 12:32:04 +0100 (Thu, 22 Apr 2010) New Revision: 8292 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8292&view=rev Log: Don't offer debugging options to non-superusers on Postgres Plus Advanced Server < 8.4 which doesn't have support for user d

Re: [pgadmin-hackers] PATCH: Ticket#99: Support for Default Privileges

2010-04-22 Thread Ashesh Vashi
Please find the updated patch. Sorry for inconvenience.. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company On Thu, Apr 22, 2010 at 4:03 PM, Ashesh Vashi wrote: > Please find the updated patch for the same. > > Guillaume, > > Please

[pgadmin-hackers] PATCH: FB#12728: EnterpriseDB 8.3 or earlier does not support to debug function for plpgsql or edbspl by the non-superuser

2010-04-22 Thread Ashesh Vashi
Hi Dave, PFA. EnterpriseDB 8.3 or earlier does not support to debug function for plpgsql or edbsqpl by the non-superuser (even not by the owner). -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company Index: debugger/debugger.cpp ==

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

2010-04-22 Thread svn
Author: dpage Date: 2010-04-22 09:45:55 +0100 (Thu, 22 Apr 2010) New Revision: 8291 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8291&view=rev Log: Bump the max supported version for 9.0 Modified: trunk/pgadmin3/pgadmin/include/pgAdmin3.h -- Sent via pgadmin-hackers