Re: [pgadmin-hackers] pgAdmin3 patch for pgFunctions.cpp

2016-05-24 Thread Andreas 'ads' Scherbaum
On 24.05.2016 14:38, Dave Page wrote: Thanks, applied. Thanks for applying the patch. Are there any plans for a next release for pgAdmin3? Regards, -- Andreas 'ads' Scherbaum German PostgreSQL User Group European PostgreSQL User Group - Board of

[pgadmin-hackers] pgAdmin3 patch for pgFunctions.cpp

2016-05-17 Thread Andreas 'ads' Scherbaum
Hello, between the time I wrote the last set of patches for Greenplum, and the last release, some code in pgFunctions.cpp was changed and now raises an error in Greenplum. The attached patch fixes this problem. Thanks, -- Andreas 'ads' Scherb

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-02-08 Thread Andreas 'ads' Scherbaum
On 08.02.2016 11:23, Dave Page wrote: On Thu, Feb 4, 2016 at 12:22 PM, Andreas 'ads' Scherbaum wrote: The attached patch adds recognition for Greenplum HAWQ (SQL on Hadoop), where I know that it has problems with some catalog tables. An error message is still shown for HAWQ. The err

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-02-04 Thread Andreas 'ads' Scherbaum
On 18.01.2016 02:44, Andreas 'ads' Scherbaum wrote: we tested pgAdminIII 1.22 internally and found that it works sufficient with Greenplum. A few minor problems are identified and we plan to work on them as well, but nothing serious. We however know that there are a number more seriou

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-01-22 Thread Andreas 'ads' Scherbaum
On 22.01.2016 11:04, Dave Page wrote: On Fri, Jan 22, 2016 at 9:57 AM, Magnus Hagander wrote: On Fri, Jan 22, 2016 at 10:43 AM, Dave Page wrote: On Thu, Jan 21, 2016 at 10:54 PM, Magnus Hagander wrote: On Thu, Jan 21, 2016 at 11:35 PM, Andreas 'ads' Scherbaum wrote: On

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-01-21 Thread Andreas 'ads' Scherbaum
On 21.01.2016 10:31, Dave Page wrote: On Tue, Jan 19, 2016 at 10:54 PM, Andreas 'ads' Scherbaum wrote: On 19.01.2016 16:03, Dave Page wrote: Your patch won't apply again. I have no idea why - I'm trying to do it on my Mac, which is a *nix under the hood (they don't

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-01-19 Thread Andreas 'ads' Scherbaum
ating them? The normal way is to do something like: And how does the attached work? Fresh clone again, only difference is a warning (not an error) for whitespaces removed. Regards -- Andreas 'ads' Scherbaum German PostgreSQL User Group European Postgre

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-01-19 Thread Andreas 'ads' Scherbaum
On 19.01.2016 16:03, Dave Page wrote: On Mon, Jan 18, 2016 at 1:44 AM, Andreas 'ads' Scherbaum wrote: Hello, we tested pgAdminIII 1.22 internally and found that it works sufficient with Greenplum. A few minor problems are identified and we plan to work on them as well, but nothi

[pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-01-18 Thread Andreas 'ads' Scherbaum
sions. One remaining question is if the supported versions should stay in pgConn.cpp or move to pgAdmin3.h. Thank you, -- Andreas 'ads' Scherbaum German PostgreSQL User Group European PostgreSQL User Group - Board of Directors Volunteer Regio

Re: [pgadmin-hackers] Updated Greenplum documentation

2016-01-13 Thread Andreas 'ads' Scherbaum
wxT("\\Greenplum\\greenplum-clients-5.0\\bin")); This complains about trailing whitespaces where I can't see any whitespaces in my diff. Not sure why ... Attached is an updated version of the diff, plus one with Mac line endings. Regards, -- A

Re: [pgadmin-hackers] Updated Greenplum documentation

2016-01-08 Thread Andreas 'ads' Scherbaum
On 08.01.2016 16:41, Dave Page wrote: On Fri, Jan 8, 2016 at 6:15 AM, Andreas 'ads' Scherbaum wrote: On 07.01.2016 15:45, Dave Page wrote: On Thu, Jan 7, 2016 at 2:43 PM, Andreas 'ads' Scherbaum wrote: On 07.01.2016 13:49, Dave Page wrote: What did you crea

Re: [pgadmin-hackers] Updated Greenplum documentation

2016-01-07 Thread Andreas 'ads' Scherbaum
On 07.01.2016 15:45, Dave Page wrote: On Thu, Jan 7, 2016 at 2:43 PM, Andreas 'ads' Scherbaum wrote: On 07.01.2016 13:49, Dave Page wrote: What did you create the patch against? HEAD from git.postgresql from like 2 days ago. Hmm, I would have expected that to work. Can you

Re: [pgadmin-hackers] CleanHelpPath & index.html

2016-01-06 Thread Andreas 'ads' Scherbaum
On 06.01.2016 22:47, Andreas 'ads' Scherbaum wrote: looking into misc.cpp, around line 661, there is CleanHelpPath. When I try to add a documentation link ending with "index.html", this function incorrectly assumes that it must be a directory and adds a "/" (or wha

[pgadmin-hackers] CleanHelpPath & index.html

2016-01-06 Thread Andreas 'ads' Scherbaum
e types (.htm, .html, .php and .asp) and if this is the case, the string is returned as is. Regards, -- Andreas 'ads' Scherbaum German PostgreSQL User Group European PostgreSQL User Group - Board of Directors Volunteer Regional Contact, Germany - PostgreSQ

Re: [pgadmin-hackers] crypto library is not installed

2014-03-14 Thread Andreas 'ads' Scherbaum
is check: as you pointed out, libpq is pulling in SSL anyway, therefore this check should be standalone. The optional --with-openssl should be removed instead, because it's no longer optional. Regards, -- Andreas 'ads' Scherbaum German Postgre

Re: [pgadmin-hackers] crypto library is not installed

2014-03-13 Thread Andreas 'ads' Scherbaum
On 03/04/2014 09:29 AM, Andreas 'ads' Scherbaum wrote: On 03/03/2014 02:44 PM, Dave Page wrote: On Mon, Mar 3, 2014 at 1:05 PM, Andreas 'ads' Scherbaum wrote: On 03/03/2014 11:32 AM, Dave Page wrote: On Mon, Mar 3, 2014 at 10:20 AM, Andreas 'ads' Scherbaum wr

Re: [pgadmin-hackers] Documentation patch

2014-03-13 Thread Andreas 'ads' Scherbaum
Hello, On 03/05/2014 11:47 AM, Akshay Joshi wrote: Attached is the modified patch which will fix the compilation issue on Windows. Will someone commit this, or is it just me not seeing the commit in git? Thanks, -- Andreas 'ads' Scherbaum German

Re: [pgadmin-hackers] Documentation patch

2014-03-05 Thread Andreas 'ads' Scherbaum
On 03/05/2014 10:38 AM, Dave Page wrote: Please go ahead and fix it. A one liner is quicker to do than passing it back and forth. Right, I have no Windows build environment available. Thanks for fixing this. Regards, -- Andreas 'ads' Scherb

Re: [pgadmin-hackers] crypto library is not installed

2014-03-04 Thread Andreas 'ads' Scherbaum
On 03/03/2014 02:44 PM, Dave Page wrote: On Mon, Mar 3, 2014 at 1:05 PM, Andreas 'ads' Scherbaum wrote: On 03/03/2014 11:32 AM, Dave Page wrote: On Mon, Mar 3, 2014 at 10:20 AM, Andreas 'ads' Scherbaum wrote: Yes, I know how to fix this. My question is: why is &quo

[pgadmin-hackers] Documentation patch

2014-03-03 Thread Andreas 'ads' Scherbaum
, -- Andreas 'ads' Scherbaum German PostgreSQL User Group European PostgreSQL User Group - Board of Directors Volunteer Regional Contact, Germany - PostgreSQL Project diff --git a/pgadmin/pgAdmin3.cpp b/pgadmin/pgAdmin3.cpp index 39b13c4..fc2b6a2 100644 --- a/pgadmin/pgAdmin3.cpp +++

Re: [pgadmin-hackers] crypto library is not installed

2014-03-03 Thread Andreas 'ads' Scherbaum
On 03/03/2014 11:32 AM, Dave Page wrote: On Mon, Mar 3, 2014 at 10:20 AM, Andreas 'ads' Scherbaum wrote: Yes, I know how to fix this. My question is: why is "configure" not checking for this library, when it is required to build pgAdmin3? Noone wrote the code I gu

[pgadmin-hackers] crypto library is not installed

2014-03-03 Thread Andreas 'ads' Scherbaum
ake[3]: *** [png2c] Error 1 Yes, I know how to fix this. My question is: why is "configure" not checking for this library, when it is required to build pgAdmin3? Thanks, -- Andreas 'ads' Scherbaum German PostgreSQL User Group European Postgre