From 1d7385bf04f8cb33d66109a778e1440dcc9584ed Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 16 Jan 2013 07:24:29 +0000 Subject: [PATCH] get rid of unbalanced para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@10976 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index f3364f5e5..36fbe6bdb 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -994,8 +994,8 @@ Failed: 0 If you are using PostgreSQL 9.1+ and PostGIS 2.1.0, you can take advantage of the new extension model for installing tiger geocoder. To do so: First get binaries for PostGIS 2.1.0 or compile and install as usual. This should install the necessary extension files as well for tiger geocoder. - Connect to your database via psql or pgAdmin or some other tool and run the following SQL commands. Note that if you are installing in a database that already has postgis, you don't need to do the first step. If you have fuzzystrmatch extension already installed, you don't need to do the second step either. - CREATE EXTENSION postgis; + Connect to your database via psql or pgAdmin or some other tool and run the following SQL commands. Note that if you are installing in a database that already has postgis, you don't need to do the first step. If you have fuzzystrmatch extension already installed, you don't need to do the second step either. + CREATE EXTENSION postgis; CREATE EXTENSION fuzzystrmatch; CREATE EXTENSION postgis_tiger_geocoder; To confirm your install is working correctly, run this sql in your database: @@ -1016,9 +1016,9 @@ Failed: 0 WHERE os = 'sh'; And then edit the paths in the declare_sect to those that fit Debbie's pg path locations. - If you don't edit this loader_platform table, it will just contain common case locations of items and you'll have to edit the generated script after the script is generated. + If you don't edit this loader_platform table, it will just contain common case locations of items and you'll have to edit the generated script after the script is generated. + Then run the and SQL functions make sure to use the name of your custom profile. So for example to do the nation load using our new profile we would: - SELECT Loader_Generate_Nation_Script('debbie') -- 2.50.1