]> granicus.if.org Git - postgis/commitdiff
get rid of program listing stuff try to fix regress.
authorRegina Obe <lr@pcorp.us>
Wed, 16 Jan 2013 07:38:30 +0000 (07:38 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 16 Jan 2013 07:38:30 +0000 (07:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10977 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index 45acb74c81f8f54f29da2311d883ccb86ecf337a..9ee5ec4b06f26c79ba35cd8ae0d565970f0d63a9 100644 (file)
@@ -20,11 +20,8 @@ you can upgrade the scripts using the accompanying upgrade_geocoder.bat
 until release.  If you have data from tiger_2010 and want replace with tiger_2012 refer to <xref linkend="upgrade_tiger_geocoder" />
                          </para></note>
                        </para>
-                       <note><para>New in PostGIS 2.1.0 release is ability to install tiger geocoder with PostgreSQL extension model if you are running PostgreSQL 9.1+.</para>
-                               <para>To do so: 
-<programlisting>CREATE EXTENSION fuzzystrmatch;
-CREATE EXTENSION postgis_tiger_geocoder;</programlisting>
-</para></note>
+                       <note><para>New in PostGIS 2.1.0 release is ability to install tiger geocoder with PostgreSQL extension model if you are running PostgreSQL 9.1+.</para></note>
+
                        <para>Design:</para>
                        <para>The goal of this project is to build a fully functional geocoder that can process an arbitrary 
                        United States address string and using normalized TIGER census data, produce a point geometry and rating reflecting the location of the given address and likeliness of the location. The higher the rating number the worse the result.</para>