From: Regina Obe Date: Wed, 10 Jul 2013 11:20:26 +0000 (+0000) Subject: fix disallowed note child in abstract X-Git-Tag: 2.2.0rc1~1452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad5d8a89320e12c5cc68c6bb4c5d92b266a11c0a;p=postgis fix disallowed note child in abstract git-svn-id: http://svn.osgeo.org/postgis/trunk@11656 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index 86d51de61..4ffb38bf7 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -10,7 +10,7 @@ Another schema called tiger_data is also created which houses all the census data for each state that the loader downloads from Census site and loads into the database. In the current model, each set of state tables is prefixed with the state code e.g ma_addr, ma_edges etc with constraints to enforce only that state data. Each of these tables inherits from the tables addr, faces, edges, etc located in the tiger schema. All the geocode functions only reference the base tables, so there is no requirement that the data schema be called tiger_data or that data can't be further partitioned into other schemas -- e.g a different schema - for each state, as long as all the tables inherit from the tables in the tiger schema. + for each state, as long as all the tables inherit from the tables in the tiger schema. @@ -21,7 +21,7 @@ until release. If you have data from tiger_2010 and want replace with tiger_201 New in PostGIS 2.1.0 release is ability to install tiger geocoder with PostgreSQL extension model if you are running PostgreSQL 9.1+. Refer to for details. - + Also new in PostGIS 2.1.0 is integration with pagc address standardizer C library which source can be downloaded from PAGC PostgreSQL address standardizer extension and after install and install of the libraray in your PostGIS database, you can use the function as a drop in replacement for in-built .