Re: Updated Greenplum documentation

From: Dave Page <dpage(at)pgadmin(dot)org>
To: "Andreas 'ads' Scherbaum" <adsmail(at)wars-nicht(dot)de>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Updated Greenplum documentation
Date: 2016-01-07 12:49:27
Message-ID: CA+OCxoxtX52RXdaZor2pWis8TAt__snK4-uA5phnaq_ODnmP1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Thu, Jan 7, 2016 at 6:13 AM, Andreas 'ads' Scherbaum
<adsmail(at)wars-nicht(dot)de> wrote:
>
> Hello,
>
> attached patch updates the URL of the Greenplum documentation, and adds a
> few more pathnames for recent versions. The URL now redirects to the latest
> version.

What did you create the patch against?

bf-pgadmin-osx:pgadmin3 dpage$ git apply /Volumes/VMware\ Shared\
Folders/dpage/Downloads/gp-doc.diff
/Volumes/VMware Shared Folders/dpage/Downloads/gp-doc.diff:9: trailing
whitespace.
path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-5.0\\bin"));
/Volumes/VMware Shared Folders/dpage/Downloads/gp-doc.diff:10:
trailing whitespace.
path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-4.4\\bin"));
/Volumes/VMware Shared Folders/dpage/Downloads/gp-doc.diff:18:
trailing whitespace.
path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-5.0\\lib"));
/Volumes/VMware Shared Folders/dpage/Downloads/gp-doc.diff:19:
trailing whitespace.
path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-4.4\\lib"));
/Volumes/VMware Shared Folders/dpage/Downloads/gp-doc.diff:27:
trailing whitespace.
path.Add(programFilesX86 + wxT("\\Greenplum\\greenplum-clients-5.0\\bin"));
error: patch failed: pgadmin/pgAdmin3.cpp:1167
error: pgadmin/pgAdmin3.cpp: patch does not apply
error: patch failed: pgadmin/utils/misc.cpp:676
error: pgadmin/utils/misc.cpp: patch does not apply

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-01-07 12:54:09 pgAdmin III commit: Showing 'SETOF' two times in function properties di
Previous Message Nikolai Zhubr 2016-01-07 12:49:17 [Patch] Fix libssh2 build error on vs2010