[DebianGIS-dev] r2550 - packages/postgis/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Oct 15 08:31:52 UTC 2009


Author: frankie
Date: 2009-10-15 08:31:52 +0000 (Thu, 15 Oct 2009)
New Revision: 2550

Modified:
   packages/postgis/trunk/debian/README.Debian
Log:
Updated README.Debian


Modified: packages/postgis/trunk/debian/README.Debian
===================================================================
--- packages/postgis/trunk/debian/README.Debian	2009-10-15 08:25:40 UTC (rev 2549)
+++ packages/postgis/trunk/debian/README.Debian	2009-10-15 08:31:52 UTC (rev 2550)
@@ -4,7 +4,7 @@
 These are the PostGIS packages for Debian. PostGIS is split into three
 Debian packages:
 
-postgresql-8.3-postgis
+postgresql-8.4-postgis
   This is the PostGIS module for the PostgreSQL server itself.  It contains
   the library which is loaded by the server (liblwgeom.so.1.1), the SQL script
   for creating the SQL functions in a given database (lwpostgis.sql), and an 
@@ -21,7 +21,7 @@
   so it is recommended that the spatial_ref_sys.sql also be run in each
   database you have PostGIS installed in.
 
-  These scripts can be found in the /usr/share/postgresql-8.3/postgis
+  These scripts can be found in the /usr/share/postgresql-8.4/postgis
   directory.
 
 postgis
@@ -34,8 +34,12 @@
   This package contains the Java library for using JDBC with a PostGIS-
   enabled PostgreSQL server.
 
+[
+ Note that the Postgis extension could be provided also for another
+ version of PostgreSQL (e.g. 8.3). All information are also valid
+ in that case.
+]
 
-
 How to create a Postgis-enabled database
 ========================================
 
@@ -59,8 +63,8 @@
   createlang plpgsql -d <databasename>
 
   # Finally, load the functions and reference system tables
-  psql <databasename> -f /usr/share/postgresql-8.3-postgis/lwpostgis.sql
-  psql <databasename> -f /usr/share/postgresql-8.3-postgis/spatial_ref_sys.sql
+  psql <databasename> -f /usr/share/postgresql-8.4-postgis/lwpostgis.sql
+  psql <databasename> -f /usr/share/postgresql-8.4-postgis/spatial_ref_sys.sql
 
   # login in new database (still as superuser postgres)
   psql <databasename>
@@ -104,8 +108,8 @@
   createlang plpgsql -d template_gis
 
   # Finally, load the functions and reference system tables
-  psql template_gis -f /usr/share/postgresql-8.3-postgis/lwpostgis.sql
-  psql template_gis -f /usr/share/postgresql-8.3-postgis/spatial_ref_sys.sql
+  psql template_gis -f /usr/share/postgresql-8.4-postgis/lwpostgis.sql
+  psql template_gis -f /usr/share/postgresql-8.4-postgis/spatial_ref_sys.sql
 
   # login in new database (still as superuser postgres)
   psql template_gis




More information about the Pkg-grass-devel mailing list