Make targets of doc links used by phpPgAdmin static

From: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Make targets of doc links used by phpPgAdmin static
Date: 2013-05-07 05:32:36
Message-ID: 1367904756.26432.4@mofo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is a documentation patch against head which makes
static the targets of the on-line PG html documentation that
are referenced by the phpPgAdmin help system.

Apply with "patch -p1" at the top of the pg code tree.

The phpPgAdmin project is a web interface into PG. It
contains help links which reference the PG on-line docs. At
present, each time there's a new PG release many of the
internal ids within PGs html doc pages change, and the
phpPgAdmin code must track such changes. This
patch makes static those ids referenced by phpPgAdmin.

Of course phpPgAdmin will always need to adjust to changes
in the PG docs but this patch will eliminate periodic
annoying scutwork.

Regards,

Karl <kop(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

Attachment Content-Type Size
ppa_id_v1.patch text/x-patch 1.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2013-05-07 06:10:26 Re: In progress INSERT wrecks plans on table
Previous Message Amit Kapila 2013-05-07 04:53:48 Re: 9.3 Beta1 status report