[pgadmin-hackers] PATCH: Add libssh2 directory in CPPFLAGS (VPATH issue)

2013-05-08 Thread Ashesh Vashi
Hi Dave, When building the pgAdmin3 latest source using VPATH builds, it is not able to compile the pgAdmin3. (Reference: http://www.gnu.org/software/automake/manual/html_node/VPATH-Builds.html) Please find the patch to resolve the issue. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: E

[pgadmin-hackers] pgAdmin III commit: Fix renaming and schema changes for stored procedur

2013-05-08 Thread Dave Page
Fix renaming and schema changes for stored procedures in PPAS. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b1e24ff8a4bedacefc96a1ec9ccdaa9cf66727ef Author: Dinesh Kumar Modified Files -- CHANGELOG |2 ++ pg

[pgadmin-hackers] pgAdmin III commit: Fix renaming and schema changes for stored procedur

2013-05-08 Thread Dave Page
Fix renaming and schema changes for stored procedures in PPAS. Conflicts: CHANGELOG Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=67078e07a06e875e58a78a16134aea7365c76dff Author: Dinesh Kumar Modified Files -

Re: [pgadmin-hackers] Procedure "RENAME, SET SCHEMA" issues patch.

2013-05-08 Thread Dave Page
Thanks - patch applied. Regards, Dave. On Wed, May 8, 2013 at 7:51 AM, Dinesh Kumar wrote: > H > i Dave, > > On Tue, May 7, 2013 at 9:14 AM, Dinesh Kumar < >> dinesh.ku...@enterprisedb.com> wrote: >> >>> Dear Team, >>> >>> I would like to submit a patch for the Procedure "RENAME, SET SCHEMA" >

[pgadmin-hackers] pgAdmin III commit: Fix VPATH builds.

2013-05-08 Thread Dave Page
Fix VPATH builds. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c4abfc03305fc32cdc03e6b5597435de9e48cffc Author: Ashesh Vashi Modified Files -- pgadmin/Makefile.am |8 1 files changed, 8 insertions(+), 0 deletions(-)

Re: [pgadmin-hackers] PATCH: Add libssh2 directory in CPPFLAGS (VPATH issue)

2013-05-08 Thread Dave Page
Thanks - patch applied. When testing this, I noticed that the distclean target seems to be broken now. Can you (or one of the team) please take a look? Thanks. viper:pgadmin3 dpage$ make distclean Making distclean in xtra/png2c make[1]: Nothing to be done for `distclean'. Making distclean in bran