Re: [pgadmin-hackers] pgAdmin III: Muliple SQL tabs

2016-02-18 Thread Neel Patel
Hi Dave, I re-tested and reviewed the attached patch and it is working perfectly. Thank you Sergey for the patch. Thanks, Neel Patel On Thu, Feb 18, 2016 at 9:08 PM, Dave Page wrote: > Hi Sergey > > That works perfectly for me! I've made a minor change in the attached > patch - the New button

[pgadmin-hackers] Building a development version of pgadmin

2016-02-18 Thread Andrey Zhidenkov
I'm trying to build a debug version under Arch Linux. I've added --enable-debug argument while executing a configyre script to build a debug package. Now this build requires a debug version of wxWidgts. I rebuilt wxWidgets with --enable-debug, but it creates a .so files with a letter "d" added to e

Re: [pgadmin-hackers] pgAdmin III: Muliple SQL tabs

2016-02-18 Thread Dave Page
Hi Sergey That works perfectly for me! I've made a minor change in the attached patch - the New button on the button bar now creates a new tab rather than a new window. That seems more useful to me (you still have options for both on the File menu). Seem OK to you? Neel - can you please re-test t

[pgadmin-hackers] pgAdmin 4 commit: Creating separate .gitignore for runtime, and added t

2016-02-18 Thread Ashesh Vashi
Creating separate .gitignore for runtime, and added them in .gitignore new temporary files created by qmake. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9274d87c55c683e7b5e64400f0ed8b8046bc32b7 Modified Files -- runtime/.gitigno

[pgadmin-hackers] pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode

2016-02-18 Thread Ashesh Vashi
Initialize (executing the constructor) for the PGNodeModule needs to be called while initialing the CollectionNodeModule, as super(..).__init__(..) does not call __init__ function of all parent classes. Please refer to method resolution order (MRO) in python for more information. This patch also i

[pgadmin-hackers] pgAdmin 4 commit: Disconnect the database connection only once not ever

2016-02-18 Thread Ashesh Vashi
Disconnect the database connection only once not every time before running the offline queries i.e. renaming of the database, using different tablespce for the database, etc. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a3d23a65bb57764a9d0048

Re: [pgadmin-hackers] Minor database patch [pgadmin4]

2016-02-18 Thread Ashesh Vashi
On Tue, Feb 9, 2016 at 6:21 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA patch for database node. > > Enhancement: We don't need to disconnect and connect to databse for each > single offline query. We can disconnect once then apply queries and then > connect again. >

Re: [pgadmin-hackers] Debian Testing and PLPG-Debugger error. My fault or something else?

2016-02-18 Thread Dave Page
On Wed, Feb 17, 2016 at 5:30 PM, Max Retronaut wrote: > Thank you for the answer. > > If I compile pgAdminIII from the source using wxWidgets2 headers, could > this fix this problem? Since I noticed same problems with other part of > PgAdminIII (like the visual plan analyzer) > Quite possibly. Y

Re: [pgadmin-hackers] Observed an issue while creating new table

2016-02-18 Thread Ashesh Vashi
On Thu, Feb 18, 2016 at 2:47 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > +++ > > Hi, > > I am using pgAdmin3 (v. 1.20) > As discussed (personally), we resolved that problem with latest version (version: 1.22). -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterp

Re: [pgadmin-hackers] Observed an issue while creating new table

2016-02-18 Thread Murtuza Zabuawala
+++ Hi, I am using pgAdmin3 (v. 1.20) Regards, Murtuza > On 18-Feb-2016, at 1:38 pm, Murtuza Zabuawala > wrote: > > Hi, > > I have observed an issue while creating new table with pgAdmin3 which I > suspect is wrong, > > Steps to reproduce: > > Step-1) Open new table dialog > - Enter Na

[pgadmin-hackers] Observed an issue while creating new table

2016-02-18 Thread Murtuza Zabuawala
Hi, I have observed an issue while creating new table with pgAdmin3 which I suspect is wrong, Steps to reproduce: Step-1) Open new table dialog - Enter Name: test - Click on Inheritance tab provide 2 table to inherit from test1 [has columns: a,b] test2 [has columns: x,y,z] Click on Ok to cre