]> granicus.if.org Git - postgis/commitdiff
Id for chapter 4 in wrong place -- move, add missing -S switch in loader detail,...
authorRegina Obe <lr@pcorp.us>
Sat, 5 Feb 2011 00:53:43 +0000 (00:53 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 5 Feb 2011 00:53:43 +0000 (00:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6781 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml
doc/using_postgis_dataman.xml

index e418699d100b2a920e153ec7a0891aeb0d9f84b1..80b85453d92d32cce8e6699aa542c11d43844270 100644 (file)
@@ -152,7 +152,7 @@ SELECT * FROM addresses_to_geocode WHERE rating is not null;
          <refnamediv>
                <refname>Loader_Generate_Script</refname>
 
-               <refpurpose>Generates a shell script for the specified platform for the specified states that will download Tiger data, stage and load into tiger_data schema. Each state script is returned as a separate record. Latest version supports Tiger 2010 structural changes.</refpurpose>
+               <refpurpose>Generates a shell script for the specified platform for the specified states that will download Tiger data, stage and load into <varname>tiger_data</varname> schema. Each state script is returned as a separate record. Latest version supports Tiger 2010 structural changes.</refpurpose>
          </refnamediv>
 
          <refsynopsisdiv>
@@ -168,8 +168,8 @@ SELECT * FROM addresses_to_geocode WHERE rating is not null;
          <refsection>
                <title>Description</title>
 
-               <para>Generates a shell script for the specified platform for the specified states that will download Tiger data, stage and load into tiger_schema.  Each state script is returned as a separate record.</para>
-               <para>It uses unzip on Linux (7-zip on Windows by default) and wget to do the downloading. It uses <varname>shp2pgsql</varname> to load in the data. Note the smallest unit it does is a whole state, but you can overwrite this by downloading the files yourself.  It will only
+               <para>Generates a shell script for the specified platform for the specified states that will download Tiger data, stage and load into <varname>tiger_data</varname> schema.  Each state script is returned as a separate record.</para>
+               <para>It uses unzip on Linux (7-zip on Windows by default) and wget to do the downloading. It uses <xref linkend="shp2pgsql_usage" /> to load in the data. Note the smallest unit it does is a whole state, but you can overwrite this by downloading the files yourself.  It will only
                process the files in the staging and temp folders.</para>
                <para>It uses the following control tables to control the process and different OS shell syntax variations.</para>
 
index 78dec985bbb6bc93ed8422a47298d25243c464ce..f5472f81da716b0a64da000a5d0745af0304ba28 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<chapter>
-  <title id="using_postgis_dbmanagement">Using PostGIS: Data Management and Queries</title>
+<chapter id="using_postgis_dbmanagement">
+  <title>Using PostGIS: Data Management and Queries</title>
 
   <sect1 id="RefObject">
        <title>GIS Objects</title>
@@ -1762,6 +1762,14 @@ COMMIT;</programlisting>
         </para>
       </listitem>
     </varlistentry>
+        <varlistentry>
+      <term>-S </term>
+      <listitem>
+        <para>
+          Generate simple geometries instead of MULTI geometries.
+        </para>
+      </listitem>
+    </varlistentry>
 
     <varlistentry>
       <term>-w</term>