I don't have permissions to do this, so could someone please apply the attached patch?

It just changes a global entity... PostgreSQL techdocs is very out of date and basically deprecated, and there is no reference to the real manual.

Cheers,

Chris
Index: entities/global.ent
===================================================================
RCS file: /repository/phpdoc/entities/global.ent,v
retrieving revision 1.218
diff -u -r1.218 global.ent
--- entities/global.ent 25 Mar 2005 16:23:48 -0000      1.218
+++ entities/global.ent 6 Apr 2005 01:35:48 -0000
@@ -225,7 +225,7 @@
 <!ENTITY url.pfpro 
"http://www.verisign.com/products-services/payment-processing/online-payment/payflow-pro/index.html";>
 <!ENTITY url.pfpro.download "https://manager.verisign.com/";>
 <!ENTITY url.pgsql "http://www.postgresql.org/";>
-<!ENTITY url.pgsql.techdocs "http://techdocs.postgresql.org/";>
+<!ENTITY url.pgsql.manual 
"http://www.postgresql.org/docs/current/interactive/";>
 <!ENTITY url.php "http://www.php.net/";>
 <!ENTITY url.php.anoncvs "http://www.php.net/anoncvs.php";>
 <!ENTITY url.php.faq "http://www.php.net/manual/faq.php";>
Index: en/reference/pgsql/reference.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/pgsql/reference.xml,v
retrieving revision 1.24
diff -u -r1.24 reference.xml
--- en/reference/pgsql/reference.xml    5 Apr 2005 05:55:12 -0000       1.24
+++ en/reference/pgsql/reference.xml    6 Apr 2005 01:35:48 -0000
@@ -27,7 +27,7 @@
     multibyte character encoding. The current version and more
     information about PostgreSQL is available at 
     <ulink url="&url.pgsql;">&url.pgsql;</ulink> and
-    <ulink url="&url.pgsql.techdocs;">&url.pgsql.techdocs;</ulink>.
+    the <ulink url="&url.pgsql.manual;">PostgreSQL Documentation</ulink>.
    </para>
   </section>
 

Reply via email to