msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-02-09 08:27+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#: installation.xml:179
#, no-c-format
msgid ""
+"To enable ST_AsMVT protobuf-c library (for usage) and the protoc-c compiler "
+"(for building) are required. Also, pgk-config is required to verify the "
+"correct minimum version of protobuf-c. See <ulink url=\"https://github.com/"
+"protobuf-c/protobuf-c\">protobuf-c</ulink>."
+msgstr ""
+
+#. Tag: para
+#: installation.xml:187
+#, no-c-format
+msgid ""
"CUnit (<filename>CUnit</filename>). This is needed for regression testing. "
"<ulink url=\"http://cunit.sourceforge.net/\">http://cunit.sourceforge.net/</"
"ulink>"
msgstr ""
#. Tag: para
-#: installation.xml:185
+#: installation.xml:193
#, no-c-format
msgid ""
"DocBook (<filename>xsltproc</filename>) is required for building the "
msgstr ""
#. Tag: para
-#: installation.xml:196
+#: installation.xml:204
#, no-c-format
msgid ""
"DBLatex (<filename>dblatex</filename>) is required for building the "
msgstr ""
#. Tag: para
-#: installation.xml:207
+#: installation.xml:215
#, no-c-format
msgid ""
"ImageMagick (<filename>convert</filename>) is required to generate the "
msgstr ""
#. Tag: title
-#: installation.xml:220
+#: installation.xml:228
#, no-c-format
msgid "Getting the Source"
msgstr ""
#. Tag: para
-#: installation.xml:222
+#: installation.xml:230
#, no-c-format
msgid ""
"Retrieve the PostGIS source archive from the downloads website <ulink url="
msgstr ""
#. Tag: programlisting
-#: installation.xml:229
+#: installation.xml:237
#, no-c-format
msgid ""
"wget &postgis_download_url;\n"
msgstr ""
#. Tag: para
-#: installation.xml:231
+#: installation.xml:239
#, no-c-format
msgid ""
"This will create a directory called <varname>postgis-&last_release_version;</"
msgstr ""
#. Tag: para
-#: installation.xml:237
+#: installation.xml:245
#, no-c-format
msgid ""
"Alternatively, checkout the source from the <ulink url=\"http://subversion."
msgstr ""
#. Tag: programlisting
-#: installation.xml:249
+#: installation.xml:257
#, no-c-format
msgid ""
"svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-"
msgstr ""
#. Tag: para
-#: installation.xml:251
+#: installation.xml:259
#, no-c-format
msgid ""
"Change into the newly created <varname>postgis-&last_release_version;</"
msgstr ""
#. Tag: title
-#: installation.xml:259
+#: installation.xml:267
#, no-c-format
msgid "Compiling and Install from Source: Detailed"
msgstr ""
#. Tag: para
-#: installation.xml:262
+#: installation.xml:270
#, no-c-format
msgid ""
"Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In "
msgstr ""
#. Tag: para
-#: installation.xml:267
+#: installation.xml:275
#, no-c-format
msgid ""
"This section includes general compilation instructions, if you are compiling "
msgstr ""
#. Tag: para
-#: installation.xml:269
+#: installation.xml:277
#, no-c-format
msgid ""
"Pre-Built Packages for various OS are listed in <ulink url=\"http://trac."
msgstr ""
#. Tag: para
-#: installation.xml:270
+#: installation.xml:278
#, no-c-format
msgid ""
"If you are a windows user, you can get stable builds via Stackbuilder or "
msgstr ""
#. Tag: para
-#: installation.xml:275
+#: installation.xml:283
#, no-c-format
msgid ""
"The PostGIS module is an extension to the PostgreSQL backend server. As "
msgstr ""
#. Tag: para
-#: installation.xml:283
+#: installation.xml:291
#, no-c-format
msgid ""
"Refer to the PostgreSQL installation guides if you haven't already installed "
msgstr ""
#. Tag: para
-#: installation.xml:293
+#: installation.xml:301
#, no-c-format
msgid ""
"For GEOS functionality, when you install PostgresSQL you may need to "
msgstr ""
#. Tag: programlisting
-#: installation.xml:298
+#: installation.xml:306
#, no-c-format
msgid "LDFLAGS=-lstdc++ ./configure [YOUR OPTIONS HERE]"
msgstr ""
#. Tag: para
-#: installation.xml:300
+#: installation.xml:308
#, no-c-format
msgid ""
"This is a workaround for bogus C++ exceptions interaction with older "
msgstr ""
#. Tag: para
-#: installation.xml:308
+#: installation.xml:316
#, no-c-format
msgid ""
"The following steps outline the configuration and compilation of the PostGIS "
msgstr ""
#. Tag: title
-#: installation.xml:315
+#: installation.xml:323
#, no-c-format
msgid "Configuration"
msgstr ""
#. Tag: para
-#: installation.xml:317
+#: installation.xml:325
#, no-c-format
msgid ""
"As with most linux installations, the first step is to generate the Makefile "
msgstr ""
#. Tag: para
-#: installation.xml:327
+#: installation.xml:335
#, no-c-format
msgid ""
"With no additional parameters, this command will attempt to automatically "
msgstr ""
#. Tag: para
-#: installation.xml:336
+#: installation.xml:344
#, no-c-format
msgid ""
"The following list shows only the most commonly used parameters. For a "
msgstr ""
#. Tag: para
-#: installation.xml:346
+#: installation.xml:354
#, no-c-format
msgid ""
"This is the location the PostGIS libraries and SQL scripts will be installed "
msgstr ""
#. Tag: para
-#: installation.xml:353
+#: installation.xml:361
#, no-c-format
msgid ""
"This parameter is currently broken, as the package will only install into "
msgstr ""
#. Tag: para
-#: installation.xml:368
+#: installation.xml:376
#, no-c-format
msgid ""
"PostgreSQL provides a utility called <command>pg_config</command> to enable "
msgstr ""
#. Tag: para
-#: installation.xml:382
+#: installation.xml:390
#, no-c-format
msgid ""
"GDAL, a required library, provides functionality needed for raster support "
msgstr ""
#. Tag: para
-#: installation.xml:396
+#: installation.xml:404
#, no-c-format
msgid ""
"GEOS, a required geometry library, provides a utility called <command>geos-"
msgstr ""
#. Tag: para
-#: installation.xml:410
+#: installation.xml:418
#, no-c-format
msgid ""
"LibXML is the library required for doing GeomFromKML/GML processes. It "
msgstr ""
#. Tag: para
-#: installation.xml:428
+#: installation.xml:436
#, no-c-format
msgid ""
"Proj4 is a reprojection library required by PostGIS. Use this parameter "
msgstr ""
#. Tag: para
-#: installation.xml:440
+#: installation.xml:448
#, no-c-format
msgid "Directory where iconv is installed."
msgstr ""
#. Tag: para
-#: installation.xml:449
+#: installation.xml:457
#, no-c-format
msgid ""
"<ulink url=\"http://oss.metaparadigm.com/json-c/\">JSON-C</ulink> is an MIT-"
msgstr ""
#. Tag: para
-#: installation.xml:461
+#: installation.xml:469
#, no-c-format
msgid ""
"<ulink url=\"http://www.pcre.org/\">PCRE</ulink> is an BSD-licensed Perl "
msgstr ""
#. Tag: para
-#: installation.xml:473
+#: installation.xml:481
#, no-c-format
msgid ""
"Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-"
msgstr ""
#. Tag: para
-#: installation.xml:482
+#: installation.xml:490
#, no-c-format
msgid ""
"Compile with raster support. This will build rtpostgis-"
msgstr ""
#. Tag: para
-#: installation.xml:491
+#: installation.xml:499
#, no-c-format
msgid ""
"Compile with topology support. This will build the topology.sql file. There "
msgstr ""
#. Tag: para
-#: installation.xml:500
+#: installation.xml:508
#, no-c-format
msgid ""
"By default PostGIS will try to detect gettext support and compile with it, "
msgstr ""
#. Tag: para
-#: installation.xml:511
+#: installation.xml:519
#, no-c-format
msgid ""
"By default PostGIS will not install with sfcgal support without this switch. "
msgstr ""
#. Tag: para
-#: installation.xml:519
+#: installation.xml:527
#, no-c-format
msgid ""
"If you obtained PostGIS from the SVN <ulink url=\"http://svn.osgeo.org/"
msgstr ""
#. Tag: para
-#: installation.xml:531
+#: installation.xml:539
#, no-c-format
msgid ""
"This script will generate the <command>configure</command> script that in "
msgstr ""
#. Tag: para
-#: installation.xml:536
+#: installation.xml:544
#, no-c-format
msgid ""
"If you instead obtained PostGIS as a tarball, running <command>./autogen.sh</"
msgstr ""
#. Tag: title
-#: installation.xml:545
+#: installation.xml:553
#, no-c-format
msgid "Building"
msgstr ""
#. Tag: para
-#: installation.xml:547
+#: installation.xml:555
#, no-c-format
msgid ""
"Once the Makefile has been generated, building PostGIS is as simple as "
msgstr ""
#. Tag: para
-#: installation.xml:556
+#: installation.xml:564
#, no-c-format
msgid ""
"The last line of the output should be \"<code>PostGIS was built "
msgstr ""
#. Tag: para
-#: installation.xml:561
+#: installation.xml:569
#, no-c-format
msgid ""
"As of PostGIS v1.4.0, all the functions have comments generated from the "
msgstr ""
#. Tag: command
-#: installation.xml:571 installation.xml:595
+#: installation.xml:579 installation.xml:603
#, no-c-format
msgid "make comments"
msgstr ""
#. Tag: para
-#: installation.xml:574
+#: installation.xml:582
#, no-c-format
msgid ""
"Introduced in PostGIS 2.0. This generates html cheat sheets suitable for "
msgstr ""
#. Tag: para
-#: installation.xml:579
+#: installation.xml:587
#, no-c-format
msgid ""
"You can download some pre-built ones available in html and pdf from <ulink "
msgstr ""
#. Tag: command
-#: installation.xml:582
+#: installation.xml:590
#, no-c-format
msgid "make cheatsheets"
msgstr ""
#. Tag: title
-#: installation.xml:587
+#: installation.xml:595
#, no-c-format
msgid "Building PostGIS Extensions and Deploying them"
msgstr ""
#. Tag: para
-#: installation.xml:589
+#: installation.xml:597
#, no-c-format
msgid ""
"The PostGIS extensions are built and installed automatically if you are "
msgstr ""
#. Tag: para
-#: installation.xml:592
+#: installation.xml:600
#, no-c-format
msgid ""
"If you are building from source repository, you need to build the function "
msgstr ""
#. Tag: para
-#: installation.xml:597
+#: installation.xml:605
#, no-c-format
msgid ""
"Building the comments is not necessary if you are building from a release "
msgstr ""
#. Tag: para
-#: installation.xml:598
+#: installation.xml:606
#, no-c-format
msgid ""
"If you are building against PostgreSQL 9.1, the extensions should "
msgstr ""
#. Tag: programlisting
-#: installation.xml:600
+#: installation.xml:608
#, no-c-format
msgid ""
"cd extensions\n"
msgstr ""
#. Tag: para
-#: installation.xml:601
+#: installation.xml:609
#, no-c-format
msgid ""
"The extension files will always be the same for the same version of PostGIS "
msgstr ""
#. Tag: para
-#: installation.xml:603
+#: installation.xml:611
#, no-c-format
msgid ""
"If you want to install the extensions manually on a separate server "
msgstr ""
#. Tag: para
-#: installation.xml:610
+#: installation.xml:618
#, no-c-format
msgid ""
"These are the control files that denote information such as the version of "
msgstr ""
#. Tag: para
-#: installation.xml:616
+#: installation.xml:624
#, no-c-format
msgid ""
"All the files in the /sql folder of each extension. Note that these need to "
msgstr ""
#. Tag: para
-#: installation.xml:622
+#: installation.xml:630
#, no-c-format
msgid ""
"Once you do that, you should see <varname>postgis</varname>, "
msgstr ""
#. Tag: para
-#: installation.xml:623
+#: installation.xml:631
#, no-c-format
msgid ""
"If you are using psql, you can verify that the extensions are installed by "
msgstr ""
#. Tag: programlisting
-#: installation.xml:624
+#: installation.xml:632
#, no-c-format
msgid ""
"SELECT name, default_version,installed_version\n"
msgstr ""
#. Tag: para
-#: installation.xml:626
+#: installation.xml:634
#, no-c-format
msgid ""
"If you have the extension installed in the database you are querying, you'll "
msgstr ""
#. Tag: para
-#: installation.xml:630
+#: installation.xml:638
#, no-c-format
msgid ""
"If you have the extensions available, you can install postgis extension in "
msgstr ""
#. Tag: programlisting
-#: installation.xml:631
+#: installation.xml:639
#, no-c-format
msgid ""
"CREATE EXTENSION postgis;\n"
msgstr ""
#. Tag: para
-#: installation.xml:633
+#: installation.xml:641
#, no-c-format
msgid ""
"In psql you can use to see what versions you have installed and also what "
msgstr ""
#. Tag: programlisting
-#: installation.xml:634
+#: installation.xml:642
#, no-c-format
msgid ""
"\\connect mygisdb\n"
msgstr ""
#. Tag: screen
-#: installation.xml:636
+#: installation.xml:644
#, no-c-format
msgid ""
"List of installed extensions\n"
msgstr ""
#. Tag: para
-#: installation.xml:638
+#: installation.xml:646
#, no-c-format
msgid ""
"Extension tables <varname>spatial_ref_sys</varname>, <varname>layer</"
msgstr ""
#. Tag: para
-#: installation.xml:643
+#: installation.xml:651
#, no-c-format
msgid ""
"If you installed &last_release_version;, without using our wonderful "
msgstr ""
#. Tag: para
-#: installation.xml:644
+#: installation.xml:652
#, no-c-format
msgid ""
"If you installed postgis without raster support, you'll need to install "
msgstr ""
#. Tag: para
-#: installation.xml:645
+#: installation.xml:653
#, no-c-format
msgid ""
"Then you can run the below commands to package the functions in their "
msgstr ""
#. Tag: programlisting
-#: installation.xml:646
+#: installation.xml:654
#, no-c-format
msgid ""
"CREATE EXTENSION postgis FROM unpackaged;\n"
msgstr ""
#. Tag: title
-#: installation.xml:652
+#: installation.xml:660
#, no-c-format
msgid "Testing"
msgstr ""
#. Tag: para
-#: installation.xml:654
+#: installation.xml:662
#, no-c-format
msgid "If you wish to test the PostGIS build, run"
msgstr ""
#. Tag: command
-#: installation.xml:659
+#: installation.xml:667
#, no-c-format
msgid "make check"
msgstr ""
#. Tag: para
-#: installation.xml:662
+#: installation.xml:670
#, no-c-format
msgid ""
"The above command will run through various checks and regression tests using "
msgstr ""
#. Tag: para
-#: installation.xml:668
+#: installation.xml:676
#, no-c-format
msgid ""
"If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj4 "
msgstr ""
#. Tag: para
-#: installation.xml:676
+#: installation.xml:684
#, no-c-format
msgid ""
"Currently, the <command>make check</command> relies on the <code>PATH</code> "
msgstr ""
#. Tag: para
-#: installation.xml:688
+#: installation.xml:696
#, no-c-format
msgid ""
"If successful, the output of the test should be similar to the following:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:693
+#: installation.xml:701
#, no-c-format
msgid ""
"CUnit - A unit testing framework for C - Version 2.1-2\n"
msgstr ""
#. Tag: para
-#: installation.xml:695
+#: installation.xml:703
#, no-c-format
msgid ""
"The <varname>postgis_tiger_geocoder</varname> and "
msgstr ""
#. Tag: para
-#: installation.xml:696
+#: installation.xml:704
#, no-c-format
msgid "For address_standardizer:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:697
+#: installation.xml:705
#, no-c-format
msgid ""
"cd extensions/address_standardizer\n"
msgstr ""
#. Tag: para
-#: installation.xml:699
+#: installation.xml:707
#, no-c-format
msgid "Output should look like:"
msgstr ""
#. Tag: screen
-#: installation.xml:700
+#: installation.xml:708
#, no-c-format
msgid ""
"============== dropping database \"contrib_regression\" ==============\n"
msgstr ""
#. Tag: para
-#: installation.xml:702
+#: installation.xml:710
#, no-c-format
msgid ""
"For tiger geocoder, make sure you have postgis and fuzzystrmatch extensions "
msgstr ""
#. Tag: programlisting
-#: installation.xml:703
+#: installation.xml:711
#, no-c-format
msgid ""
"cd extensions/postgis_tiger_geocoder\n"
msgstr ""
#. Tag: para
-#: installation.xml:704
+#: installation.xml:712
#, no-c-format
msgid "output should look like:"
msgstr ""
#. Tag: screen
-#: installation.xml:705
+#: installation.xml:713
#, no-c-format
msgid ""
"============== dropping database \"contrib_regression\" ==============\n"
msgstr ""
#. Tag: title
-#: installation.xml:709
+#: installation.xml:717
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: installation.xml:711
+#: installation.xml:719
#, no-c-format
msgid "To install PostGIS, type"
msgstr ""
#. Tag: command
-#: installation.xml:716
+#: installation.xml:724
#, no-c-format
msgid "make install"
msgstr ""
#. Tag: para
-#: installation.xml:719
+#: installation.xml:727
#, no-c-format
msgid ""
"This will copy the PostGIS installation files into their appropriate "
msgstr ""
#. Tag: para
-#: installation.xml:727
+#: installation.xml:735
#, no-c-format
msgid ""
"The loader and dumper binaries are installed in <filename>[prefix]/bin</"
msgstr ""
#. Tag: para
-#: installation.xml:734
+#: installation.xml:742
#, no-c-format
msgid ""
"The SQL files, such as <filename>postgis.sql</filename>, are installed in "
msgstr ""
#. Tag: para
-#: installation.xml:741
+#: installation.xml:749
#, no-c-format
msgid ""
"The PostGIS libraries are installed in <filename>[prefix]/lib</filename>."
msgstr ""
#. Tag: para
-#: installation.xml:748
+#: installation.xml:756
#, no-c-format
msgid ""
"If you previously ran the <command>make comments</command> command to "
msgstr ""
#. Tag: command
-#: installation.xml:755
+#: installation.xml:763
#, no-c-format
msgid "make comments-install"
msgstr ""
#. Tag: para
-#: installation.xml:759
+#: installation.xml:767
#, no-c-format
msgid ""
"<filename>postgis_comments.sql</filename>, <filename>raster_comments.sql</"
msgstr ""
#. Tag: title
-#: installation.xml:769
+#: installation.xml:777
#, no-c-format
msgid "Creating a spatial database using EXTENSIONS"
msgstr ""
#. Tag: para
-#: installation.xml:771
+#: installation.xml:779
#, no-c-format
msgid ""
"If you are using PostgreSQL 9.1+ and have compiled and installed the "
msgstr ""
#. Tag: command
-#: installation.xml:777 installation.xml:812
+#: installation.xml:785 installation.xml:820
#, no-c-format
msgid "createdb [yourdatabase]"
msgstr ""
#. Tag: para
-#: installation.xml:780
+#: installation.xml:788
#, no-c-format
msgid ""
"The core postgis extension installs PostGIS geometry, geography, raster, "
msgstr ""
#. Tag: command
-#: installation.xml:786
+#: installation.xml:794
#, no-c-format
msgid "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis;\""
msgstr ""
#. Tag: para
-#: installation.xml:789
+#: installation.xml:797
#, no-c-format
msgid ""
"Topology is packaged as a separate extension and installable with command:"
msgstr ""
#. Tag: command
-#: installation.xml:794
+#: installation.xml:802
#, no-c-format
msgid "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis_topology;\""
msgstr ""
#. Tag: para
-#: installation.xml:797 installation.xml:892
+#: installation.xml:805 installation.xml:900
#, no-c-format
msgid ""
"If you plan to restore an old backup from prior versions in this new db, run:"
msgstr ""
#. Tag: command
-#: installation.xml:798 installation.xml:893
+#: installation.xml:806 installation.xml:901
#, no-c-format
msgid "psql -d [yourdatabase] -f legacy.sql"
msgstr ""
#. Tag: para
-#: installation.xml:800 installation.xml:897
+#: installation.xml:808 installation.xml:905
#, no-c-format
msgid ""
"You can later run <filename>uninstall_legacy.sql</filename> to get rid of "
msgstr ""
#. Tag: title
-#: installation.xml:804
+#: installation.xml:812
#, no-c-format
msgid "Create a spatially-enabled database without using extensions"
msgstr ""
#. Tag: para
-#: installation.xml:806
+#: installation.xml:814
#, no-c-format
msgid ""
"This is generally only needed if you built-PostGIS without raster support. "
msgstr ""
#. Tag: para
-#: installation.xml:807
+#: installation.xml:815
#, no-c-format
msgid ""
"The first step in creating a PostGIS database is to create a simple "
msgstr ""
#. Tag: para
-#: installation.xml:815
+#: installation.xml:823
#, no-c-format
msgid ""
"Many of the PostGIS functions are written in the PL/pgSQL procedural "
msgstr ""
#. Tag: command
-#: installation.xml:823
+#: installation.xml:831
#, no-c-format
msgid "createlang plpgsql [yourdatabase]"
msgstr ""
#. Tag: para
-#: installation.xml:826
+#: installation.xml:834
#, no-c-format
msgid ""
"Now load the PostGIS object and function definitions into your database by "
msgstr ""
#. Tag: command
-#: installation.xml:834
+#: installation.xml:842
#, no-c-format
msgid "psql -d [yourdatabase] -f postgis.sql"
msgstr ""
#. Tag: para
-#: installation.xml:837
+#: installation.xml:845
#, no-c-format
msgid ""
"For a complete set of EPSG coordinate system definition identifiers, you can "
msgstr ""
#. Tag: command
-#: installation.xml:845
+#: installation.xml:853
#, no-c-format
msgid "psql -d [yourdatabase] -f spatial_ref_sys.sql"
msgstr ""
#. Tag: para
-#: installation.xml:848
+#: installation.xml:856
#, no-c-format
msgid ""
"If you wish to add comments to the PostGIS functions, the final step is to "
msgstr ""
#. Tag: command
-#: installation.xml:856
+#: installation.xml:864
#, no-c-format
msgid "psql -d [yourdatabase] -f postgis_comments.sql"
msgstr ""
#. Tag: para
-#: installation.xml:859
+#: installation.xml:867
#, no-c-format
msgid "Install raster support"
msgstr ""
#. Tag: command
-#: installation.xml:864
+#: installation.xml:872
#, no-c-format
msgid "psql -d [yourdatabase] -f rtpostgis.sql"
msgstr ""
#. Tag: para
-#: installation.xml:867
+#: installation.xml:875
#, no-c-format
msgid ""
"Install raster support comments. This will provide quick help info for each "
msgstr ""
#. Tag: command
-#: installation.xml:873
+#: installation.xml:881
#, no-c-format
msgid "psql -d [yourdatabase] -f raster_comments.sql"
msgstr ""
#. Tag: para
-#: installation.xml:875
+#: installation.xml:883
#, no-c-format
msgid "Install topology support"
msgstr ""
#. Tag: command
-#: installation.xml:880
+#: installation.xml:888
#, no-c-format
msgid "psql -d [yourdatabase] -f topology/topology.sql"
msgstr ""
#. Tag: para
-#: installation.xml:883
+#: installation.xml:891
#, no-c-format
msgid ""
"Install topology support comments. This will provide quick help info for "
msgstr ""
#. Tag: command
-#: installation.xml:889
+#: installation.xml:897
#, no-c-format
msgid "psql -d [yourdatabase] -f topology/topology_comments.sql"
msgstr ""
#. Tag: para
-#: installation.xml:894
+#: installation.xml:902
#, no-c-format
msgid ""
"There is an alternative <filename>legacy_minimal.sql</filename> you can run "
msgstr ""
#. Tag: title
-#: installation.xml:900
+#: installation.xml:908
#, no-c-format
msgid "Installing and Using the address standardizer"
msgstr ""
#. Tag: para
-#: installation.xml:901
+#: installation.xml:909
#, no-c-format
msgid ""
"The <code>address_standardizer</code> extension used to be a separate "
msgstr ""
#. Tag: para
-#: installation.xml:903
+#: installation.xml:911
#, no-c-format
msgid ""
"This standardizer can be used in conjunction with the PostGIS packaged tiger "
msgstr ""
#. Tag: para
-#: installation.xml:907
+#: installation.xml:915
#, no-c-format
msgid ""
"The address standardizer relies on PCRE which is usually already installed "
msgstr ""
#. Tag: para
-#: installation.xml:910
+#: installation.xml:918
#, no-c-format
msgid ""
"For Windows users, the PostGIS 2.1+ bundle is packaged with the "
msgstr ""
#. Tag: para
-#: installation.xml:913
+#: installation.xml:921
#, no-c-format
msgid ""
"Once you have installed, you can connect to your database and run the SQL:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:914
+#: installation.xml:922
#, no-c-format
msgid "CREATE EXTENSION address_standardizer;"
msgstr ""
#. Tag: para
-#: installation.xml:916
+#: installation.xml:924
#, no-c-format
msgid "The following test requires no rules, gaz, or lex tables"
msgstr ""
#. Tag: programlisting
-#: installation.xml:917
+#: installation.xml:925
#, no-c-format
msgid ""
"SELECT num, street, city, state, zip\n"
msgstr ""
#. Tag: para
-#: installation.xml:918
+#: installation.xml:926
#, no-c-format
msgid "Output should be"
msgstr ""
#. Tag: screen
-#: installation.xml:919
+#: installation.xml:927
#, no-c-format
msgid ""
"num | street | city | state | zip\n"
msgstr ""
#. Tag: title
-#: installation.xml:921
+#: installation.xml:929
#, no-c-format
msgid "Installing Regex::Assemble"
msgstr ""
#. Tag: para
-#: installation.xml:922
+#: installation.xml:930
#, no-c-format
msgid ""
"Perl Regex:Assemble is no longer needed for compiling address_standardizer "
msgstr ""
#. Tag: programlisting
-#: installation.xml:923
+#: installation.xml:931
#, no-c-format
msgid "cpan Regexp::Assemble"
msgstr ""
#. Tag: para
-#: installation.xml:924
+#: installation.xml:932
#, no-c-format
msgid "or if you are on Ubuntu / Debian you might need to do"
msgstr ""
#. Tag: programlisting
-#: installation.xml:925
+#: installation.xml:933
#, no-c-format
msgid "sudo perl -MCPAN -e \"install Regexp::Assemble\""
msgstr ""
#. Tag: title
-#: installation.xml:930
+#: installation.xml:938
#, no-c-format
msgid "Installing, Upgrading Tiger Geocoder and loading data"
msgstr ""
#. Tag: para
-#: installation.xml:932
+#: installation.xml:940
#, no-c-format
msgid ""
"Extras like Tiger geocoder may not be packaged in your PostGIS distribution, "
msgstr ""
#. Tag: para
-#: installation.xml:933
+#: installation.xml:941
#, no-c-format
msgid ""
"If you are on Windows and you don't have tar installed, you can use <ulink "
msgstr ""
#. Tag: title
-#: installation.xml:935
+#: installation.xml:943
#, no-c-format
msgid "Tiger Geocoder Enabling your PostGIS database: Using Extension"
msgstr ""
#. Tag: para
-#: installation.xml:936
+#: installation.xml:944
#, no-c-format
msgid ""
"If you are using PostgreSQL 9.1+ and PostGIS 2.1+, you can take advantage of "
msgstr ""
#. Tag: para
-#: installation.xml:938
+#: installation.xml:946
#, no-c-format
msgid ""
"First get binaries for PostGIS 2.1+ or compile and install as usual. This "
msgstr ""
#. Tag: para
-#: installation.xml:939
+#: installation.xml:947
#, no-c-format
msgid ""
"Connect to your database via psql or pgAdmin or some other tool and run the "
msgstr ""
#. Tag: programlisting
-#: installation.xml:940
+#: installation.xml:948
#, no-c-format
msgid ""
"CREATE EXTENSION postgis;\n"
msgstr ""
#. Tag: para
-#: installation.xml:942
+#: installation.xml:950
#, no-c-format
msgid ""
"If you already have postgis_tiger_geocoder extension installed, and just "
msgstr ""
#. Tag: programlisting
-#: installation.xml:943
+#: installation.xml:951
#, no-c-format
msgid ""
"ALTER EXTENSION postgis UPDATE;\n"
msgstr ""
#. Tag: para
-#: installation.xml:944
+#: installation.xml:952
#, no-c-format
msgid ""
"If you made custom entries or changes to <varname>tiger.loader_platform</"
msgstr ""
#. Tag: para
-#: installation.xml:946
+#: installation.xml:954
#, no-c-format
msgid ""
"To confirm your install is working correctly, run this sql in your database:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:947
+#: installation.xml:955
#, no-c-format
msgid ""
"SELECT na.address, na.streetname,na.streettypeabbrev, na.zip\n"
msgstr ""
#. Tag: para
-#: installation.xml:948
+#: installation.xml:956
#, no-c-format
msgid "Which should output"
msgstr ""
#. Tag: screen
-#: installation.xml:949
+#: installation.xml:957
#, no-c-format
msgid ""
"address | streetname | streettypeabbrev | zip\n"
msgstr ""
#. Tag: para
-#: installation.xml:951
+#: installation.xml:959
#, no-c-format
msgid ""
"Create a new record in <varname>tiger.loader_platform</varname> table with "
msgstr ""
#. Tag: para
-#: installation.xml:952
+#: installation.xml:960
#, no-c-format
msgid ""
"So for example to create a profile called debbie that follows <code>sh</"
msgstr ""
#. Tag: programlisting
-#: installation.xml:953
+#: installation.xml:961
#, no-c-format
msgid ""
"INSERT INTO tiger.loader_platform(os, declare_sect, pgbin, wget, "
msgstr ""
#. Tag: para
-#: installation.xml:954
+#: installation.xml:962
#, no-c-format
msgid ""
"And then edit the paths in the <emphasis>declare_sect</emphasis> column to "
msgstr ""
#. Tag: para
-#: installation.xml:956
+#: installation.xml:964
#, no-c-format
msgid ""
"If you don't edit this <varname>loader_platform</varname> table, it will "
msgstr ""
#. Tag: para
-#: installation.xml:958
+#: installation.xml:966
#, no-c-format
msgid ""
"Create a folder called <filename>gisdata</filename> on root of server or "
msgstr ""
#. Tag: para
-#: installation.xml:960
+#: installation.xml:968
#, no-c-format
msgid ""
"Create a folder called temp in the <filename>gisdata</filename> folder or "
msgstr ""
#. Tag: para
-#: installation.xml:962
+#: installation.xml:970
#, no-c-format
msgid ""
"Then run the <xref linkend=\"Loader_Generate_Nation_Script\"/> and <xref "
msgstr ""
#. Tag: programlisting
-#: installation.xml:963
+#: installation.xml:971
#, no-c-format
msgid ""
"psql -c \"SELECT Loader_Generate_Nation_Script('debbie')\" -d geocoder -tA "
msgstr ""
#. Tag: programlisting
-#: installation.xml:964
+#: installation.xml:972
#, no-c-format
msgid ""
"psql -c \"SELECT Loader_Generate_Script(ARRAY['MA'], 'debbie')\" -d geocoder "
msgstr ""
#. Tag: para
-#: installation.xml:967
+#: installation.xml:975
#, no-c-format
msgid "Run the generated commandline scripts."
msgstr ""
#. Tag: programlisting
-#: installation.xml:968
+#: installation.xml:976
#, no-c-format
msgid ""
"cd /gisdata\n"
msgstr ""
#. Tag: para
-#: installation.xml:970
+#: installation.xml:978
#, no-c-format
msgid ""
"After you are done loading all data or at a stopping point, it's a good idea "
msgstr ""
#. Tag: programlisting
-#: installation.xml:971
+#: installation.xml:979
#, no-c-format
msgid ""
"SELECT install_missing_indexes();\n"
msgstr ""
#. Tag: title
-#: installation.xml:974
+#: installation.xml:982
#, no-c-format
msgid "Converting a Tiger Geocoder Regular Install to Extension Model"
msgstr ""
#. Tag: para
-#: installation.xml:975
+#: installation.xml:983
#, no-c-format
msgid ""
"If you installed the tiger geocoder without using the extension model, you "
msgstr ""
#. Tag: para
-#: installation.xml:977
+#: installation.xml:985
#, no-c-format
msgid ""
"Follow instructions in <xref linkend=\"upgrade_tiger_geocoder\"/> for the "
msgstr ""
#. Tag: para
-#: installation.xml:978
+#: installation.xml:986
#, no-c-format
msgid ""
"Connect to your database with psql or pgAdmin and run the following command:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:979
+#: installation.xml:987
#, no-c-format
msgid "CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;"
msgstr ""
#. Tag: title
-#: installation.xml:986
+#: installation.xml:994
#, no-c-format
msgid "Tiger Geocoder Enabling your PostGIS database: Not Using Extensions"
msgstr ""
#. Tag: para
-#: installation.xml:987
+#: installation.xml:995
#, no-c-format
msgid "First install PostGIS using the prior instructions."
msgstr ""
#. Tag: para
-#: installation.xml:991 installation.xml:1051
+#: installation.xml:999 installation.xml:1059
#, no-c-format
msgid ""
"If you don't have an extras folder, download <ulink url="
msgstr ""
#. Tag: command
-#: installation.xml:996 installation.xml:1056
+#: installation.xml:1004 installation.xml:1064
#, no-c-format
msgid "tar xvfz postgis-&last_release_version;.tar.gz"
msgstr ""
#. Tag: command
-#: installation.xml:1000
+#: installation.xml:1008
#, no-c-format
msgid "cd postgis-&last_release_version;/extras/tiger_geocoder"
msgstr ""
#. Tag: para
-#: installation.xml:1003
+#: installation.xml:1011
#, no-c-format
msgid ""
"Edit the <filename>tiger_loader_2015.sql</filename> (or latest loader file "
msgstr ""
#. Tag: para
-#: installation.xml:1005
+#: installation.xml:1013
#, no-c-format
msgid ""
"If you are installing Tiger geocoder for the first time edit either the "
msgstr ""
#. Tag: para
-#: installation.xml:1009
+#: installation.xml:1017
#, no-c-format
msgid ""
"Verify that you now have a <varname>tiger</varname> schema in your database "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1009
+#: installation.xml:1017
#, no-c-format
msgid "ALTER DATABASE geocoder SET search_path=public, tiger;"
msgstr ""
#. Tag: para
-#: installation.xml:1010
+#: installation.xml:1018
#, no-c-format
msgid ""
"The normalizing address functionality works more or less without any data "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1011
+#: installation.xml:1019
#, no-c-format
msgid ""
"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, "
msgstr ""
#. Tag: title
-#: installation.xml:1014
+#: installation.xml:1022
#, no-c-format
msgid "Using Address Standardizer Extension with Tiger geocoder"
msgstr ""
#. Tag: para
-#: installation.xml:1015
+#: installation.xml:1023
#, no-c-format
msgid ""
"One of the many complaints of folks is the address normalizer function <xref "
msgstr ""
#. Tag: para
-#: installation.xml:1018
+#: installation.xml:1026
#, no-c-format
msgid ""
"Once you install this extension in the same database as you have installed "
msgstr ""
#. Tag: title
-#: installation.xml:1021
+#: installation.xml:1029
#, no-c-format
msgid "Loading Tiger Data"
msgstr ""
#. Tag: para
-#: installation.xml:1022
+#: installation.xml:1030
#, no-c-format
msgid ""
"The instructions for loading data are available in a more detailed form in "
msgstr ""
#. Tag: para
-#: installation.xml:1023
+#: installation.xml:1031
#, no-c-format
msgid ""
"The load process downloads data from the census website for the respective "
msgstr ""
#. Tag: para
-#: installation.xml:1025
+#: installation.xml:1033
#, no-c-format
msgid "In order to be able to load data you'll need the following tools:"
msgstr ""
#. Tag: para
-#: installation.xml:1027
+#: installation.xml:1035
#, no-c-format
msgid "A tool to unzip the zip files from census website."
msgstr ""
#. Tag: para
-#: installation.xml:1028
+#: installation.xml:1036
#, no-c-format
msgid ""
"For Unix like systems: <varname>unzip</varname> executable which is usually "
msgstr ""
#. Tag: para
-#: installation.xml:1029
+#: installation.xml:1037
#, no-c-format
msgid ""
"For Windows, 7-zip which is a free compress/uncompress tool you can download "
msgstr ""
#. Tag: para
-#: installation.xml:1031
+#: installation.xml:1039
#, no-c-format
msgid ""
"<filename>shp2pgsql</filename> commandline which is installed by default "
msgstr ""
#. Tag: para
-#: installation.xml:1032
+#: installation.xml:1040
#, no-c-format
msgid ""
"<filename>wget</filename> which is a web grabber tool usually installed on "
msgstr ""
#. Tag: para
-#: installation.xml:1033
+#: installation.xml:1041
#, no-c-format
msgid ""
"If you are on windows, you can get pre-compiled binaries from <ulink url="
msgstr ""
#. Tag: para
-#: installation.xml:1036
+#: installation.xml:1044
#, no-c-format
msgid ""
"If you are upgrading from tiger_2010, you'll need to first generate and run "
msgstr ""
#. Tag: para
-#: installation.xml:1038
+#: installation.xml:1046
#, no-c-format
msgid ""
"To load state data refer to <xref linkend=\"Loader_Generate_Script\"/> to "
msgstr ""
#. Tag: para
-#: installation.xml:1041
+#: installation.xml:1049
#, no-c-format
msgid ""
"After the states you desire have been loaded, make sure to run the: "
msgstr ""
#. Tag: para
-#: installation.xml:1043
+#: installation.xml:1051
#, no-c-format
msgid ""
"To test that things are working as they should, try to run a geocode on an "
msgstr ""
#. Tag: title
-#: installation.xml:1046
+#: installation.xml:1054
#, no-c-format
msgid "Upgrading your Tiger Geocoder Install"
msgstr ""
#. Tag: para
-#: installation.xml:1047
+#: installation.xml:1055
#, no-c-format
msgid ""
"If you have Tiger Geocoder packaged with 2.0+ already installed, you can "
msgstr ""
#. Tag: command
-#: installation.xml:1060
+#: installation.xml:1068
#, no-c-format
msgid "cd postgis-&last_release_version;/extras/tiger_geocoder/tiger_2011"
msgstr ""
#. Tag: para
-#: installation.xml:1063
+#: installation.xml:1071
#, no-c-format
msgid ""
"Locate the <filename>upgrade_geocoder.bat</filename> script If you are on "
msgstr ""
#. Tag: para
-#: installation.xml:1066
+#: installation.xml:1074
#, no-c-format
msgid ""
"If you are upgrading from 2010 or 2011, make sure to unremark out the loader "
msgstr ""
#. Tag: para
-#: installation.xml:1067
+#: installation.xml:1075
#, no-c-format
msgid "Then run th corresponding script from the commandline."
msgstr ""
#. Tag: para
-#: installation.xml:1071
+#: installation.xml:1079
#, no-c-format
msgid ""
"Next drop all nation tables and load up the new ones. Generate a drop script "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1072
+#: installation.xml:1080
#, no-c-format
msgid "SELECT drop_nation_tables_generate_script();"
msgstr ""
#. Tag: para
-#: installation.xml:1073
+#: installation.xml:1081
#, no-c-format
msgid "Run the generated drop SQL statements."
msgstr ""
#. Tag: para
-#: installation.xml:1074
+#: installation.xml:1082
#, no-c-format
msgid ""
"Generate a nation load script with this SELECT statement as detailed in "
msgstr ""
#. Tag: emphasis
-#: installation.xml:1075
+#: installation.xml:1083
#, no-c-format
msgid "For windows"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1076
+#: installation.xml:1084
#, no-c-format
msgid "SELECT loader_generate_nation_script('windows');"
msgstr ""
#. Tag: emphasis
-#: installation.xml:1077
+#: installation.xml:1085
#, no-c-format
msgid "For unix/linux"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1078
+#: installation.xml:1086
#, no-c-format
msgid "SELECT loader_generate_nation_script('sh');"
msgstr ""
#. Tag: para
-#: installation.xml:1079
+#: installation.xml:1087
#, no-c-format
msgid ""
"Refer to <xref linkend=\"tiger_geocoder_loading_data\"/> for instructions on "
msgstr ""
#. Tag: para
-#: installation.xml:1080
+#: installation.xml:1088
#, no-c-format
msgid ""
"You can have a mix of 2010/2011 state tables and can upgrade each state "
msgstr ""
#. Tag: title
-#: installation.xml:1086
+#: installation.xml:1094
#, no-c-format
msgid "Create a spatially-enabled database from a template"
msgstr ""
#. Tag: para
-#: installation.xml:1088
+#: installation.xml:1096
#, no-c-format
msgid ""
"Some packaged distributions of PostGIS (in particular the Win32 installers "
msgstr ""
#. Tag: para
-#: installation.xml:1099
+#: installation.xml:1107
#, no-c-format
msgid "From the shell:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1103
+#: installation.xml:1111
#, no-c-format
msgid "# createdb -T template_postgis my_spatial_db"
msgstr ""
#. Tag: para
-#: installation.xml:1105
+#: installation.xml:1113
#, no-c-format
msgid "From SQL:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1109
+#: installation.xml:1117
#, no-c-format
msgid "postgres=# CREATE DATABASE my_spatial_db TEMPLATE=template_postgis"
msgstr ""
#. Tag: title
-#: installation.xml:1113
+#: installation.xml:1121
#, no-c-format
msgid "Upgrading"
msgstr ""
#. Tag: para
-#: installation.xml:1115
+#: installation.xml:1123
#, no-c-format
msgid ""
"Upgrading existing spatial databases can be tricky as it requires "
msgstr ""
#. Tag: para
-#: installation.xml:1120
+#: installation.xml:1128
#, no-c-format
msgid ""
"Unfortunately not all definitions can be easily replaced in a live database, "
msgstr ""
#. Tag: para
-#: installation.xml:1125
+#: installation.xml:1133
#, no-c-format
msgid ""
"PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and "
msgstr ""
#. Tag: para
-#: installation.xml:1130
+#: installation.xml:1138
#, no-c-format
msgid ""
"Before attempting to upgrade PostGIS, it is always worth to backup your "
msgstr ""
#. Tag: title
-#: installation.xml:1137
+#: installation.xml:1145
#, no-c-format
msgid "Soft upgrade"
msgstr ""
#. Tag: para
-#: installation.xml:1139
+#: installation.xml:1147
#, no-c-format
msgid ""
"If you installed your database using extensions, you'll need to upgrade "
msgstr ""
#. Tag: title
-#: installation.xml:1142
+#: installation.xml:1150
#, no-c-format
msgid "Soft Upgrade Pre 9.1+ or without extensions"
msgstr ""
#. Tag: para
-#: installation.xml:1143
+#: installation.xml:1151
#, no-c-format
msgid ""
"This section applies only to those who installed PostGIS not using "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1144
+#: installation.xml:1152
#, no-c-format
msgid "can't drop ... because postgis extension depends on it"
msgstr ""
#. Tag: para
-#: installation.xml:1145
+#: installation.xml:1153
#, no-c-format
msgid ""
"After compiling and installing (make install) you should find a "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1149
+#: installation.xml:1157
#, no-c-format
msgid "psql -f postgis_upgrade.sql -d your_spatial_database"
msgstr ""
#. Tag: para
-#: installation.xml:1151
+#: installation.xml:1159
#, no-c-format
msgid ""
"The same procedure applies to raster and topology extensions, with upgrade "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1159
+#: installation.xml:1167
#, no-c-format
msgid "psql -f rtpostgis_upgrade.sql -d your_spatial_database"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1160
+#: installation.xml:1168
#, no-c-format
msgid "psql -f topology_upgrade.sql -d your_spatial_database"
msgstr ""
#. Tag: para
-#: installation.xml:1163
+#: installation.xml:1171
#, no-c-format
msgid ""
"If you can't find the <filename>postgis_upgrade*.sql</filename> specific for "
msgstr ""
#. Tag: para
-#: installation.xml:1169
+#: installation.xml:1177
#, no-c-format
msgid ""
"The <xref linkend=\"PostGIS_Full_Version\"/> function should inform you "
msgstr ""
#. Tag: title
-#: installation.xml:1176
+#: installation.xml:1184
#, no-c-format
msgid "Soft Upgrade 9.1+ using extensions"
msgstr ""
#. Tag: para
-#: installation.xml:1177
+#: installation.xml:1185
#, no-c-format
msgid ""
"If you originally installed PostGIS with extensions, then you need to "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1178
+#: installation.xml:1186
#, no-c-format
msgid ""
"ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n"
msgstr ""
#. Tag: para
-#: installation.xml:1179
+#: installation.xml:1187
#, no-c-format
msgid "If you get an error notice something like:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1180
+#: installation.xml:1188
#, no-c-format
msgid "No migration path defined for ... to &last_release_version;"
msgstr ""
#. Tag: para
-#: installation.xml:1181
+#: installation.xml:1189
#, no-c-format
msgid ""
"Then you'll need to backup your database, create a fresh one as described in "
msgstr ""
#. Tag: para
-#: installation.xml:1182
+#: installation.xml:1190
#, no-c-format
msgid "If you get a notice message like:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1183
+#: installation.xml:1191
#, no-c-format
msgid ""
"Version \"&last_release_version;\" of extension \"postgis\" is already "
msgstr ""
#. Tag: para
-#: installation.xml:1184
+#: installation.xml:1192
#, no-c-format
msgid ""
"Then everything is already up to date and you can safely ignore it. "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1190
+#: installation.xml:1198
#, no-c-format
msgid ""
"ALTER EXTENSION postgis UPDATE TO \"&last_release_version;next\";\n"
msgstr ""
#. Tag: para
-#: installation.xml:1191
+#: installation.xml:1199
#, no-c-format
msgid ""
"If you installed PostGIS originally without a version specified, you can "
msgstr ""
#. Tag: title
-#: installation.xml:1198
+#: installation.xml:1206
#, no-c-format
msgid "Hard upgrade"
msgstr ""
#. Tag: para
-#: installation.xml:1200
+#: installation.xml:1208
#, no-c-format
msgid ""
"By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You "
msgstr ""
#. Tag: para
-#: installation.xml:1209
+#: installation.xml:1217
#, no-c-format
msgid ""
"The dump/reload process is assisted by the postgis_restore.pl script which "
msgstr ""
#. Tag: para
-#: installation.xml:1218
+#: installation.xml:1226
#, no-c-format
msgid ""
"Supplementary instructions for windows users are available at <ulink url="
msgstr ""
#. Tag: para
-#: installation.xml:1221
+#: installation.xml:1229
#, no-c-format
msgid "The Procedure is as follows:"
msgstr ""
#. Tag: para
-#: installation.xml:1229
+#: installation.xml:1237
#, no-c-format
msgid ""
"Create a \"custom-format\" dump of the database you want to upgrade (let's "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1237
+#: installation.xml:1245
#, no-c-format
msgid ""
"pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb."
msgstr ""
#. Tag: para
-#: installation.xml:1243
+#: installation.xml:1251
#, no-c-format
msgid ""
"Do a fresh install of PostGIS in a new database -- we'll refer to this "
msgstr ""
#. Tag: para
-#: installation.xml:1250
+#: installation.xml:1258
#, no-c-format
msgid ""
"The spatial_ref_sys entries found in your dump will be restored, but they "
msgstr ""
#. Tag: para
-#: installation.xml:1260
+#: installation.xml:1268
#, no-c-format
msgid ""
"If your database is really old or you know you've been using long deprecated "
msgstr ""
#. Tag: para
-#: installation.xml:1276
+#: installation.xml:1284
#, no-c-format
msgid ""
"Restore your backup into your fresh <varname>newdb</varname> database using "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1284
+#: installation.xml:1292
#, no-c-format
msgid ""
"perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost "
msgstr ""
#. Tag: para
-#: installation.xml:1290
+#: installation.xml:1298
#, no-c-format
msgid "Errors may arise in the following cases:"
msgstr ""
#. Tag: para
-#: installation.xml:1296
+#: installation.xml:1304
#, no-c-format
msgid ""
"Some of your views or functions make use of deprecated PostGIS objects. In "
msgstr ""
#. Tag: para
-#: installation.xml:1308
+#: installation.xml:1316
#, no-c-format
msgid ""
"Some custom records of spatial_ref_sys in dump file have an invalid SRID "
msgstr ""
#. Tag: para
-#: installation.xml:1322
+#: installation.xml:1330
#, no-c-format
msgid ""
"In order to fix this you should copy your custom SRS to a SRID with a valid "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1329
+#: installation.xml:1337
#, no-c-format
msgid ""
"ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1331
+#: installation.xml:1339
#, no-c-format
msgid "ALTER TABLE spatial_ref_sys ADD PRIMARY KEY(srid));"
msgstr ""
#. Tag: title
-#: installation.xml:1342
+#: installation.xml:1350
#, no-c-format
msgid "Common Problems during installation"
msgstr ""
#. Tag: para
-#: installation.xml:1343
+#: installation.xml:1351
#, no-c-format
msgid ""
"There are several things to check when your installation or upgrade doesn't "
msgstr ""
#. Tag: para
-#: installation.xml:1350
+#: installation.xml:1358
#, no-c-format
msgid ""
"Check that you have installed PostgreSQL &min_postgres_version; or newer, "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1363
+#: installation.xml:1371
#, no-c-format
msgid "SELECT version();"
msgstr ""
#. Tag: para
-#: installation.xml:1365
+#: installation.xml:1373
#, no-c-format
msgid ""
"If you are running an RPM based distribution, you can check for the "
msgstr ""
#. Tag: para
-#: installation.xml:1373
+#: installation.xml:1381
#, no-c-format
msgid ""
"If your upgrade fails, make sure you are restoring into a database that "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1374
+#: installation.xml:1382
#, no-c-format
msgid "SELECT postgis_full_version();"
msgstr ""
#. Tag: para
-#: installation.xml:1378
+#: installation.xml:1386
#, no-c-format
msgid ""
"Also check that configure has correctly detected the location and version of "
msgstr ""
#. Tag: para
-#: installation.xml:1385
+#: installation.xml:1393
#, no-c-format
msgid ""
"The output from configure is used to generate the <filename>postgis_config."
msgstr ""
#. Tag: title
-#: installation.xml:1398
+#: installation.xml:1406
#, no-c-format
msgid "Loader/Dumper"
msgstr ""
#. Tag: para
-#: installation.xml:1400
+#: installation.xml:1408
#, no-c-format
msgid ""
"The data loader and dumper are built and installed automatically as part of "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1405
+#: installation.xml:1413
#, no-c-format
msgid ""
"# cd postgis-&last_release_version;/loader\n"
msgstr ""
#. Tag: para
-#: installation.xml:1407
+#: installation.xml:1415
#, no-c-format
msgid ""
"The loader is called <filename>shp2pgsql</filename> and converts ESRI Shape "