From 6d96cd077bedcf822db7348bc564b44df8b2ab23 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 12 Dec 2015 20:02:09 -0500 Subject: [PATCH] Doc: update external URLs for PostGIS project. Paul Ramsey --- doc/src/sgml/earthdistance.sgml | 2 +- doc/src/sgml/external-projects.sgml | 2 +- doc/src/sgml/release-8.4.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/earthdistance.sgml b/doc/src/sgml/earthdistance.sgml index ef869c5bc3..6dedc4a5f4 100644 --- a/doc/src/sgml/earthdistance.sgml +++ b/doc/src/sgml/earthdistance.sgml @@ -19,7 +19,7 @@ In this module, the Earth is assumed to be perfectly spherical. (If that's too inaccurate for you, you might want to look at the - PostGIS + PostGIS project.) diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index cef89ee493..7d26477123 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -231,7 +231,7 @@ contains several extensions, which are described in . Other extensions are developed independently, like PostGIS. Even + url="http://postgis.net/">PostGIS. Even PostgreSQL replication solutions can be developed externally. For example, Slony-I is a popular diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index 0baa7353f2..8b16c9e9d3 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -6583,7 +6583,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE This is particularly useful for PostGIS. + url="http://postgis.net/">PostGIS.