From: Sandro Santilli Date: Fri, 12 Oct 2012 07:20:46 +0000 (+0000) Subject: Consistently use tag for "make comments" X-Git-Tag: 2.1.0beta2~557 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94dfd3b831992597f7d006cf23ff99d4a17b5a4c;p=postgis Consistently use tag for "make comments" Fixes complains by msgmerge (internationalization) git-svn-id: http://svn.osgeo.org/postgis/trunk@10409 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 4f7f1b35e..c94025419 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -31,7 +31,7 @@ psql -d yourdatabase -f doc/topology_comments.sql topology_comments.sql since its an optional feature is not installed by make install or make comments install. However if -you do a make comments or make topology_comments.sql, it will be generated in the docs folder +you do a make comments or make topology_comments.sql, it will be generated in the docs folder @@ -552,7 +552,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz The PostGIS extensions are built and installed automatically if you are using PostgreSQL 9.1+. If you are building from source repository, you need to build the function descriptions first. These get built if you have docbook installed. You can also manually build with the statement: - make comments + make comments Building the comments is not necessary if you are building from a release tar ball since these are packaged pre-built with the tar ball already. If you are building against PostgreSQL 9.1, the extensions should automatically build as part of the make install process. You can if needed build from the extensions folders or copy files if you need them on a different server. diff --git a/doc/po/it_IT/installation.xml.po b/doc/po/it_IT/installation.xml.po index 20ec7fd4c..0712bb9f3 100644 --- a/doc/po/it_IT/installation.xml.po +++ b/doc/po/it_IT/installation.xml.po @@ -6,10 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-09-14 07:51+0000\n" +"POT-Creation-Date: 2012-10-12 07:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,51 +36,67 @@ msgstr "" #. Tag: para #: installation.xml:11 #, no-c-format -msgid "The raster support is currently optional, but installed by default. For installing using the PostgreSQL 9.1+ extensions model it is required. Please refer to if you are using PostgreSQL 9.1+." +msgid "" +"The raster support is currently optional, but installed by default. For " +"installing using the PostgreSQL 9.1+ extensions model it is required. Please " +"refer to if you are " +"using PostgreSQL 9.1+." msgstr "" #. Tag: para #: installation.xml:13 #, no-c-format -msgid "All the .sql files once installed will be installed in share/contrib/postgis-&last_release_version; folder of your PostgreSQL install" +msgid "" +"All the .sql files once installed will be installed in share/contrib/postgis-" +"&last_release_version; folder of your PostgreSQL install" msgstr "" #. Tag: para #: installation.xml:15 #, no-c-format -msgid "The postgis_comments.sql, raster_comments.sql, topology_comments.sql generate quick help tips for each function that can be accessed via pgAdmin III or psql. In psql with a command of the form e.g.\\dd ST_SetPoint" +msgid "" +"The postgis_comments.sql, raster_comments.sql, topology_comments.sql generate quick help tips " +"for each function that can be accessed via pgAdmin III or psql. In psql with " +"a command of the form e.g.\\dd ST_SetPoint" msgstr "" #. Tag: programlisting #: installation.xml:17 #, no-c-format msgid "" - "tar xvfz postgis-&last_release_version;.tar.gz\n" - "cd postgis-&last_release_version;\n" - "./configure --with-raster --with-topology --with-gui\n" - "make\n" - "make install\n" - "createdb yourdatabase\n" - "createlang plpgsql yourdatabase\n" - "psql -d yourdatabase -f postgis.sql\n" - "psql -d yourdatabase -f postgis_comments.sql\n" - "psql -d yourdatabase -f spatial_ref_sys.sql\n" - "psql -d yourdatabase -f rtpostgis.sql\n" - "psql -d yourdatabase -f raster_comments.sql\n" - "psql -d yourdatabase -f topology/topology.sql\n" - "psql -d yourdatabase -f doc/topology_comments.sql" +"tar xvfz postgis-&last_release_version;.tar.gz\n" +"cd postgis-&last_release_version;\n" +"./configure --with-raster --with-topology --with-gui\n" +"make\n" +"make install\n" +"createdb yourdatabase\n" +"createlang plpgsql yourdatabase\n" +"psql -d yourdatabase -f postgis.sql\n" +"psql -d yourdatabase -f postgis_comments.sql\n" +"psql -d yourdatabase -f spatial_ref_sys.sql\n" +"psql -d yourdatabase -f rtpostgis.sql\n" +"psql -d yourdatabase -f raster_comments.sql\n" +"psql -d yourdatabase -f topology/topology.sql\n" +"psql -d yourdatabase -f doc/topology_comments.sql" msgstr "" #. Tag: para #: installation.xml:18 #, no-c-format -msgid "topology_comments.sql since its an optional feature is not installed by make install or make comments install. However if you do a make comments or make topology_comments.sql, it will be generated in the docs folder" +msgid "" +"topology_comments.sql since its an optional feature is not installed by make " +"install or make comments install. However if you do a make " +"comments or make topology_comments.sql, it will " +"be generated in the docs folder" msgstr "" #. Tag: para #: installation.xml:22 #, no-c-format -msgid "The rest of this chapter goes into detail each of the above installation steps." +msgid "" +"The rest of this chapter goes into detail each of the above installation " +"steps." msgstr "" #. Tag: title @@ -103,55 +120,96 @@ msgstr "" #. Tag: para #: installation.xml:41 #, no-c-format -msgid "PostgreSQL &min_postgres_version; or higher. A complete installation of PostgreSQL (including server headers) is required. PostgreSQL is available from http://www.postgresql.org ." +msgid "" +"PostgreSQL &min_postgres_version; or higher. A complete installation of " +"PostgreSQL (including server headers) is required. PostgreSQL is available " +"from http://www.postgresql.org ." msgstr "" #. Tag: para #: installation.xml:50 #, no-c-format -msgid "For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support matrix refer to http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS" +msgid "" +"For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support " +"matrix refer to http://trac.osgeo.org/postgis/wiki/" +"UsersWikiPostgreSQLPostGIS" msgstr "" #. Tag: para #: installation.xml:56 #, no-c-format -msgid "GNU C compiler (gcc). Some other ANSI C compilers can be used to compile PostGIS, but we find far fewer problems when compiling with gcc." +msgid "" +"GNU C compiler (gcc). Some other ANSI C compilers can " +"be used to compile PostGIS, but we find far fewer problems when compiling " +"with gcc." msgstr "" #. Tag: para #: installation.xml:64 #, no-c-format -msgid "GNU Make (gmake or make). For many systems, GNU make is the default version of make. Check the version by invoking make -v. Other versions of make may not process the PostGIS Makefile properly." +msgid "" +"GNU Make (gmake or make). For many " +"systems, GNU make is the default version of make. Check " +"the version by invoking make -v. Other versions of " +"make may not process the PostGIS Makefile properly." msgstr "" #. Tag: para #: installation.xml:74 #, no-c-format -msgid "Proj4 reprojection library, version 4.6.0 or greater. The Proj4 library is used to provide coordinate reprojection support within PostGIS. Proj4 is available for download from http://trac.osgeo.org/proj/ ." +msgid "" +"Proj4 reprojection library, version 4.6.0 or greater. The Proj4 library is " +"used to provide coordinate reprojection support within PostGIS. Proj4 is " +"available for download from " +"http://trac.osgeo.org/proj/ ." msgstr "" #. Tag: para #: installation.xml:86 #, no-c-format -msgid "GEOS geometry library, version 3.3 or greater, but GEOS 3.4+ is recommended to take full advantage of all the new functions and features. Without GEOS 3.4, you will be missing some major enhancements such as ST_Triangles and long-running function interruption, and improvements to geometry validation and making geometries valid such as ST_ValidDetail and ST_MakeValid. GEOS 3.3.2+ is also required for topology support. GEOS is available for download from http://trac.osgeo.org/geos/ and 3.4+ is backward-compatible with older versions so fairly safe to upgrade." +msgid "" +"GEOS geometry library, version 3.3 or greater, but GEOS 3.4+ is recommended " +"to take full advantage of all the new functions and features. Without GEOS " +"3.4, you will be missing some major enhancements such as ST_Triangles and " +"long-running function interruption, and improvements to geometry validation " +"and making geometries valid such as ST_ValidDetail and ST_MakeValid. GEOS " +"3.3.2+ is also required for topology support. GEOS is available for download " +"from http://trac.osgeo.org/geos/ " +" and 3.4+ is backward-compatible with older versions so fairly safe " +"to upgrade." msgstr "" #. Tag: para #: installation.xml:96 #, no-c-format -msgid "LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for download from http://xmlsoft.org/downloads.html." +msgid "" +"LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports " +"functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for " +"download from http://" +"xmlsoft.org/downloads.html." msgstr "" #. Tag: para #: installation.xml:103 #, no-c-format -msgid "JSON-C, version 0.9 or higher. JSON-C is currently used to import GeoJSON via the function ST_GeomFromGeoJson. JSON-C is available for download from http://oss.metaparadigm.com/json-c/." +msgid "" +"JSON-C, version 0.9 or higher. JSON-C is currently used to import GeoJSON " +"via the function ST_GeomFromGeoJson. JSON-C is available for download from " +"http://oss.metaparadigm." +"com/json-c/." msgstr "" #. Tag: para #: installation.xml:111 #, no-c-format -msgid "GDAL, version 1.8 or higher (1.9 or higher is strongly recommended since some things will not work well or behavior differently with lower versions). This is required for raster support. http://trac.osgeo.org/gdal/wiki/DownloadSource." +msgid "" +"GDAL, version 1.8 or higher (1.9 or higher is strongly recommended since " +"some things will not work well or behavior differently with lower versions). " +"This is required for raster support. http://trac.osgeo.org/gdal/wiki/DownloadSource." msgstr "" #. Tag: emphasis @@ -163,37 +221,54 @@ msgstr "" #. Tag: para #: installation.xml:124 #, no-c-format -msgid "GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader. http://www.gtk.org/ ." +msgid "" +"GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader. " +" http://www.gtk.org/ ." msgstr "" #. Tag: para #: installation.xml:134 #, no-c-format -msgid "CUnit (CUnit). This is needed for regression testing. http://cunit.sourceforge.net/" +msgid "" +"CUnit (CUnit). This is needed for regression testing. " +"http://cunit.sourceforge.net/" msgstr "" #. Tag: para #: installation.xml:140 #, no-c-format -msgid "Apache Ant (ant) is required for building any of the drivers under the java directory. Ant is available from http://ant.apache.org ." +msgid "" +"Apache Ant (ant) is required for building any of the " +"drivers under the java directory. Ant is available from " +" http://ant.apache.org ." msgstr "" #. Tag: para #: installation.xml:152 #, no-c-format -msgid "DocBook (xsltproc) is required for building the documentation. Docbook is available from http://www.docbook.org/ ." +msgid "" +"DocBook (xsltproc) is required for building the " +"documentation. Docbook is available from http://www.docbook.org/ ." msgstr "" #. Tag: para #: installation.xml:163 #, no-c-format -msgid "DBLatex (dblatex) is required for building the documentation in PDF format. DBLatex is available from http://dblatex.sourceforge.net/ ." +msgid "" +"DBLatex (dblatex) is required for building the " +"documentation in PDF format. DBLatex is available from http://dblatex.sourceforge.net/ ." msgstr "" #. Tag: para #: installation.xml:174 #, no-c-format -msgid "ImageMagick (convert) is required to generate the images used in the documentation. ImageMagick is available from http://www.imagemagick.org/ ." +msgid "" +"ImageMagick (convert) is required to generate the " +"images used in the documentation. ImageMagick is available from http://www.imagemagick.org/ ." msgstr "" #. Tag: title @@ -205,81 +280,121 @@ msgstr "" #. Tag: para #: installation.xml:189 #, no-c-format -msgid "Retrieve the PostGIS source archive from the downloads website http://www.postgis.org/download/postgis-&last_release_version;.tar.gz " +msgid "" +"Retrieve the PostGIS source archive from the downloads website " +"http://www.postgis.org/download/postgis-&last_release_version;.tar.gz " msgstr "" #. Tag: programlisting #: installation.xml:196 #, no-c-format msgid "" - "wget http://www.postgis.org/download/postgis-&last_release_version;.tar.gz\n" - "tar -xvzf postgis-&last_release_version;.tar.gz" +"wget http://www.postgis.org/download/postgis-&last_release_version;.tar.gz\n" +"tar -xvzf postgis-&last_release_version;.tar.gz" msgstr "" #. Tag: para #: installation.xml:198 #, no-c-format -msgid "This will create a directory called postgis-&last_release_version; in the current working directory." +msgid "" +"This will create a directory called postgis-&last_release_version; in the current working directory." msgstr "" #. Tag: para #: installation.xml:204 #, no-c-format -msgid "Alternatively, checkout the source from the svn repository http://svn.osgeo.org/postgis/trunk/ ." +msgid "" +"Alternatively, checkout the source from the svn repository http://svn.osgeo.org/postgis/trunk/ ." msgstr "" #. Tag: programlisting #: installation.xml:216 #, no-c-format -msgid "svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-&last_release_version;" +msgid "" +"svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-" +"&last_release_version;" msgstr "" #. Tag: para #: installation.xml:218 #, no-c-format -msgid "Change into the newly created postgis-&last_release_version; directory to continue the installation." +msgid "" +"Change into the newly created postgis-&last_release_version; directory to continue the installation." msgstr "" #. Tag: para #: installation.xml:229 #, no-c-format -msgid "Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In many cases compilation is only necessary if you want the most bleeding edge versions or you are a package maintainer." +msgid "" +"Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In " +"many cases compilation is only necessary if you want the most bleeding edge " +"versions or you are a package maintainer." msgstr "" #. Tag: para #: installation.xml:234 #, no-c-format -msgid "This section includes general compilation instructions, if you are compiling for Windows etc or another OS, you may find additional more detailed help at PostGIS User contributed compile guides and PostGIS Dev Wiki." +msgid "" +"This section includes general compilation instructions, if you are compiling " +"for Windows etc or another OS, you may find additional more detailed help at " +"PostGIS " +"User contributed compile guides and PostGIS Dev Wiki." msgstr "" #. Tag: para #: installation.xml:236 #, no-c-format -msgid "Pre-Built Packages for various OS are listed in PostGIS Pre-built Packages" +msgid "" +"Pre-Built Packages for various OS are listed in PostGIS Pre-built Packages" msgstr "" #. Tag: para #: installation.xml:237 #, no-c-format -msgid "If you are a windows user, you can get stable builds via Stackbuilder or PostGIS Windows download site We also have very bleeding-edge windows experimental builds that are built usually once or twice a week or whenever anything exciting happens. You can use these to experiment with the in progress releases of PostGIS" +msgid "" +"If you are a windows user, you can get stable builds via Stackbuilder or " +"PostGIS Windows " +"download site We also have very bleeding-edge windows experimental " +"builds that are built usually once or twice a week or whenever " +"anything exciting happens. You can use these to experiment with the in " +"progress releases of PostGIS" msgstr "" #. Tag: para #: installation.xml:242 #, no-c-format -msgid "The PostGIS module is an extension to the PostgreSQL backend server. As such, PostGIS &last_release_version; requires full PostgreSQL server headers access in order to compile. It can be built against PostgreSQL versions &min_postgres_version; or higher. Earlier versions of PostgreSQL are not supported." +msgid "" +"The PostGIS module is an extension to the PostgreSQL backend server. As " +"such, PostGIS &last_release_version; requires full " +"PostgreSQL server headers access in order to compile. It can be built " +"against PostgreSQL versions &min_postgres_version; or higher. Earlier " +"versions of PostgreSQL are not supported." msgstr "" #. Tag: para #: installation.xml:250 #, no-c-format -msgid "Refer to the PostgreSQL installation guides if you haven't already installed PostgreSQL. http://www.postgresql.org ." +msgid "" +"Refer to the PostgreSQL installation guides if you haven't already installed " +"PostgreSQL. http://www.postgresql." +"org ." msgstr "" #. Tag: para #: installation.xml:260 #, no-c-format -msgid "For GEOS functionality, when you install PostgresSQL you may need to explicitly link PostgreSQL against the standard C++ library:" +msgid "" +"For GEOS functionality, when you install PostgresSQL you may need to " +"explicitly link PostgreSQL against the standard C++ library:" msgstr "" #. Tag: programlisting @@ -291,13 +406,19 @@ msgstr "" #. Tag: para #: installation.xml:267 #, no-c-format -msgid "This is a workaround for bogus C++ exceptions interaction with older development tools. If you experience weird problems (backend unexpectedly closed or similar things) try this trick. This will require recompiling your PostgreSQL from scratch, of course." +msgid "" +"This is a workaround for bogus C++ exceptions interaction with older " +"development tools. If you experience weird problems (backend unexpectedly " +"closed or similar things) try this trick. This will require recompiling your " +"PostgreSQL from scratch, of course." msgstr "" #. Tag: para #: installation.xml:275 #, no-c-format -msgid "The following steps outline the configuration and compilation of the PostGIS source. They are written for Linux users and will not work on Windows or Mac." +msgid "" +"The following steps outline the configuration and compilation of the PostGIS " +"source. They are written for Linux users and will not work on Windows or Mac." msgstr "" #. Tag: title @@ -309,61 +430,104 @@ msgstr "" #. Tag: para #: installation.xml:284 #, no-c-format -msgid "As with most linux installations, the first step is to generate the Makefile that will be used to build the source code. This is done by running the shell script" +msgid "" +"As with most linux installations, the first step is to generate the Makefile " +"that will be used to build the source code. This is done by running the " +"shell script" msgstr "" #. Tag: para #: installation.xml:294 #, no-c-format -msgid "With no additional parameters, this command will attempt to automatically locate the required components and libraries needed to build the PostGIS source code on your system. Although this is the most common usage of ./configure, the script accepts several parameters for those who have the required libraries and programs in non-standard locations." +msgid "" +"With no additional parameters, this command will attempt to automatically " +"locate the required components and libraries needed to build the PostGIS " +"source code on your system. Although this is the most common usage of " +"./configure, the script accepts several parameters for " +"those who have the required libraries and programs in non-standard locations." msgstr "" #. Tag: para #: installation.xml:303 #, no-c-format -msgid "The following list shows only the most commonly used parameters. For a complete list, use the --help or --help=short parameters." +msgid "" +"The following list shows only the most commonly used parameters. For a " +"complete list, use the --help or --help=short parameters." msgstr "" #. Tag: para #: installation.xml:313 #, no-c-format -msgid "This is the location the PostGIS libraries and SQL scripts will be installed to. By default, this location is the same as the detected PostgreSQL installation." +msgid "" +"This is the location the PostGIS libraries and SQL scripts will be installed " +"to. By default, this location is the same as the detected PostgreSQL " +"installation." msgstr "" #. Tag: para #: installation.xml:320 #, no-c-format -msgid "This parameter is currently broken, as the package will only install into the PostgreSQL installation directory. Visit http://trac.osgeo.org/postgis/ticket/635 to track this bug." +msgid "" +"This parameter is currently broken, as the package will only install into " +"the PostgreSQL installation directory. Visit http://trac.osgeo.org/postgis/ticket/635 " +"to track this bug." msgstr "" #. Tag: para #: installation.xml:335 #, no-c-format -msgid "PostgreSQL provides a utility called pg_config to enable extensions like PostGIS to locate the PostgreSQL installation directory. Use this parameter (--with-pgconfig=/path/to/pg_config) to manually specify a particular PostgreSQL installation that PostGIS will build against." +msgid "" +"PostgreSQL provides a utility called pg_config to enable " +"extensions like PostGIS to locate the PostgreSQL installation directory. Use " +"this parameter (--with-pgconfig=/path/to/pg_config) to " +"manually specify a particular PostgreSQL installation that PostGIS will " +"build against." msgstr "" #. Tag: para #: installation.xml:349 #, no-c-format -msgid "GDAL, a required library, provides functionality needed for raster support gdal-config to enable software installations to locate the GDAL installation directory. Use this parameter (--with-gdalconfig=/path/to/gdal-config) to manually specify a particular GDAL installation that PostGIS will build against." +msgid "" +"GDAL, a required library, provides functionality needed for raster support " +"gdal-config to enable software installations to locate " +"the GDAL installation directory. Use this parameter (--with-" +"gdalconfig=/path/to/gdal-config) to manually specify a particular " +"GDAL installation that PostGIS will build against." msgstr "" #. Tag: para #: installation.xml:363 #, no-c-format -msgid "GEOS, a required geometry library, provides a utility called geos-config to enable software installations to locate the GEOS installation directory. Use this parameter (--with-geosconfig=/path/to/geos-config) to manually specify a particular GEOS installation that PostGIS will build against." +msgid "" +"GEOS, a required geometry library, provides a utility called geos-" +"config to enable software installations to locate the GEOS " +"installation directory. Use this parameter (--with-geosconfig=/path/" +"to/geos-config) to manually specify a particular GEOS installation " +"that PostGIS will build against." msgstr "" #. Tag: para #: installation.xml:377 #, no-c-format -msgid "LibXML is the library required for doing GeomFromKML/GML processes. It normally is found if you have libxml installed, but if not or you want a specific version used, you'll need to point PostGIS at a specific xml2-config confi file to enable software installations to locate the LibXML installation directory. Use this parameter (>--with-xml2config=/path/to/xml2-config) to manually specify a particular LibXML installation that PostGIS will build against." +msgid "" +"LibXML is the library required for doing GeomFromKML/GML processes. It " +"normally is found if you have libxml installed, but if not or you want a " +"specific version used, you'll need to point PostGIS at a specific " +"xml2-config confi file to enable software installations " +"to locate the LibXML installation directory. Use this parameter (>--" +"with-xml2config=/path/to/xml2-config) to manually specify a " +"particular LibXML installation that PostGIS will build against." msgstr "" #. Tag: para #: installation.xml:395 #, no-c-format -msgid "Proj4 is a reprojection library required by PostGIS. Use this parameter (--with-projdir=/path/to/projdir) to manually specify a particular Proj4 installation directory that PostGIS will build against." +msgid "" +"Proj4 is a reprojection library required by PostGIS. Use this parameter " +"(--with-projdir=/path/to/projdir) to manually specify a " +"particular Proj4 installation directory that PostGIS will build against." msgstr "" #. Tag: para @@ -375,49 +539,78 @@ msgstr "" #. Tag: para #: installation.xml:416 #, no-c-format -msgid "JSON-C is an MIT-licensed JSON library required by PostGIS ST_GeomFromJSON support. Use this parameter (--with-jsondir=/path/to/jsondir) to manually specify a particular JSON-C installation directory that PostGIS will build against." +msgid "" +"JSON-C is an MIT-" +"licensed JSON library required by PostGIS ST_GeomFromJSON support. Use this " +"parameter (--with-jsondir=/path/to/jsondir) to manually " +"specify a particular JSON-C installation directory that PostGIS will build " +"against." msgstr "" #. Tag: para #: installation.xml:428 #, no-c-format -msgid "Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-gui graphical interface to shp2pgsql." +msgid "" +"Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-" +"gui graphical interface to shp2pgsql." msgstr "" #. Tag: para #: installation.xml:437 #, no-c-format -msgid "Compile with raster support. This will build rtpostgis-&last_release_version; library and rtpostgis.sql file. This may not be required in final release as plan is to build in raster support by default." +msgid "" +"Compile with raster support. This will build rtpostgis-" +"&last_release_version; library and rtpostgis.sql file. This may not be " +"required in final release as plan is to build in raster support by default." msgstr "" #. Tag: para #: installation.xml:446 #, no-c-format -msgid "Compile with topology support. This will build the topology.sql file. There is no corresponding library as all logic needed for topology is in postgis-&last_release_version; library." +msgid "" +"Compile with topology support. This will build the topology.sql file. There " +"is no corresponding library as all logic needed for topology is in postgis-" +"&last_release_version; library." msgstr "" #. Tag: para #: installation.xml:455 #, no-c-format -msgid "By default PostGIS will try to detect gettext support and compile with it, however if you run into incompatibility issues that cause breakage of loader, you can disable it entirely with this command. Refer to ticket http://trac.osgeo.org/postgis/ticket/748 for an example issue solved by configuring with this. NOTE: that you aren't missing much by turning this off. This is used for international help/label support for the GUI loader which is not yet documented and still experimental." +msgid "" +"By default PostGIS will try to detect gettext support and compile with it, " +"however if you run into incompatibility issues that cause breakage of " +"loader, you can disable it entirely with this command. Refer to ticket " +"http://trac.osgeo." +"org/postgis/ticket/748 for an example issue solved by configuring " +"with this. NOTE: that you aren't missing much by turning this off. This is " +"used for international help/label support for the GUI loader which is not " +"yet documented and still experimental." msgstr "" #. Tag: para #: installation.xml:465 #, no-c-format -msgid "If you obtained PostGIS from the SVN repository , the first step is really to run the script" +msgid "" +"If you obtained PostGIS from the SVN repository , the first step is really to run the " +"script" msgstr "" #. Tag: para #: installation.xml:477 #, no-c-format -msgid "This script will generate the configure script that in turn is used to customize the installation of PostGIS." +msgid "" +"This script will generate the configure script that in " +"turn is used to customize the installation of PostGIS." msgstr "" #. Tag: para #: installation.xml:482 #, no-c-format -msgid "If you instead obtained PostGIS as a tarball, running ./autogen.sh is not necessary as configure has already been generated." +msgid "" +"If you instead obtained PostGIS as a tarball, running ./autogen.sh is not necessary as configure has already been " +"generated." msgstr "" #. Tag: title @@ -429,23 +622,33 @@ msgstr "" #. Tag: para #: installation.xml:493 #, no-c-format -msgid "Once the Makefile has been generated, building PostGIS is as simple as running" +msgid "" +"Once the Makefile has been generated, building PostGIS is as simple as " +"running" msgstr "" #. Tag: para #: installation.xml:502 #, no-c-format -msgid "The last line of the output should be \"PostGIS was built successfully. Ready to install.\"" +msgid "" +"The last line of the output should be \"PostGIS was built " +"successfully. Ready to install.\"" msgstr "" #. Tag: para #: installation.xml:507 #, no-c-format -msgid "As of PostGIS v1.4.0, all the functions have comments generated from the documentation. If you wish to install these comments into your spatial databases later, run the command which requires docbook. The postgis_comments.sql and other package comments files raster_comments.sql, topology_comments.sql are also packaged in the tar.gz distribution in the doc folder so no need to make comments if installing from the tar ball." +msgid "" +"As of PostGIS v1.4.0, all the functions have comments generated from the " +"documentation. If you wish to install these comments into your spatial " +"databases later, run the command which requires docbook. The " +"postgis_comments.sql and other package comments files raster_comments.sql, " +"topology_comments.sql are also packaged in the tar.gz distribution in the " +"doc folder so no need to make comments if installing from the tar ball." msgstr "" #. Tag: command -#: installation.xml:517 +#: installation.xml:517 installation.xml:539 #, no-c-format msgid "make comments" msgstr "" @@ -453,13 +656,22 @@ msgstr "" #. Tag: para #: installation.xml:520 #, no-c-format -msgid "Introduced in PostGIS 2.0. This generates html cheat sheets suitable for quick reference or for student handouts. This requires xsltproc to build and will generate 4 files in doc folder topology_cheatsheet.html, tiger_geocoder_cheatsheet.html, raster_cheatsheet.html, postgis_cheatsheet.html" +msgid "" +"Introduced in PostGIS 2.0. This generates html cheat sheets suitable for " +"quick reference or for student handouts. This requires xsltproc to build and " +"will generate 4 files in doc folder topology_cheatsheet.html, tiger_geocoder_cheatsheet.html, " +"raster_cheatsheet.html, postgis_cheatsheet." +"html" msgstr "" #. Tag: para #: installation.xml:525 #, no-c-format -msgid "You can download some pre-built ones available in html and pdf from PostGIS / PostgreSQL Study Guides" +msgid "" +"You can download some pre-built ones available in html and pdf from PostGIS / PostgreSQL Study " +"Guides" msgstr "" #. Tag: command @@ -477,147 +689,204 @@ msgstr "" #. Tag: para #: installation.xml:535 #, no-c-format -msgid "The PostGIS extensions are built and installed automatically if you are using PostgreSQL 9.1+." +msgid "" +"The PostGIS extensions are built and installed automatically if you are " +"using PostgreSQL 9.1+." msgstr "" #. Tag: para #: installation.xml:538 #, no-c-format -msgid "If you are building from source repository, you need to build the function descriptions first. These get built if you have docbook installed. You can also manually build with the statement:" -msgstr "" - -#. Tag: programlisting -#: installation.xml:539 -#, no-c-format -msgid "make comments" +msgid "" +"If you are building from source repository, you need to build the function " +"descriptions first. These get built if you have docbook installed. You can " +"also manually build with the statement:" msgstr "" #. Tag: para #: installation.xml:540 #, no-c-format -msgid "Building the comments is not necessary if you are building from a release tar ball since these are packaged pre-built with the tar ball already." +msgid "" +"Building the comments is not necessary if you are building from a release " +"tar ball since these are packaged pre-built with the tar ball already." msgstr "" #. Tag: para #: installation.xml:541 #, no-c-format -msgid "If you are building against PostgreSQL 9.1, the extensions should automatically build as part of the make install process. You can if needed build from the extensions folders or copy files if you need them on a different server." +msgid "" +"If you are building against PostgreSQL 9.1, the extensions should " +"automatically build as part of the make install process. You can if needed " +"build from the extensions folders or copy files if you need them on a " +"different server." msgstr "" #. Tag: programlisting #: installation.xml:543 #, no-c-format msgid "" - "cd extensions\n" - "cd postgis\n" - "make clean\n" - "make \n" - "make install\n" - "cd ..\n" - "cd postgis_topology\n" - "make clean\n" - "make \n" - "make install" +"cd extensions\n" +"cd postgis\n" +"make clean\n" +"make \n" +"make install\n" +"cd ..\n" +"cd postgis_topology\n" +"make clean\n" +"make \n" +"make install" msgstr "" #. Tag: para #: installation.xml:544 #, no-c-format -msgid "The extension files will always be the same for the same version of PostGIS regardless of OS, so it is fine to copy over the extension files from one OS to another as long as you have the PostGIS binaries already installed on your servers." +msgid "" +"The extension files will always be the same for the same version of PostGIS " +"regardless of OS, so it is fine to copy over the extension files from one OS " +"to another as long as you have the PostGIS binaries already installed on " +"your servers." msgstr "" #. Tag: para #: installation.xml:546 #, no-c-format -msgid "If you want to install the extensions manually on a separate server different from your development, You need to copy the following files from the extensions folder into the PostgreSQL / share / extension folder of your PostgreSQL install as well as the needed binaries for regular PostGIS if you don't have them already on the server." +msgid "" +"If you want to install the extensions manually on a separate server " +"different from your development, You need to copy the following files from " +"the extensions folder into the PostgreSQL / share / extension folder of your PostgreSQL install as well as the needed binaries " +"for regular PostGIS if you don't have them already on the server." msgstr "" #. Tag: para #: installation.xml:553 #, no-c-format -msgid "These are the control files that denote information such as the version of the extension to install if not specified. postgis.control, postgis_topology.control." +msgid "" +"These are the control files that denote information such as the version of " +"the extension to install if not specified. postgis.control, " +"postgis_topology.control." msgstr "" #. Tag: para #: installation.xml:559 #, no-c-format -msgid "All the files in the /sql folder of each extension. Note that these need to be copied to the root of the PostgreSQL share/extension folder extensions/postgis/sql/*.sql, extensions/postgis_topology/sql/*.sql" +msgid "" +"All the files in the /sql folder of each extension. Note that these need to " +"be copied to the root of the PostgreSQL share/extension folder " +"extensions/postgis/sql/*.sql, extensions/" +"postgis_topology/sql/*.sql" msgstr "" #. Tag: para #: installation.xml:565 #, no-c-format -msgid "Once you do that, you should see postgis, postgis_topology as available extensions in PgAdmin -> extensions." +msgid "" +"Once you do that, you should see postgis, " +"postgis_topology as available extensions in PgAdmin -> " +"extensions." msgstr "" #. Tag: para #: installation.xml:566 #, no-c-format -msgid "If you are using psql, you can verify that the extensions are installed by running this query:" +msgid "" +"If you are using psql, you can verify that the extensions are installed by " +"running this query:" msgstr "" #. Tag: programlisting #: installation.xml:567 #, no-c-format msgid "" - "SELECT name, default_version,installed_version \n" - "FROM pg_available_extensions WHERE name LIKE 'postgis%' ;\n" - " name | default_version | installed_version\n" - "-----------------+-----------------+-------------------\n" - "postgis | &last_release_version; | &last_release_version;\n" - "postgis_topology | &last_release_version; |" +"SELECT name, default_version,installed_version \n" +"FROM pg_available_extensions WHERE name LIKE 'postgis%' ;\n" +" name | default_version | installed_version\n" +"-----------------+-----------------+-------------------\n" +"postgis | &last_release_version; | &last_release_version;\n" +"postgis_topology | &last_release_version; |" msgstr "" #. Tag: para #: installation.xml:569 #, no-c-format -msgid "If you have the extension installed in the database you are querying, you'll see mention in the installed_version column. If you get no records back, it means you don't have postgis extensions installed on the server at all. PgAdmin III 1.14+ will also provide this information in the extensions section of the database browser tree and will even allow upgrade or uninstall by right-clicking." +msgid "" +"If you have the extension installed in the database you are querying, you'll " +"see mention in the installed_version column. If you get " +"no records back, it means you don't have postgis extensions installed on the " +"server at all. PgAdmin III 1.14+ will also provide this information in the " +"extensions section of the database browser tree and will " +"even allow upgrade or uninstall by right-clicking." msgstr "" #. Tag: para #: installation.xml:573 #, no-c-format -msgid "If you have the extensions available, you can install postgis extension in your database of choice by either using pgAdmin extension interface or running these sql commands:" +msgid "" +"If you have the extensions available, you can install postgis extension in " +"your database of choice by either using pgAdmin extension interface or " +"running these sql commands:" msgstr "" #. Tag: programlisting #: installation.xml:574 #, no-c-format msgid "" - "CREATE EXTENSION postgis;\n" - "CREATE EXTENSION postgis_topology;" +"CREATE EXTENSION postgis;\n" +"CREATE EXTENSION postgis_topology;" msgstr "" #. Tag: para #: installation.xml:576 #, no-c-format -msgid "Extension tables spatial_ref_sys, layer, topology can not be explicitly backed up. They can only be backed up when the respective postgis or postgis_topology extension is backed up, which only seems to happen when you backup the whole database. As of PostGIS 2.0.1, only srid records not packaged with PostGIS are backed up when the database is backed up so don't go around changing srids we package and expect your changes to be there. Put in a ticket if you find an issue. The structures of extension tables are never backed up since they are created with CREATE EXTENSION and assumed to be the same for a given version of an extension. These behaviors are built into the current PostgreSQL extension model, so nothing we can do about it." +msgid "" +"Extension tables spatial_ref_sys, layer, topology can not be explicitly backed up. They " +"can only be backed up when the respective postgis or " +"postgis_topology extension is backed up, which only seems " +"to happen when you backup the whole database. As of PostGIS 2.0.1, only srid " +"records not packaged with PostGIS are backed up when the database is backed " +"up so don't go around changing srids we package and expect your changes to " +"be there. Put in a ticket if you find an issue. The structures of extension " +"tables are never backed up since they are created with CREATE " +"EXTENSION and assumed to be the same for a given version of an " +"extension. These behaviors are built into the current PostgreSQL extension " +"model, so nothing we can do about it." msgstr "" #. Tag: para #: installation.xml:581 #, no-c-format -msgid "If you installed &last_release_version;, without using our wonderful extension system, you can change it to be extension based by first upgrading to the latest micro version running the upgrade scripts: postgis_upgrade_20_minor.sql,raster_upgrade_20_minor.sql,topology_upgrade_20_minor.sql." +msgid "" +"If you installed &last_release_version;, without using our wonderful " +"extension system, you can change it to be extension based by first upgrading " +"to the latest micro version running the upgrade scripts: " +"postgis_upgrade_20_minor.sql," +"raster_upgrade_20_minor.sql," +"topology_upgrade_20_minor.sql." msgstr "" #. Tag: para #: installation.xml:582 #, no-c-format -msgid "If you installed postgis without raster support, you'll need to install raster support first (using the full rtpostgis.sql" +msgid "" +"If you installed postgis without raster support, you'll need to install " +"raster support first (using the full rtpostgis.sql" msgstr "" #. Tag: para #: installation.xml:583 #, no-c-format -msgid "Then you can run the below commands to package the functions in their respective extension." +msgid "" +"Then you can run the below commands to package the functions in their " +"respective extension." msgstr "" #. Tag: programlisting #: installation.xml:584 #, no-c-format msgid "" - "CREATE EXTENSION postgis FROM unpackaged;\n" - "CREATE EXTENSION postgis_topology FROM unpackaged;" +"CREATE EXTENSION postgis FROM unpackaged;\n" +"CREATE EXTENSION postgis_topology FROM unpackaged;" msgstr "" #. Tag: title @@ -641,150 +910,163 @@ msgstr "" #. Tag: para #: installation.xml:600 #, no-c-format -msgid "The above command will run through various checks and regression tests using the generated library against an actual PostgreSQL database." +msgid "" +"The above command will run through various checks and regression tests using " +"the generated library against an actual PostgreSQL database." msgstr "" #. Tag: para #: installation.xml:606 #, no-c-format -msgid "If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj4 locations, you may need to add their library locations to the LD_LIBRARY_PATH environment variable." +msgid "" +"If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj4 " +"locations, you may need to add their library locations to the " +"LD_LIBRARY_PATH environment variable." msgstr "" #. Tag: para #: installation.xml:614 #, no-c-format -msgid "Currently, the make check relies on the PATH and PGPORT environment variables when performing the checks - it does not use the PostgreSQL version that may have been specified using the configuration parameter --with-pgconfig. So make sure to modify your PATH to match the detected PostgreSQL installation during configuration or be prepared to deal with the impending headaches." +msgid "" +"Currently, the make check relies on the PATH " +"and PGPORT environment variables when performing the checks - " +"it does not use the PostgreSQL version that may have " +"been specified using the configuration parameter --with-pgconfig. So make sure to modify your PATH to match the detected PostgreSQL " +"installation during configuration or be prepared to deal with the impending " +"headaches." msgstr "" #. Tag: para #: installation.xml:626 #, no-c-format -msgid "If successful, the output of the test should be similar to the following:" +msgid "" +"If successful, the output of the test should be similar to the following:" msgstr "" #. Tag: programlisting #: installation.xml:631 #, no-c-format msgid "" - "CUnit - A Unit testing framework for C - Version 2.1-0\n" - " http://cunit.sourceforge.net/\n" - "\n" - "\n" - "Suite: print_suite\n" - " Test: test_lwprint_default_format ... passed\n" - " Test: test_lwprint_format_orders ... passed\n" - " Test: test_lwprint_optional_format ... passed\n" - " Test: test_lwprint_oddball_formats ... passed\n" - " Test: test_lwprint_bad_formats ... passed\n" - "Suite: Misc Suite\n" - " Test: test_misc_force_2d ... passed\n" - " Test: test_misc_simplify ... passed\n" - " Test: test_misc_count_vertices ... passed\n" - " Test: test_misc_area ... passed\n" - " Test: test_misc_wkb ... passed\n" - "Suite: PointArray Suite\n" - " Test: test_ptarray_append_point ... passed\n" - " Test: test_ptarray_append_ptarray ... passed\n" - "Suite: PostGIS Computational Geometry Suite\n" - " Test: test_lw_segment_side ... passed\n" - " Test: test_lw_segment_intersects ... passed\n" - " Test: test_lwline_crossing_short_lines ... passed\n" - " Test: test_lwline_crossing_long_lines ... passed\n" - " Test: test_lwline_crossing_bugs ... passed\n" - " Test: test_lwpoint_set_ordinate ... passed\n" - " Test: test_lwpoint_get_ordinate ... passed\n" - " Test: test_point_interpolate ... passed\n" - " Test: test_lwline_clip ... passed\n" - " Test: test_lwline_clip_big ... passed\n" - " Test: test_lwmline_clip ... passed\n" - " Test: test_geohash_point ... passed\n" - " Test: test_geohash_precision ... passed\n" - " Test: test_geohash ... passed\n" - " Test: test_isclosed ... passed\n" - "Suite: PostGIS Measures Suite\n" - " Test: test_mindistance2d_tolerance ... passed\n" - " Test: test_rect_tree_contains_point ... passed\n" - " Test: test_rect_tree_intersects_tree ... passed\n" - " Test: test_lwgeom_segmentize2d ... passed\n" - "Suite: WKT Out Suite\n" - " Test: test_wkt_out_point ... passed\n" - " Test: test_wkt_out_linestring ... passed\n" - " Test: test_wkt_out_polygon ... passed\n" - " Test: test_wkt_out_multipoint ... passed\n" - " Test: test_wkt_out_multilinestring ... passed\n" - ":\n" - ":\n" - "--Run Summary: Type Total Ran Passed Failed\n" - " suites 17 17 n/a 0\n" - " tests 143 143 143 0\n" - " asserts 1228 1228 1228 0\n" - "\n" - "\n" - "Creating spatial db postgis_reg\n" - " Postgis 2.0.0SVN - 2011-01-11 15:33:37\n" - " GEOS: 3.3.0-CAPI-1.7.0\n" - " PROJ: Rel. 4.6.1, 21 August 2008\n" - "\n" - "Running tests\n" - "\n" - " loader/Point.............. ok\n" - " loader/PointM.............. ok\n" - " loader/PointZ.............. ok\n" - " loader/MultiPoint.............. ok\n" - " loader/MultiPointM.............. ok\n" - " loader/MultiPointZ.............. ok\n" - " loader/Arc.............. ok\n" - " loader/ArcM.............. ok\n" - " loader/ArcZ.......... ok\n" - " loader/Polygon.............. ok\n" - " loader/PolygonM.............. ok\n" - " loader/PolygonZ.............. ok\n" - " regress. ok\n" - " regress_index. ok\n" - " regress_index_nulls. ok\n" - " lwgeom_regress. ok\n" - " regress_lrs. ok\n" - " removepoint. ok\n" - " setpoint. ok\n" - " simplify. ok\n" - " snaptogrid. ok\n" - " affine. ok\n" - " measures. ok\n" - " long_xact. ok\n" - " ctors. ok\n" - " sql-mm-serialize. ok\n" - " sql-mm-circularstring. ok\n" - " sql-mm-compoundcurve. ok\n" - " sql-mm-curvepoly. ok\n" - " sql-mm-general. ok\n" - " sql-mm-multicurve. ok\n" - " sql-mm-multisurface. ok\n" - " polyhedralsurface. ok\n" - " out_geometry. ok\n" - " out_geography. ok\n" - " in_gml. ok\n" - " in_kml. ok\n" - " iscollection. ok\n" - " regress_ogc. ok\n" - " regress_ogc_cover. ok\n" - " regress_ogc_prep. ok\n" - " regress_bdpoly. ok\n" - " regress_proj. ok\n" - " dump. ok\n" - " dumppoints. ok\n" - " wmsservers_new. ok\n" - " tickets. ok\n" - " remove_repeated_points. ok\n" - " split. ok\n" - " relatematch. ok\n" - " regress_buffer_params. ok\n" - " hausdorff. ok\n" - " clean. ok\n" - " sharedpaths. ok\n" - " snap. ok\n" - "\n" - "Run tests: 55\n" - "Failed: 0" +"CUnit - A Unit testing framework for C - Version 2.1-0\n" +" http://cunit.sourceforge.net/\n" +"\n" +"\n" +"Suite: print_suite\n" +" Test: test_lwprint_default_format ... passed\n" +" Test: test_lwprint_format_orders ... passed\n" +" Test: test_lwprint_optional_format ... passed\n" +" Test: test_lwprint_oddball_formats ... passed\n" +" Test: test_lwprint_bad_formats ... passed\n" +"Suite: Misc Suite\n" +" Test: test_misc_force_2d ... passed\n" +" Test: test_misc_simplify ... passed\n" +" Test: test_misc_count_vertices ... passed\n" +" Test: test_misc_area ... passed\n" +" Test: test_misc_wkb ... passed\n" +"Suite: PointArray Suite\n" +" Test: test_ptarray_append_point ... passed\n" +" Test: test_ptarray_append_ptarray ... passed\n" +"Suite: PostGIS Computational Geometry Suite\n" +" Test: test_lw_segment_side ... passed\n" +" Test: test_lw_segment_intersects ... passed\n" +" Test: test_lwline_crossing_short_lines ... passed\n" +" Test: test_lwline_crossing_long_lines ... passed\n" +" Test: test_lwline_crossing_bugs ... passed\n" +" Test: test_lwpoint_set_ordinate ... passed\n" +" Test: test_lwpoint_get_ordinate ... passed\n" +" Test: test_point_interpolate ... passed\n" +" Test: test_lwline_clip ... passed\n" +" Test: test_lwline_clip_big ... passed\n" +" Test: test_lwmline_clip ... passed\n" +" Test: test_geohash_point ... passed\n" +" Test: test_geohash_precision ... passed\n" +" Test: test_geohash ... passed\n" +" Test: test_isclosed ... passed\n" +"Suite: PostGIS Measures Suite\n" +" Test: test_mindistance2d_tolerance ... passed\n" +" Test: test_rect_tree_contains_point ... passed\n" +" Test: test_rect_tree_intersects_tree ... passed\n" +" Test: test_lwgeom_segmentize2d ... passed\n" +"Suite: WKT Out Suite\n" +" Test: test_wkt_out_point ... passed\n" +" Test: test_wkt_out_linestring ... passed\n" +" Test: test_wkt_out_polygon ... passed\n" +" Test: test_wkt_out_multipoint ... passed\n" +" Test: test_wkt_out_multilinestring ... passed\n" +":\n" +":\n" +"--Run Summary: Type Total Ran Passed Failed\n" +" suites 17 17 n/a 0\n" +" tests 143 143 143 0\n" +" asserts 1228 1228 1228 0\n" +"\n" +"\n" +"Creating spatial db postgis_reg\n" +" Postgis 2.0.0SVN - 2011-01-11 15:33:37\n" +" GEOS: 3.3.0-CAPI-1.7.0\n" +" PROJ: Rel. 4.6.1, 21 August 2008\n" +"\n" +"Running tests\n" +"\n" +" loader/Point.............. ok\n" +" loader/PointM.............. ok\n" +" loader/PointZ.............. ok\n" +" loader/MultiPoint.............. ok\n" +" loader/MultiPointM.............. ok\n" +" loader/MultiPointZ.............. ok\n" +" loader/Arc.............. ok\n" +" loader/ArcM.............. ok\n" +" loader/ArcZ.......... ok\n" +" loader/Polygon.............. ok\n" +" loader/PolygonM.............. ok\n" +" loader/PolygonZ.............. ok\n" +" regress. ok\n" +" regress_index. ok\n" +" regress_index_nulls. ok\n" +" lwgeom_regress. ok\n" +" regress_lrs. ok\n" +" removepoint. ok\n" +" setpoint. ok\n" +" simplify. ok\n" +" snaptogrid. ok\n" +" affine. ok\n" +" measures. ok\n" +" long_xact. ok\n" +" ctors. ok\n" +" sql-mm-serialize. ok\n" +" sql-mm-circularstring. ok\n" +" sql-mm-compoundcurve. ok\n" +" sql-mm-curvepoly. ok\n" +" sql-mm-general. ok\n" +" sql-mm-multicurve. ok\n" +" sql-mm-multisurface. ok\n" +" polyhedralsurface. ok\n" +" out_geometry. ok\n" +" out_geography. ok\n" +" in_gml. ok\n" +" in_kml. ok\n" +" iscollection. ok\n" +" regress_ogc. ok\n" +" regress_ogc_cover. ok\n" +" regress_ogc_prep. ok\n" +" regress_bdpoly. ok\n" +" regress_proj. ok\n" +" dump. ok\n" +" dumppoints. ok\n" +" wmsservers_new. ok\n" +" tickets. ok\n" +" remove_repeated_points. ok\n" +" split. ok\n" +" relatematch. ok\n" +" regress_buffer_params. ok\n" +" hausdorff. ok\n" +" clean. ok\n" +" sharedpaths. ok\n" +" snap. ok\n" +"\n" +"Run tests: 55\n" +"Failed: 0" msgstr "" #. Tag: para @@ -802,31 +1084,43 @@ msgstr "" #. Tag: para #: installation.xml:645 #, no-c-format -msgid "This will copy the PostGIS installation files into their appropriate subdirectory specified by the --prefix configuration parameter. In particular:" +msgid "" +"This will copy the PostGIS installation files into their appropriate " +"subdirectory specified by the --prefix configuration " +"parameter. In particular:" msgstr "" #. Tag: para #: installation.xml:653 #, no-c-format -msgid "The loader and dumper binaries are installed in [prefix]/bin." +msgid "" +"The loader and dumper binaries are installed in [prefix]/bin." msgstr "" #. Tag: para #: installation.xml:660 #, no-c-format -msgid "The SQL files, such as postgis.sql, are installed in [prefix]/share/contrib." +msgid "" +"The SQL files, such as postgis.sql, are installed in " +"[prefix]/share/contrib." msgstr "" #. Tag: para #: installation.xml:667 #, no-c-format -msgid "The PostGIS libraries are installed in [prefix]/lib." +msgid "" +"The PostGIS libraries are installed in [prefix]/lib." msgstr "" #. Tag: para #: installation.xml:674 #, no-c-format -msgid "If you previously ran the make comments command to generate the postgis_comments.sql, raster_comments.sql file, install the sql file by running" +msgid "" +"If you previously ran the make comments command to " +"generate the postgis_comments.sql, " +"raster_comments.sql file, install the sql file by " +"running" msgstr "" #. Tag: command @@ -838,7 +1132,11 @@ msgstr "" #. Tag: para #: installation.xml:685 #, no-c-format -msgid "postgis_comments.sql, raster_comments.sql, topology_comments.sql was separated from the typical build and installation targets since with it comes the extra dependency of xsltproc." +msgid "" +"postgis_comments.sql, raster_comments.sql, topology_comments.sql was separated from the " +"typical build and installation targets since with it comes the extra " +"dependency of xsltproc." msgstr "" #. Tag: title @@ -850,7 +1148,9 @@ msgstr "" #. Tag: para #: installation.xml:697 #, no-c-format -msgid "The first step in creating a PostGIS database is to create a simple PostgreSQL database." +msgid "" +"The first step in creating a PostGIS database is to create a simple " +"PostgreSQL database." msgstr "" #. Tag: command @@ -862,7 +1162,12 @@ msgstr "" #. Tag: para #: installation.xml:706 #, no-c-format -msgid "Many of the PostGIS functions are written in the PL/pgSQL procedural language. As such, the next step to create a PostGIS database is to enable the PL/pgSQL language in your new database. This is accomplish by the command below command. For PostgreSQL 8.4+, this is generally already installed" +msgid "" +"Many of the PostGIS functions are written in the PL/pgSQL procedural " +"language. As such, the next step to create a PostGIS database is to enable " +"the PL/pgSQL language in your new database. This is accomplish by the " +"command below command. For PostgreSQL 8.4+, this is generally already " +"installed" msgstr "" #. Tag: command @@ -874,7 +1179,11 @@ msgstr "" #. Tag: para #: installation.xml:717 #, no-c-format -msgid "Now load the PostGIS object and function definitions into your database by loading the postgis.sql definitions file (located in [prefix]/share/contrib as specified during the configuration step)." +msgid "" +"Now load the PostGIS object and function definitions into your database by " +"loading the postgis.sql definitions file (located in " +"[prefix]/share/contrib as specified during the " +"configuration step)." msgstr "" #. Tag: command @@ -886,7 +1195,11 @@ msgstr "" #. Tag: para #: installation.xml:728 #, no-c-format -msgid "For a complete set of EPSG coordinate system definition identifiers, you can also load the spatial_ref_sys.sql definitions file and populate the spatial_ref_sys table. This will permit you to perform ST_Transform() operations on geometries." +msgid "" +"For a complete set of EPSG coordinate system definition identifiers, you can " +"also load the spatial_ref_sys.sql definitions file and " +"populate the spatial_ref_sys table. This will permit you " +"to perform ST_Transform() operations on geometries." msgstr "" #. Tag: command @@ -898,7 +1211,11 @@ msgstr "" #. Tag: para #: installation.xml:739 #, no-c-format -msgid "If you wish to add comments to the PostGIS functions, the final step is to load the postgis_comments.sql into your spatial database. The comments can be viewed by simply typing \\dd [function_name] from a psql terminal window." +msgid "" +"If you wish to add comments to the PostGIS functions, the final step is to " +"load the postgis_comments.sql into your spatial " +"database. The comments can be viewed by simply typing \\dd " +"[function_name] from a psql terminal window." msgstr "" #. Tag: command @@ -922,7 +1239,10 @@ msgstr "" #. Tag: para #: installation.xml:758 #, no-c-format -msgid "Install raster support comments. This will provide quick help info for each raster function using psql or PgAdmin or any other PostgreSQL tool that can show function comments" +msgid "" +"Install raster support comments. This will provide quick help info for each " +"raster function using psql or PgAdmin or any other PostgreSQL tool that can " +"show function comments" msgstr "" #. Tag: command @@ -946,7 +1266,10 @@ msgstr "" #. Tag: para #: installation.xml:774 #, no-c-format -msgid "Install topology support comments. This will provide quick help info for each topology function / type using psql or PgAdmin or any other PostgreSQL tool that can show function comments" +msgid "" +"Install topology support comments. This will provide quick help info for " +"each topology function / type using psql or PgAdmin or any other PostgreSQL " +"tool that can show function comments" msgstr "" #. Tag: command @@ -958,7 +1281,8 @@ msgstr "" #. Tag: para #: installation.xml:783 installation.xml:820 #, no-c-format -msgid "If you plan to restore an old backup from prior versions in this new db, run:" +msgid "" +"If you plan to restore an old backup from prior versions in this new db, run:" msgstr "" #. Tag: command @@ -970,13 +1294,20 @@ msgstr "" #. Tag: para #: installation.xml:785 #, no-c-format -msgid "There is an alternative legacy_minimal.sql you can run instead which will install barebones needed to recover tables and work with apps like MapServer and GeoServer. If you have views that use things like distance / length etc, you'll need the full blown legacy.sql" +msgid "" +"There is an alternative legacy_minimal.sql you can run " +"instead which will install barebones needed to recover tables and work with " +"apps like MapServer and GeoServer. If you have views that use things like " +"distance / length etc, you'll need the full blown legacy.sql" msgstr "" #. Tag: para #: installation.xml:788 installation.xml:823 #, no-c-format -msgid "You can later run uninstall_legacy.sql to get rid of the deprecated functions after you are done with restoring and cleanup." +msgid "" +"You can later run uninstall_legacy.sql to get rid of " +"the deprecated functions after you are done with restoring and cleanup." msgstr "" #. Tag: title @@ -988,13 +1319,18 @@ msgstr "" #. Tag: para #: installation.xml:794 #, no-c-format -msgid "If you are using PostgreSQL 9.1+ and have compiled and installed the extensions/ postgis modules, you can create a spatial database the new way." +msgid "" +"If you are using PostgreSQL 9.1+ and have compiled and installed the " +"extensions/ postgis modules, you can create a spatial database the new way." msgstr "" #. Tag: para #: installation.xml:803 #, no-c-format -msgid "The core postgis extension installs PostGIS geometry, geography, raster, spatial_ref_sys and all the functions and comments with a simple: CREATE EXTENSION postgis; command." +msgid "" +"The core postgis extension installs PostGIS geometry, geography, raster, " +"spatial_ref_sys and all the functions and comments with a simple: " +"CREATE EXTENSION postgis; command." msgstr "" #. Tag: command @@ -1006,7 +1342,8 @@ msgstr "" #. Tag: para #: installation.xml:812 #, no-c-format -msgid "Topology is packaged as a separate extension and installable with command:" +msgid "" +"Topology is packaged as a separate extension and installable with command:" msgstr "" #. Tag: command @@ -1024,13 +1361,23 @@ msgstr "" #. Tag: para #: installation.xml:829 #, no-c-format -msgid "The Tiger geocoder does not get installed / upgraded with the core PostGIS scripts because it is only of regional use. In fact nothing located in the extras folder is installed by default with the regular PostGIS install / upgrade. Extras like Tiger geocoder may also not be packaged in your PostGIS distribution, but will always be available in the postgis-&last_release_version;.tar.gz file. The instructions provided here are also available in the extras/tiger_geocoder/tiger_2010/README" +msgid "" +"The Tiger geocoder does not get installed / upgraded with the core PostGIS " +"scripts because it is only of regional use. In fact nothing located in the " +"extras folder is installed by default with the regular PostGIS install / " +"upgrade. Extras like Tiger geocoder may also not be packaged in your PostGIS " +"distribution, but will always be available in the postgis-" +"&last_release_version;.tar.gz file. The instructions provided here are also " +"available in the extras/tiger_geocoder/tiger_2010/README" msgstr "" #. Tag: para #: installation.xml:831 #, no-c-format -msgid "If you are on Windows and you don't have tar installed, you can use http://www.7-zip.org/ to unzip the PostGIS tarball." +msgid "" +"If you are on Windows and you don't have tar installed, you can use http://www.7-zip.org/ to unzip the " +"PostGIS tarball." msgstr "" #. Tag: title @@ -1048,7 +1395,10 @@ msgstr "" #. Tag: para #: installation.xml:838 installation.xml:865 #, no-c-format -msgid "If you don't have an extras folder, download http://www.postgis.org/download/postgis-&last_release_version;.tar.gz" +msgid "" +"If you don't have an extras folder, download http://www.postgis.org/" +"download/postgis-&last_release_version;.tar.gz" msgstr "" #. Tag: command @@ -1066,19 +1416,31 @@ msgstr "" #. Tag: para #: installation.xml:850 #, no-c-format -msgid "Edit the tiger_loader.sql to the paths of your executables server etc." +msgid "" +"Edit the tiger_loader.sql to the paths of your " +"executables server etc." msgstr "" #. Tag: para #: installation.xml:851 #, no-c-format -msgid "If you are installing Tiger geocoder for the first time edit either the create_geocode.bat script If you are on windows or the create_geocode.sh if you are on Linux/Unix/Mac OSX with your PostgreSQL specific settings and run the corresponding script from the commandline. If you don't edit this file, it will just contain common case locations of items. You can edit the generated script after the fact when you run the command." +msgid "" +"If you are installing Tiger geocoder for the first time edit either the " +"create_geocode.bat script If you are on windows or the " +"create_geocode.sh if you are on Linux/Unix/Mac OSX with " +"your PostgreSQL specific settings and run the corresponding script from the " +"commandline. If you don't edit this file, it will just contain common case " +"locations of items. You can edit the generated script after the fact when " +"you run the command." msgstr "" #. Tag: para #: installation.xml:854 #, no-c-format -msgid "Verify that you now have a tiger schema in your database and that it is part of your database search_path. If it is not, add it with a command something along the line of:" +msgid "" +"Verify that you now have a tiger schema in your database " +"and that it is part of your database search_path. If it is not, add it with " +"a command something along the line of:" msgstr "" #. Tag: programlisting @@ -1090,17 +1452,20 @@ msgstr "" #. Tag: para #: installation.xml:855 #, no-c-format -msgid "The normalizing address functionality works more or less without any data except for tricky addresses. Run this test and verify things look like this:" +msgid "" +"The normalizing address functionality works more or less without any data " +"except for tricky addresses. Run this test and verify things look like this:" msgstr "" #. Tag: programlisting #: installation.xml:856 #, no-c-format msgid "" - "SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, Nevada 89101')) As pretty_address;\n" - "pretty_address\n" - "---------------------------------------\n" - "202 E Fremont St, Las Vegas, NV 89101" +"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, " +"Nevada 89101')) As pretty_address;\n" +"pretty_address\n" +"---------------------------------------\n" +"202 E Fremont St, Las Vegas, NV 89101" msgstr "" #. Tag: title @@ -1112,19 +1477,29 @@ msgstr "" #. Tag: para #: installation.xml:861 #, no-c-format -msgid "If you have Tiger Geocoder packaged with 2.0+ already installed, you can upgrade the functions at any time even from an interim tar ball if there are fixes you badly need." +msgid "" +"If you have Tiger Geocoder packaged with 2.0+ already installed, you can " +"upgrade the functions at any time even from an interim tar ball if there are " +"fixes you badly need." msgstr "" #. Tag: para #: installation.xml:877 #, no-c-format -msgid "Locate the upgrade_geocoder.bat script If you are on windows or the upgrade_geocoder.sh if you are on Linux/Unix/Mac OSX. Edit the file to have your postgis database credientials and run then corresponding script from the commandline." +msgid "" +"Locate the upgrade_geocoder.bat script If you are on " +"windows or the upgrade_geocoder.sh if you are on Linux/" +"Unix/Mac OSX. Edit the file to have your postgis database credientials and " +"run then corresponding script from the commandline." msgstr "" #. Tag: para #: installation.xml:880 #, no-c-format -msgid "Next drop all nation tables and load up the new ones. Generate a drop script with this SQL statement as detailed in " +msgid "" +"Next drop all nation tables and load up the new ones. Generate a drop script " +"with this SQL statement as detailed in " msgstr "" #. Tag: programlisting @@ -1142,7 +1517,9 @@ msgstr "" #. Tag: para #: installation.xml:883 #, no-c-format -msgid "Generate a nation load script with this SELECT statement as detailed in " +msgid "" +"Generate a nation load script with this SELECT statement as detailed in " +"" msgstr "" #. Tag: emphasis @@ -1172,13 +1549,19 @@ msgstr "" #. Tag: para #: installation.xml:888 #, no-c-format -msgid "Refer to for instructions on how to run the generate script. This only needs to be done once." +msgid "" +"Refer to for instructions on " +"how to run the generate script. This only needs to be done once." msgstr "" #. Tag: para #: installation.xml:889 #, no-c-format -msgid "You can have a mix of 2010/2011 state tables and can upgrade each state separately. Before you upgrade a state to 2011, you first need to drop the 2010 tables for that state using ." +msgid "" +"You can have a mix of 2010/2011 state tables and can upgrade each state " +"separately. Before you upgrade a state to 2011, you first need to drop the " +"2010 tables for that state using ." msgstr "" #. Tag: title @@ -1190,13 +1573,24 @@ msgstr "" #. Tag: para #: installation.xml:893 #, no-c-format -msgid "The instructions for loading data are available in a more detailed form in the extras/tiger_geocoder/tiger_2011/README. This just includes the general steps." +msgid "" +"The instructions for loading data are available in a more detailed form in " +"the extras/tiger_geocoder/tiger_2011/README. This just " +"includes the general steps." msgstr "" #. Tag: para #: installation.xml:894 #, no-c-format -msgid "The load process downloads data from the census website for the respective nation files, states requested, extracts the files, and then loads each state into its own separate set of state tables. Each state table inherits from the tables defined in tiger schema so that its sufficient to just query those tables to access all the data and drop a set of state tables at any time using the if you need to reload a state or just don't need a state anymore." +msgid "" +"The load process downloads data from the census website for the respective " +"nation files, states requested, extracts the files, and then loads each " +"state into its own separate set of state tables. Each state table inherits " +"from the tables defined in tiger schema so that its " +"sufficient to just query those tables to access all the data and drop a set " +"of state tables at any time using the if you need to reload a state or " +"just don't need a state anymore." msgstr "" #. Tag: para @@ -1214,55 +1608,80 @@ msgstr "" #. Tag: para #: installation.xml:899 #, no-c-format -msgid "For Unix like systems: unzip executable which is usually already installed on most Unix like platforms." +msgid "" +"For Unix like systems: unzip executable which is usually " +"already installed on most Unix like platforms." msgstr "" #. Tag: para #: installation.xml:900 #, no-c-format -msgid "For Windows, 7-zip which is a free compress/uncompress tool you can download from http://www.7-zip.org/" +msgid "" +"For Windows, 7-zip which is a free compress/uncompress tool you can download " +"from http://www.7-zip.org/" msgstr "" #. Tag: para #: installation.xml:902 #, no-c-format -msgid "shp2pgsql commandline which is installed by default when you install PostGIS." +msgid "" +"shp2pgsql commandline which is installed by default " +"when you install PostGIS." msgstr "" #. Tag: para #: installation.xml:903 #, no-c-format -msgid "wget which is a web grabber tool usually installed on most Unix/Linux systems." +msgid "" +"wget which is a web grabber tool usually installed on " +"most Unix/Linux systems." msgstr "" #. Tag: para #: installation.xml:904 #, no-c-format -msgid "If you are on windows, you can get pre-compiled binaries from http://gnuwin32.sourceforge.net/packages/wget.htm" +msgid "" +"If you are on windows, you can get pre-compiled binaries from http://gnuwin32." +"sourceforge.net/packages/wget.htm" msgstr "" #. Tag: para #: installation.xml:907 #, no-c-format -msgid "If you are upgrading from tiger_2010, you'll need to first generate and run . Before you load any state data, you need to load the nation wide data which you do with . Which will generate a loader script for you." +msgid "" +"If you are upgrading from tiger_2010, you'll need to first generate and run " +". Before you load any " +"state data, you need to load the nation wide data which you do with . Which will generate a loader " +"script for you." msgstr "" #. Tag: para #: installation.xml:909 #, no-c-format -msgid "To load data refer to to generate a data load script for your platform for the states you desire. Note that you can install these piecemeal. You don't have to load all the states you want all at once. You can load them as you need them." +msgid "" +"To load data refer to to generate " +"a data load script for your platform for the states you desire. Note that " +"you can install these piecemeal. You don't have to load all the states you " +"want all at once. You can load them as you need them." msgstr "" #. Tag: para #: installation.xml:912 #, no-c-format -msgid "After the states you desire have been loaded, make sure to run the: SELECT install_missing_indexes(); as described in ." +msgid "" +"After the states you desire have been loaded, make sure to run the: " +"SELECT install_missing_indexes(); as " +"described in ." msgstr "" #. Tag: para #: installation.xml:914 #, no-c-format -msgid "To test that things are working as they should, try to run a geocode on an address in your state using " +msgid "" +"To test that things are working as they should, try to run a geocode on an " +"address in your state using " msgstr "" #. Tag: title @@ -1274,7 +1693,15 @@ msgstr "" #. Tag: para #: installation.xml:921 #, no-c-format -msgid "Some packaged distributions of PostGIS (in particular the Win32 installers for PostGIS >= 1.1.5) load the PostGIS functions into a template database called template_postgis. If the template_postgis database exists in your PostgreSQL installation then it is possible for users and/or applications to create spatially-enabled databases using a single command. Note that in both cases, the database user must have been granted the privilege to create new databases." +msgid "" +"Some packaged distributions of PostGIS (in particular the Win32 installers " +"for PostGIS >= 1.1.5) load the PostGIS functions into a template database " +"called template_postgis. If the " +"template_postgis database exists in your PostgreSQL " +"installation then it is possible for users and/or applications to create " +"spatially-enabled databases using a single command. Note that in both cases, " +"the database user must have been granted the privilege to create new " +"databases." msgstr "" #. Tag: para @@ -1310,25 +1737,34 @@ msgstr "" #. Tag: para #: installation.xml:948 #, no-c-format -msgid "Upgrading existing spatial databases can be tricky as it requires replacement or introduction of new PostGIS object definitions." +msgid "" +"Upgrading existing spatial databases can be tricky as it requires " +"replacement or introduction of new PostGIS object definitions." msgstr "" #. Tag: para #: installation.xml:953 #, no-c-format -msgid "Unfortunately not all definitions can be easily replaced in a live database, so sometimes your best bet is a dump/reload process." +msgid "" +"Unfortunately not all definitions can be easily replaced in a live database, " +"so sometimes your best bet is a dump/reload process." msgstr "" #. Tag: para #: installation.xml:958 #, no-c-format -msgid "PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and a HARD UPGRADE procedure for major releases." +msgid "" +"PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and " +"a HARD UPGRADE procedure for major releases." msgstr "" #. Tag: para #: installation.xml:963 #, no-c-format -msgid "Before attempting to upgrade PostGIS, it is always worth to backup your data. If you use the -Fc flag to pg_dump you will always be able to restore the dump with a HARD UPGRADE." +msgid "" +"Before attempting to upgrade PostGIS, it is always worth to backup your " +"data. If you use the -Fc flag to pg_dump you will always be able to restore " +"the dump with a HARD UPGRADE." msgstr "" #. Tag: title @@ -1340,7 +1776,11 @@ msgstr "" #. Tag: para #: installation.xml:972 #, no-c-format -msgid "If you installed your database using extensions, you'll need to upgrade using the extension model as well. If you installed using the old sql script way, then you should upgrade using the sql script way. Please refer to the appropriate." +msgid "" +"If you installed your database using extensions, you'll need to upgrade " +"using the extension model as well. If you installed using the old sql script " +"way, then you should upgrade using the sql script way. Please refer to the " +"appropriate." msgstr "" #. Tag: title @@ -1352,7 +1792,10 @@ msgstr "" #. Tag: para #: installation.xml:976 #, no-c-format -msgid "This section applies only to those who installed PostGIS not using extensions. If you have extensions and try to upgrade with this approach you'll get messages like:" +msgid "" +"This section applies only to those who installed PostGIS not using " +"extensions. If you have extensions and try to upgrade with this approach " +"you'll get messages like:" msgstr "" #. Tag: programlisting @@ -1364,7 +1807,13 @@ msgstr "" #. Tag: para #: installation.xml:978 #, no-c-format -msgid "After compiling you should find several postgis_upgrade*.sql files. Install the one for your version of PostGIS. For example postgis_upgrade_13_to_15.sql should be used if you are upgrading from PostGIS 1.3 to 1.5. If you are moving from PostGIS 1.* to PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD UPGRADE." +msgid "" +"After compiling you should find several postgis_upgrade*.sql files. Install the one for your version of PostGIS. For example " +"postgis_upgrade_13_to_15.sql should be used if you are " +"upgrading from PostGIS 1.3 to 1.5. If you are moving from PostGIS 1.* to " +"PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD " +"UPGRADE." msgstr "" #. Tag: programlisting @@ -1376,7 +1825,10 @@ msgstr "" #. Tag: para #: installation.xml:986 #, no-c-format -msgid "The same procedure applies to raster and topology extensions, with upgrade files named rtpostgis_upgrade*.sql and topology_upgrade*.sql respectively. If you need them:" +msgid "" +"The same procedure applies to raster and topology extensions, with upgrade " +"files named rtpostgis_upgrade*.sql and " +"topology_upgrade*.sql respectively. If you need them:" msgstr "" #. Tag: programlisting @@ -1394,13 +1846,19 @@ msgstr "" #. Tag: para #: installation.xml:998 #, no-c-format -msgid "If you can't find the postgis_upgrade*.sql specific for upgrading your version you are using a version too early for a soft upgrade and need to do a HARD UPGRADE." +msgid "" +"If you can't find the postgis_upgrade*.sql specific for " +"upgrading your version you are using a version too early for a soft upgrade " +"and need to do a HARD UPGRADE." msgstr "" #. Tag: para #: installation.xml:1004 #, no-c-format -msgid "The function should inform you about the need to run this kind of upgrade using a \"procs need upgrade\" message." +msgid "" +"The function should inform you " +"about the need to run this kind of upgrade using a \"procs need upgrade\" " +"message." msgstr "" #. Tag: title @@ -1412,15 +1870,18 @@ msgstr "" #. Tag: para #: installation.xml:1012 #, no-c-format -msgid "If you originally installed PostGIS with extensions, then you need to upgrade using extensions as well. Doing a minor upgrade with extensions, is fairly painless." +msgid "" +"If you originally installed PostGIS with extensions, then you need to " +"upgrade using extensions as well. Doing a minor upgrade with extensions, is " +"fairly painless." msgstr "" #. Tag: programlisting #: installation.xml:1013 #, no-c-format msgid "" - "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n" - "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";" +"ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n" +"ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";" msgstr "" #. Tag: para @@ -1438,13 +1899,21 @@ msgstr "" #. Tag: para #: installation.xml:1016 #, no-c-format -msgid "Then you'll need to backup your database, create a fresh one as described in and then restore your backup ontop of this new database. You might get a message that postgis extension already installed which you can safely ignore." +msgid "" +"Then you'll need to backup your database, create a fresh one as described in " +" and then restore your backup " +"ontop of this new database. You might get a message that postgis " +"extension already installed which you can safely ignore." msgstr "" #. Tag: para #: installation.xml:1018 #, no-c-format -msgid "If you installed PostGIS originally without a version specified, you can often skip the reinstallation of postgis extension before restoring since the backup just has CREATE EXTENSION postgis and thus picks up the newest latest version during restore. ." +msgid "" +"If you installed PostGIS originally without a version specified, you can " +"often skip the reinstallation of postgis extension before restoring since " +"the backup just has CREATE EXTENSION postgis and thus picks up " +"the newest latest version during restore. ." msgstr "" #. Tag: title @@ -1456,19 +1925,32 @@ msgstr "" #. Tag: para #: installation.xml:1027 #, no-c-format -msgid "By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You need a HARD UPGRADE when PostGIS objects' internal storage changes or when SOFT UPGRADE is not possible. The Release Notes appendix reports for each version whether you need a dump/reload (HARD UPGRADE) to upgrade." +msgid "" +"By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You " +"need a HARD UPGRADE when PostGIS objects' internal storage changes or when " +"SOFT UPGRADE is not possible. The Release " +"Notes appendix reports for each version whether you need a dump/" +"reload (HARD UPGRADE) to upgrade." msgstr "" #. Tag: para #: installation.xml:1036 #, no-c-format -msgid "The dump/reload process is assisted by the postgis_restore.pl script which takes care of skipping from the dump all definitions which belong to PostGIS (including old ones), allowing you to restore your schemas and data into a database with PostGIS installed without getting duplicate symbol errors or bringing forward deprecated objects." +msgid "" +"The dump/reload process is assisted by the postgis_restore.pl script which " +"takes care of skipping from the dump all definitions which belong to PostGIS " +"(including old ones), allowing you to restore your schemas and data into a " +"database with PostGIS installed without getting duplicate symbol errors or " +"bringing forward deprecated objects." msgstr "" #. Tag: para #: installation.xml:1045 #, no-c-format -msgid "Supplementary instructions for windows users are available at Windows Hard upgrade." +msgid "" +"Supplementary instructions for windows users are available at Windows Hard " +"upgrade." msgstr "" #. Tag: para @@ -1480,43 +1962,70 @@ msgstr "" #. Tag: para #: installation.xml:1056 #, no-c-format -msgid "Create a \"custom-format\" dump of the database you want to upgrade (let's call it olddb) include binary blobs (-b) and verbose (-v) output. The user can be the owner of the db, need not be postgres super account." +msgid "" +"Create a \"custom-format\" dump of the database you want to upgrade (let's " +"call it olddb) include binary blobs (-b) and verbose (-v) " +"output. The user can be the owner of the db, need not be postgres super " +"account." msgstr "" #. Tag: programlisting #: installation.xml:1064 #, no-c-format -msgid "pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb.backup\" olddb" +msgid "" +"pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb." +"backup\" olddb" msgstr "" #. Tag: para #: installation.xml:1070 #, no-c-format -msgid "Do a fresh install of PostGIS in a new database -- we'll refer to this database as newdb. Please refer to and for instructions on how to do this." +msgid "" +"Do a fresh install of PostGIS in a new database -- we'll refer to this " +"database as newdb. Please refer to and for " +"instructions on how to do this." msgstr "" #. Tag: para #: installation.xml:1077 #, no-c-format -msgid "The spatial_ref_sys entries found in your dump will be restored, but they will not override existing ones in spatial_ref_sys. This is to ensure that fixes in the official set will be properly propagated to restored databases. If for any reason you really want your own overrides of standard entries just don't load the spatial_ref_sys.sql file when creating the new db." +msgid "" +"The spatial_ref_sys entries found in your dump will be restored, but they " +"will not override existing ones in spatial_ref_sys. This is to ensure that " +"fixes in the official set will be properly propagated to restored databases. " +"If for any reason you really want your own overrides of standard entries " +"just don't load the spatial_ref_sys.sql file when creating the new db." msgstr "" #. Tag: para #: installation.xml:1087 #, no-c-format -msgid "If your database is really old or you know you've been using long deprecated functions in your views and functions, you might need to load legacy.sql for all your functions and views etc. to properly come back. Only do this if _really_ needed. Consider upgrading your views and functions before dumping instead, if possible. The deprecated functions can be later removed by loading uninstall_legacy.sql." +msgid "" +"If your database is really old or you know you've been using long deprecated " +"functions in your views and functions, you might need to load " +"legacy.sql for all your functions and views etc. to " +"properly come back. Only do this if _really_ needed. Consider upgrading your " +"views and functions before dumping instead, if possible. The deprecated " +"functions can be later removed by loading uninstall_legacy.sql." msgstr "" #. Tag: para #: installation.xml:1103 #, no-c-format -msgid "Restore your backup into your fresh newdb database using postgis_restore.pl. Unexpected errors, if any, will be printed to the standard error stream by psql. Keep a log of those." +msgid "" +"Restore your backup into your fresh newdb database using " +"postgis_restore.pl. Unexpected errors, if any, will be printed to the " +"standard error stream by psql. Keep a log of those." msgstr "" #. Tag: programlisting #: installation.xml:1111 #, no-c-format -msgid "perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost -p 5432 -U postgres newdb 2> errors.txt" +msgid "" +"perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost " +"-p 5432 -U postgres newdb 2> errors.txt" msgstr "" #. Tag: para @@ -1528,25 +2037,46 @@ msgstr "" #. Tag: para #: installation.xml:1123 #, no-c-format -msgid "Some of your views or functions make use of deprecated PostGIS objects. In order to fix this you may try loading legacy.sql script prior to restore or you'll have to restore to a version of PostGIS which still contains those objects and try a migration again after porting your code. If the legacy.sql way works for you, don't forget to fix your code to stop using deprecated functions and drop them loading uninstall_legacy.sql." +msgid "" +"Some of your views or functions make use of deprecated PostGIS objects. In " +"order to fix this you may try loading legacy.sql script " +"prior to restore or you'll have to restore to a version of PostGIS which " +"still contains those objects and try a migration again after porting your " +"code. If the legacy.sql way works for you, don't forget " +"to fix your code to stop using deprecated functions and drop them loading " +"uninstall_legacy.sql." msgstr "" #. Tag: para #: installation.xml:1135 #, no-c-format -msgid "Some custom records of spatial_ref_sys in dump file have an invalid SRID value. Valid SRID values are bigger than 0 and smaller than 999000. Values in the 999000.999999 range are reserved for internal use while values > 999999 can't be used at all. All your custom records with invalid SRIDs will be retained, with those > 999999 moved into the reserved range, but the spatial_ref_sys table would loose a check constraint guarding for that invariant to hold and possibly also its primary key ( when multiple invalid SRIDS get converted to the same reserved SRID value )." +msgid "" +"Some custom records of spatial_ref_sys in dump file have an invalid SRID " +"value. Valid SRID values are bigger than 0 and smaller than 999000. Values " +"in the 999000.999999 range are reserved for internal use while values > " +"999999 can't be used at all. All your custom records with invalid SRIDs will " +"be retained, with those > 999999 moved into the reserved range, but the " +"spatial_ref_sys table would loose a check constraint guarding for that " +"invariant to hold and possibly also its primary key ( when multiple invalid " +"SRIDS get converted to the same reserved SRID value )." msgstr "" #. Tag: para #: installation.xml:1149 #, no-c-format -msgid "In order to fix this you should copy your custom SRS to a SRID with a valid value (maybe in the 910000..910999 range), convert all your tables to the new srid (see ), delete the invalid entry from spatial_ref_sys and re-construct the check(s) with:" +msgid "" +"In order to fix this you should copy your custom SRS to a SRID with a valid " +"value (maybe in the 910000..910999 range), convert all your tables to the " +"new srid (see ), delete the invalid " +"entry from spatial_ref_sys and re-construct the check(s) with:" msgstr "" #. Tag: programlisting #: installation.xml:1156 #, no-c-format -msgid "ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check (srid > 0 AND srid < 999000 );" +msgid "" +"ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check " +"(srid > 0 AND srid < 999000 );" msgstr "" #. Tag: programlisting @@ -1564,13 +2094,24 @@ msgstr "" #. Tag: para #: installation.xml:1170 #, no-c-format -msgid "There are several things to check when your installation or upgrade doesn't go as you expected." +msgid "" +"There are several things to check when your installation or upgrade doesn't " +"go as you expected." msgstr "" #. Tag: para #: installation.xml:1177 #, no-c-format -msgid "Check that you have installed PostgreSQL &min_postgres_version; or newer, and that you are compiling against the same version of the PostgreSQL source as the version of PostgreSQL that is running. Mix-ups can occur when your (Linux) distribution has already installed PostgreSQL, or you have otherwise installed PostgreSQL before and forgotten about it. PostGIS will only work with PostgreSQL &min_postgres_version; or newer, and strange, unexpected error messages will result if you use an older version. To check the version of PostgreSQL which is running, connect to the database using psql and run this query:" +msgid "" +"Check that you have installed PostgreSQL &min_postgres_version; or newer, " +"and that you are compiling against the same version of the PostgreSQL source " +"as the version of PostgreSQL that is running. Mix-ups can occur when your " +"(Linux) distribution has already installed PostgreSQL, or you have otherwise " +"installed PostgreSQL before and forgotten about it. PostGIS will only work " +"with PostgreSQL &min_postgres_version; or newer, and strange, unexpected " +"error messages will result if you use an older version. To check the version " +"of PostgreSQL which is running, connect to the database using psql and run " +"this query:" msgstr "" #. Tag: programlisting @@ -1582,13 +2123,18 @@ msgstr "" #. Tag: para #: installation.xml:1192 #, no-c-format -msgid "If you are running an RPM based distribution, you can check for the existence of pre-installed packages using the rpm command as follows: rpm -qa | grep postgresql" +msgid "" +"If you are running an RPM based distribution, you can check for the " +"existence of pre-installed packages using the rpm command " +"as follows: rpm -qa | grep postgresql" msgstr "" #. Tag: para #: installation.xml:1200 #, no-c-format -msgid "If your upgrade fails, make sure you are restoring into a database that already has PostGIS installed." +msgid "" +"If your upgrade fails, make sure you are restoring into a database that " +"already has PostGIS installed." msgstr "" #. Tag: programlisting @@ -1600,13 +2146,19 @@ msgstr "" #. Tag: para #: installation.xml:1205 #, no-c-format -msgid "Also check that configure has correctly detected the location and version of PostgreSQL, the Proj4 library and the GEOS library." +msgid "" +"Also check that configure has correctly detected the location and version of " +"PostgreSQL, the Proj4 library and the GEOS library." msgstr "" #. Tag: para #: installation.xml:1212 #, no-c-format -msgid "The output from configure is used to generate the postgis_config.h file. Check that the POSTGIS_PGSQL_VERSION, POSTGIS_PROJ_VERSION and POSTGIS_GEOS_VERSION variables have been set correctly." +msgid "" +"The output from configure is used to generate the postgis_config." +"h file. Check that the POSTGIS_PGSQL_VERSION, " +"POSTGIS_PROJ_VERSION and POSTGIS_GEOS_VERSION variables have been set correctly." msgstr "" #. Tag: title @@ -1618,25 +2170,36 @@ msgstr "" #. Tag: para #: installation.xml:1227 #, no-c-format -msgid "The JDBC extensions provide Java objects corresponding to the internal PostGIS types. These objects can be used to write Java clients which query the PostGIS database and draw or do calculations on the GIS data in PostGIS." +msgid "" +"The JDBC extensions provide Java objects corresponding to the internal " +"PostGIS types. These objects can be used to write Java clients which query " +"the PostGIS database and draw or do calculations on the GIS data in PostGIS." msgstr "" #. Tag: para #: installation.xml:1236 #, no-c-format -msgid "Enter the java/jdbc sub-directory of the PostGIS distribution." +msgid "" +"Enter the java/jdbc sub-directory of the PostGIS " +"distribution." msgstr "" #. Tag: para #: installation.xml:1243 #, no-c-format -msgid "Run the ant command. Copy the postgis.jar file to wherever you keep your java libraries." +msgid "" +"Run the ant command. Copy the postgis.jar file to wherever you keep your java libraries." msgstr "" #. Tag: para #: installation.xml:1251 #, no-c-format -msgid "The JDBC extensions require a PostgreSQL JDBC driver to be present in the current CLASSPATH during the build process. If the PostgreSQL JDBC driver is located elsewhere, you may pass the location of the JDBC driver JAR separately using the -D parameter like this:" +msgid "" +"The JDBC extensions require a PostgreSQL JDBC driver to be present in the " +"current CLASSPATH during the build process. If the PostgreSQL JDBC driver is " +"located elsewhere, you may pass the location of the JDBC driver JAR " +"separately using the -D parameter like this:" msgstr "" #. Tag: programlisting @@ -1648,7 +2211,9 @@ msgstr "" #. Tag: para #: installation.xml:1260 #, no-c-format -msgid "PostgreSQL JDBC drivers can be downloaded from http://jdbc.postgresql.org ." +msgid "" +"PostgreSQL JDBC drivers can be downloaded from http://jdbc.postgresql.org ." msgstr "" #. Tag: title @@ -1660,21 +2225,27 @@ msgstr "" #. Tag: para #: installation.xml:1272 #, no-c-format -msgid "The data loader and dumper are built and installed automatically as part of the PostGIS build. To build and install them manually:" +msgid "" +"The data loader and dumper are built and installed automatically as part of " +"the PostGIS build. To build and install them manually:" msgstr "" #. Tag: programlisting #: installation.xml:1277 #, no-c-format msgid "" - "# cd postgis-&last_release_version;/loader\n" - "# make\n" - "# make install" +"# cd postgis-&last_release_version;/loader\n" +"# make\n" +"# make install" msgstr "" #. Tag: para #: installation.xml:1279 #, no-c-format -msgid "The loader is called shp2pgsql and converts ESRI Shape files into SQL suitable for loading in PostGIS/PostgreSQL. The dumper is called pgsql2shp and converts PostGIS tables (or queries) into ESRI Shape files. For more verbose documentation, see the online help, and the manual pages." +msgid "" +"The loader is called shp2pgsql and converts ESRI Shape " +"files into SQL suitable for loading in PostGIS/PostgreSQL. The dumper is " +"called pgsql2shp and converts PostGIS tables (or " +"queries) into ESRI Shape files. For more verbose documentation, see the " +"online help, and the manual pages." msgstr "" - diff --git a/doc/po/pt_BR/installation.xml.po b/doc/po/pt_BR/installation.xml.po index 20ec7fd4c..0712bb9f3 100644 --- a/doc/po/pt_BR/installation.xml.po +++ b/doc/po/pt_BR/installation.xml.po @@ -6,10 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-09-14 07:51+0000\n" +"POT-Creation-Date: 2012-10-12 07:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,51 +36,67 @@ msgstr "" #. Tag: para #: installation.xml:11 #, no-c-format -msgid "The raster support is currently optional, but installed by default. For installing using the PostgreSQL 9.1+ extensions model it is required. Please refer to if you are using PostgreSQL 9.1+." +msgid "" +"The raster support is currently optional, but installed by default. For " +"installing using the PostgreSQL 9.1+ extensions model it is required. Please " +"refer to if you are " +"using PostgreSQL 9.1+." msgstr "" #. Tag: para #: installation.xml:13 #, no-c-format -msgid "All the .sql files once installed will be installed in share/contrib/postgis-&last_release_version; folder of your PostgreSQL install" +msgid "" +"All the .sql files once installed will be installed in share/contrib/postgis-" +"&last_release_version; folder of your PostgreSQL install" msgstr "" #. Tag: para #: installation.xml:15 #, no-c-format -msgid "The postgis_comments.sql, raster_comments.sql, topology_comments.sql generate quick help tips for each function that can be accessed via pgAdmin III or psql. In psql with a command of the form e.g.\\dd ST_SetPoint" +msgid "" +"The postgis_comments.sql, raster_comments.sql, topology_comments.sql generate quick help tips " +"for each function that can be accessed via pgAdmin III or psql. In psql with " +"a command of the form e.g.\\dd ST_SetPoint" msgstr "" #. Tag: programlisting #: installation.xml:17 #, no-c-format msgid "" - "tar xvfz postgis-&last_release_version;.tar.gz\n" - "cd postgis-&last_release_version;\n" - "./configure --with-raster --with-topology --with-gui\n" - "make\n" - "make install\n" - "createdb yourdatabase\n" - "createlang plpgsql yourdatabase\n" - "psql -d yourdatabase -f postgis.sql\n" - "psql -d yourdatabase -f postgis_comments.sql\n" - "psql -d yourdatabase -f spatial_ref_sys.sql\n" - "psql -d yourdatabase -f rtpostgis.sql\n" - "psql -d yourdatabase -f raster_comments.sql\n" - "psql -d yourdatabase -f topology/topology.sql\n" - "psql -d yourdatabase -f doc/topology_comments.sql" +"tar xvfz postgis-&last_release_version;.tar.gz\n" +"cd postgis-&last_release_version;\n" +"./configure --with-raster --with-topology --with-gui\n" +"make\n" +"make install\n" +"createdb yourdatabase\n" +"createlang plpgsql yourdatabase\n" +"psql -d yourdatabase -f postgis.sql\n" +"psql -d yourdatabase -f postgis_comments.sql\n" +"psql -d yourdatabase -f spatial_ref_sys.sql\n" +"psql -d yourdatabase -f rtpostgis.sql\n" +"psql -d yourdatabase -f raster_comments.sql\n" +"psql -d yourdatabase -f topology/topology.sql\n" +"psql -d yourdatabase -f doc/topology_comments.sql" msgstr "" #. Tag: para #: installation.xml:18 #, no-c-format -msgid "topology_comments.sql since its an optional feature is not installed by make install or make comments install. However if you do a make comments or make topology_comments.sql, it will be generated in the docs folder" +msgid "" +"topology_comments.sql since its an optional feature is not installed by make " +"install or make comments install. However if you do a make " +"comments or make topology_comments.sql, it will " +"be generated in the docs folder" msgstr "" #. Tag: para #: installation.xml:22 #, no-c-format -msgid "The rest of this chapter goes into detail each of the above installation steps." +msgid "" +"The rest of this chapter goes into detail each of the above installation " +"steps." msgstr "" #. Tag: title @@ -103,55 +120,96 @@ msgstr "" #. Tag: para #: installation.xml:41 #, no-c-format -msgid "PostgreSQL &min_postgres_version; or higher. A complete installation of PostgreSQL (including server headers) is required. PostgreSQL is available from http://www.postgresql.org ." +msgid "" +"PostgreSQL &min_postgres_version; or higher. A complete installation of " +"PostgreSQL (including server headers) is required. PostgreSQL is available " +"from http://www.postgresql.org ." msgstr "" #. Tag: para #: installation.xml:50 #, no-c-format -msgid "For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support matrix refer to http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS" +msgid "" +"For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support " +"matrix refer to http://trac.osgeo.org/postgis/wiki/" +"UsersWikiPostgreSQLPostGIS" msgstr "" #. Tag: para #: installation.xml:56 #, no-c-format -msgid "GNU C compiler (gcc). Some other ANSI C compilers can be used to compile PostGIS, but we find far fewer problems when compiling with gcc." +msgid "" +"GNU C compiler (gcc). Some other ANSI C compilers can " +"be used to compile PostGIS, but we find far fewer problems when compiling " +"with gcc." msgstr "" #. Tag: para #: installation.xml:64 #, no-c-format -msgid "GNU Make (gmake or make). For many systems, GNU make is the default version of make. Check the version by invoking make -v. Other versions of make may not process the PostGIS Makefile properly." +msgid "" +"GNU Make (gmake or make). For many " +"systems, GNU make is the default version of make. Check " +"the version by invoking make -v. Other versions of " +"make may not process the PostGIS Makefile properly." msgstr "" #. Tag: para #: installation.xml:74 #, no-c-format -msgid "Proj4 reprojection library, version 4.6.0 or greater. The Proj4 library is used to provide coordinate reprojection support within PostGIS. Proj4 is available for download from http://trac.osgeo.org/proj/ ." +msgid "" +"Proj4 reprojection library, version 4.6.0 or greater. The Proj4 library is " +"used to provide coordinate reprojection support within PostGIS. Proj4 is " +"available for download from " +"http://trac.osgeo.org/proj/ ." msgstr "" #. Tag: para #: installation.xml:86 #, no-c-format -msgid "GEOS geometry library, version 3.3 or greater, but GEOS 3.4+ is recommended to take full advantage of all the new functions and features. Without GEOS 3.4, you will be missing some major enhancements such as ST_Triangles and long-running function interruption, and improvements to geometry validation and making geometries valid such as ST_ValidDetail and ST_MakeValid. GEOS 3.3.2+ is also required for topology support. GEOS is available for download from http://trac.osgeo.org/geos/ and 3.4+ is backward-compatible with older versions so fairly safe to upgrade." +msgid "" +"GEOS geometry library, version 3.3 or greater, but GEOS 3.4+ is recommended " +"to take full advantage of all the new functions and features. Without GEOS " +"3.4, you will be missing some major enhancements such as ST_Triangles and " +"long-running function interruption, and improvements to geometry validation " +"and making geometries valid such as ST_ValidDetail and ST_MakeValid. GEOS " +"3.3.2+ is also required for topology support. GEOS is available for download " +"from http://trac.osgeo.org/geos/ " +" and 3.4+ is backward-compatible with older versions so fairly safe " +"to upgrade." msgstr "" #. Tag: para #: installation.xml:96 #, no-c-format -msgid "LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for download from http://xmlsoft.org/downloads.html." +msgid "" +"LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports " +"functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for " +"download from http://" +"xmlsoft.org/downloads.html." msgstr "" #. Tag: para #: installation.xml:103 #, no-c-format -msgid "JSON-C, version 0.9 or higher. JSON-C is currently used to import GeoJSON via the function ST_GeomFromGeoJson. JSON-C is available for download from http://oss.metaparadigm.com/json-c/." +msgid "" +"JSON-C, version 0.9 or higher. JSON-C is currently used to import GeoJSON " +"via the function ST_GeomFromGeoJson. JSON-C is available for download from " +"http://oss.metaparadigm." +"com/json-c/." msgstr "" #. Tag: para #: installation.xml:111 #, no-c-format -msgid "GDAL, version 1.8 or higher (1.9 or higher is strongly recommended since some things will not work well or behavior differently with lower versions). This is required for raster support. http://trac.osgeo.org/gdal/wiki/DownloadSource." +msgid "" +"GDAL, version 1.8 or higher (1.9 or higher is strongly recommended since " +"some things will not work well or behavior differently with lower versions). " +"This is required for raster support. http://trac.osgeo.org/gdal/wiki/DownloadSource." msgstr "" #. Tag: emphasis @@ -163,37 +221,54 @@ msgstr "" #. Tag: para #: installation.xml:124 #, no-c-format -msgid "GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader. http://www.gtk.org/ ." +msgid "" +"GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader. " +" http://www.gtk.org/ ." msgstr "" #. Tag: para #: installation.xml:134 #, no-c-format -msgid "CUnit (CUnit). This is needed for regression testing. http://cunit.sourceforge.net/" +msgid "" +"CUnit (CUnit). This is needed for regression testing. " +"http://cunit.sourceforge.net/" msgstr "" #. Tag: para #: installation.xml:140 #, no-c-format -msgid "Apache Ant (ant) is required for building any of the drivers under the java directory. Ant is available from http://ant.apache.org ." +msgid "" +"Apache Ant (ant) is required for building any of the " +"drivers under the java directory. Ant is available from " +" http://ant.apache.org ." msgstr "" #. Tag: para #: installation.xml:152 #, no-c-format -msgid "DocBook (xsltproc) is required for building the documentation. Docbook is available from http://www.docbook.org/ ." +msgid "" +"DocBook (xsltproc) is required for building the " +"documentation. Docbook is available from http://www.docbook.org/ ." msgstr "" #. Tag: para #: installation.xml:163 #, no-c-format -msgid "DBLatex (dblatex) is required for building the documentation in PDF format. DBLatex is available from http://dblatex.sourceforge.net/ ." +msgid "" +"DBLatex (dblatex) is required for building the " +"documentation in PDF format. DBLatex is available from http://dblatex.sourceforge.net/ ." msgstr "" #. Tag: para #: installation.xml:174 #, no-c-format -msgid "ImageMagick (convert) is required to generate the images used in the documentation. ImageMagick is available from http://www.imagemagick.org/ ." +msgid "" +"ImageMagick (convert) is required to generate the " +"images used in the documentation. ImageMagick is available from http://www.imagemagick.org/ ." msgstr "" #. Tag: title @@ -205,81 +280,121 @@ msgstr "" #. Tag: para #: installation.xml:189 #, no-c-format -msgid "Retrieve the PostGIS source archive from the downloads website http://www.postgis.org/download/postgis-&last_release_version;.tar.gz " +msgid "" +"Retrieve the PostGIS source archive from the downloads website " +"http://www.postgis.org/download/postgis-&last_release_version;.tar.gz " msgstr "" #. Tag: programlisting #: installation.xml:196 #, no-c-format msgid "" - "wget http://www.postgis.org/download/postgis-&last_release_version;.tar.gz\n" - "tar -xvzf postgis-&last_release_version;.tar.gz" +"wget http://www.postgis.org/download/postgis-&last_release_version;.tar.gz\n" +"tar -xvzf postgis-&last_release_version;.tar.gz" msgstr "" #. Tag: para #: installation.xml:198 #, no-c-format -msgid "This will create a directory called postgis-&last_release_version; in the current working directory." +msgid "" +"This will create a directory called postgis-&last_release_version; in the current working directory." msgstr "" #. Tag: para #: installation.xml:204 #, no-c-format -msgid "Alternatively, checkout the source from the svn repository http://svn.osgeo.org/postgis/trunk/ ." +msgid "" +"Alternatively, checkout the source from the svn repository http://svn.osgeo.org/postgis/trunk/ ." msgstr "" #. Tag: programlisting #: installation.xml:216 #, no-c-format -msgid "svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-&last_release_version;" +msgid "" +"svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-" +"&last_release_version;" msgstr "" #. Tag: para #: installation.xml:218 #, no-c-format -msgid "Change into the newly created postgis-&last_release_version; directory to continue the installation." +msgid "" +"Change into the newly created postgis-&last_release_version; directory to continue the installation." msgstr "" #. Tag: para #: installation.xml:229 #, no-c-format -msgid "Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In many cases compilation is only necessary if you want the most bleeding edge versions or you are a package maintainer." +msgid "" +"Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In " +"many cases compilation is only necessary if you want the most bleeding edge " +"versions or you are a package maintainer." msgstr "" #. Tag: para #: installation.xml:234 #, no-c-format -msgid "This section includes general compilation instructions, if you are compiling for Windows etc or another OS, you may find additional more detailed help at PostGIS User contributed compile guides and PostGIS Dev Wiki." +msgid "" +"This section includes general compilation instructions, if you are compiling " +"for Windows etc or another OS, you may find additional more detailed help at " +"PostGIS " +"User contributed compile guides and PostGIS Dev Wiki." msgstr "" #. Tag: para #: installation.xml:236 #, no-c-format -msgid "Pre-Built Packages for various OS are listed in PostGIS Pre-built Packages" +msgid "" +"Pre-Built Packages for various OS are listed in PostGIS Pre-built Packages" msgstr "" #. Tag: para #: installation.xml:237 #, no-c-format -msgid "If you are a windows user, you can get stable builds via Stackbuilder or PostGIS Windows download site We also have very bleeding-edge windows experimental builds that are built usually once or twice a week or whenever anything exciting happens. You can use these to experiment with the in progress releases of PostGIS" +msgid "" +"If you are a windows user, you can get stable builds via Stackbuilder or " +"PostGIS Windows " +"download site We also have very bleeding-edge windows experimental " +"builds that are built usually once or twice a week or whenever " +"anything exciting happens. You can use these to experiment with the in " +"progress releases of PostGIS" msgstr "" #. Tag: para #: installation.xml:242 #, no-c-format -msgid "The PostGIS module is an extension to the PostgreSQL backend server. As such, PostGIS &last_release_version; requires full PostgreSQL server headers access in order to compile. It can be built against PostgreSQL versions &min_postgres_version; or higher. Earlier versions of PostgreSQL are not supported." +msgid "" +"The PostGIS module is an extension to the PostgreSQL backend server. As " +"such, PostGIS &last_release_version; requires full " +"PostgreSQL server headers access in order to compile. It can be built " +"against PostgreSQL versions &min_postgres_version; or higher. Earlier " +"versions of PostgreSQL are not supported." msgstr "" #. Tag: para #: installation.xml:250 #, no-c-format -msgid "Refer to the PostgreSQL installation guides if you haven't already installed PostgreSQL. http://www.postgresql.org ." +msgid "" +"Refer to the PostgreSQL installation guides if you haven't already installed " +"PostgreSQL. http://www.postgresql." +"org ." msgstr "" #. Tag: para #: installation.xml:260 #, no-c-format -msgid "For GEOS functionality, when you install PostgresSQL you may need to explicitly link PostgreSQL against the standard C++ library:" +msgid "" +"For GEOS functionality, when you install PostgresSQL you may need to " +"explicitly link PostgreSQL against the standard C++ library:" msgstr "" #. Tag: programlisting @@ -291,13 +406,19 @@ msgstr "" #. Tag: para #: installation.xml:267 #, no-c-format -msgid "This is a workaround for bogus C++ exceptions interaction with older development tools. If you experience weird problems (backend unexpectedly closed or similar things) try this trick. This will require recompiling your PostgreSQL from scratch, of course." +msgid "" +"This is a workaround for bogus C++ exceptions interaction with older " +"development tools. If you experience weird problems (backend unexpectedly " +"closed or similar things) try this trick. This will require recompiling your " +"PostgreSQL from scratch, of course." msgstr "" #. Tag: para #: installation.xml:275 #, no-c-format -msgid "The following steps outline the configuration and compilation of the PostGIS source. They are written for Linux users and will not work on Windows or Mac." +msgid "" +"The following steps outline the configuration and compilation of the PostGIS " +"source. They are written for Linux users and will not work on Windows or Mac." msgstr "" #. Tag: title @@ -309,61 +430,104 @@ msgstr "" #. Tag: para #: installation.xml:284 #, no-c-format -msgid "As with most linux installations, the first step is to generate the Makefile that will be used to build the source code. This is done by running the shell script" +msgid "" +"As with most linux installations, the first step is to generate the Makefile " +"that will be used to build the source code. This is done by running the " +"shell script" msgstr "" #. Tag: para #: installation.xml:294 #, no-c-format -msgid "With no additional parameters, this command will attempt to automatically locate the required components and libraries needed to build the PostGIS source code on your system. Although this is the most common usage of ./configure, the script accepts several parameters for those who have the required libraries and programs in non-standard locations." +msgid "" +"With no additional parameters, this command will attempt to automatically " +"locate the required components and libraries needed to build the PostGIS " +"source code on your system. Although this is the most common usage of " +"./configure, the script accepts several parameters for " +"those who have the required libraries and programs in non-standard locations." msgstr "" #. Tag: para #: installation.xml:303 #, no-c-format -msgid "The following list shows only the most commonly used parameters. For a complete list, use the --help or --help=short parameters." +msgid "" +"The following list shows only the most commonly used parameters. For a " +"complete list, use the --help or --help=short parameters." msgstr "" #. Tag: para #: installation.xml:313 #, no-c-format -msgid "This is the location the PostGIS libraries and SQL scripts will be installed to. By default, this location is the same as the detected PostgreSQL installation." +msgid "" +"This is the location the PostGIS libraries and SQL scripts will be installed " +"to. By default, this location is the same as the detected PostgreSQL " +"installation." msgstr "" #. Tag: para #: installation.xml:320 #, no-c-format -msgid "This parameter is currently broken, as the package will only install into the PostgreSQL installation directory. Visit http://trac.osgeo.org/postgis/ticket/635 to track this bug." +msgid "" +"This parameter is currently broken, as the package will only install into " +"the PostgreSQL installation directory. Visit http://trac.osgeo.org/postgis/ticket/635 " +"to track this bug." msgstr "" #. Tag: para #: installation.xml:335 #, no-c-format -msgid "PostgreSQL provides a utility called pg_config to enable extensions like PostGIS to locate the PostgreSQL installation directory. Use this parameter (--with-pgconfig=/path/to/pg_config) to manually specify a particular PostgreSQL installation that PostGIS will build against." +msgid "" +"PostgreSQL provides a utility called pg_config to enable " +"extensions like PostGIS to locate the PostgreSQL installation directory. Use " +"this parameter (--with-pgconfig=/path/to/pg_config) to " +"manually specify a particular PostgreSQL installation that PostGIS will " +"build against." msgstr "" #. Tag: para #: installation.xml:349 #, no-c-format -msgid "GDAL, a required library, provides functionality needed for raster support gdal-config to enable software installations to locate the GDAL installation directory. Use this parameter (--with-gdalconfig=/path/to/gdal-config) to manually specify a particular GDAL installation that PostGIS will build against." +msgid "" +"GDAL, a required library, provides functionality needed for raster support " +"gdal-config to enable software installations to locate " +"the GDAL installation directory. Use this parameter (--with-" +"gdalconfig=/path/to/gdal-config) to manually specify a particular " +"GDAL installation that PostGIS will build against." msgstr "" #. Tag: para #: installation.xml:363 #, no-c-format -msgid "GEOS, a required geometry library, provides a utility called geos-config to enable software installations to locate the GEOS installation directory. Use this parameter (--with-geosconfig=/path/to/geos-config) to manually specify a particular GEOS installation that PostGIS will build against." +msgid "" +"GEOS, a required geometry library, provides a utility called geos-" +"config to enable software installations to locate the GEOS " +"installation directory. Use this parameter (--with-geosconfig=/path/" +"to/geos-config) to manually specify a particular GEOS installation " +"that PostGIS will build against." msgstr "" #. Tag: para #: installation.xml:377 #, no-c-format -msgid "LibXML is the library required for doing GeomFromKML/GML processes. It normally is found if you have libxml installed, but if not or you want a specific version used, you'll need to point PostGIS at a specific xml2-config confi file to enable software installations to locate the LibXML installation directory. Use this parameter (>--with-xml2config=/path/to/xml2-config) to manually specify a particular LibXML installation that PostGIS will build against." +msgid "" +"LibXML is the library required for doing GeomFromKML/GML processes. It " +"normally is found if you have libxml installed, but if not or you want a " +"specific version used, you'll need to point PostGIS at a specific " +"xml2-config confi file to enable software installations " +"to locate the LibXML installation directory. Use this parameter (>--" +"with-xml2config=/path/to/xml2-config) to manually specify a " +"particular LibXML installation that PostGIS will build against." msgstr "" #. Tag: para #: installation.xml:395 #, no-c-format -msgid "Proj4 is a reprojection library required by PostGIS. Use this parameter (--with-projdir=/path/to/projdir) to manually specify a particular Proj4 installation directory that PostGIS will build against." +msgid "" +"Proj4 is a reprojection library required by PostGIS. Use this parameter " +"(--with-projdir=/path/to/projdir) to manually specify a " +"particular Proj4 installation directory that PostGIS will build against." msgstr "" #. Tag: para @@ -375,49 +539,78 @@ msgstr "" #. Tag: para #: installation.xml:416 #, no-c-format -msgid "JSON-C is an MIT-licensed JSON library required by PostGIS ST_GeomFromJSON support. Use this parameter (--with-jsondir=/path/to/jsondir) to manually specify a particular JSON-C installation directory that PostGIS will build against." +msgid "" +"JSON-C is an MIT-" +"licensed JSON library required by PostGIS ST_GeomFromJSON support. Use this " +"parameter (--with-jsondir=/path/to/jsondir) to manually " +"specify a particular JSON-C installation directory that PostGIS will build " +"against." msgstr "" #. Tag: para #: installation.xml:428 #, no-c-format -msgid "Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-gui graphical interface to shp2pgsql." +msgid "" +"Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-" +"gui graphical interface to shp2pgsql." msgstr "" #. Tag: para #: installation.xml:437 #, no-c-format -msgid "Compile with raster support. This will build rtpostgis-&last_release_version; library and rtpostgis.sql file. This may not be required in final release as plan is to build in raster support by default." +msgid "" +"Compile with raster support. This will build rtpostgis-" +"&last_release_version; library and rtpostgis.sql file. This may not be " +"required in final release as plan is to build in raster support by default." msgstr "" #. Tag: para #: installation.xml:446 #, no-c-format -msgid "Compile with topology support. This will build the topology.sql file. There is no corresponding library as all logic needed for topology is in postgis-&last_release_version; library." +msgid "" +"Compile with topology support. This will build the topology.sql file. There " +"is no corresponding library as all logic needed for topology is in postgis-" +"&last_release_version; library." msgstr "" #. Tag: para #: installation.xml:455 #, no-c-format -msgid "By default PostGIS will try to detect gettext support and compile with it, however if you run into incompatibility issues that cause breakage of loader, you can disable it entirely with this command. Refer to ticket http://trac.osgeo.org/postgis/ticket/748 for an example issue solved by configuring with this. NOTE: that you aren't missing much by turning this off. This is used for international help/label support for the GUI loader which is not yet documented and still experimental." +msgid "" +"By default PostGIS will try to detect gettext support and compile with it, " +"however if you run into incompatibility issues that cause breakage of " +"loader, you can disable it entirely with this command. Refer to ticket " +"http://trac.osgeo." +"org/postgis/ticket/748 for an example issue solved by configuring " +"with this. NOTE: that you aren't missing much by turning this off. This is " +"used for international help/label support for the GUI loader which is not " +"yet documented and still experimental." msgstr "" #. Tag: para #: installation.xml:465 #, no-c-format -msgid "If you obtained PostGIS from the SVN repository , the first step is really to run the script" +msgid "" +"If you obtained PostGIS from the SVN repository , the first step is really to run the " +"script" msgstr "" #. Tag: para #: installation.xml:477 #, no-c-format -msgid "This script will generate the configure script that in turn is used to customize the installation of PostGIS." +msgid "" +"This script will generate the configure script that in " +"turn is used to customize the installation of PostGIS." msgstr "" #. Tag: para #: installation.xml:482 #, no-c-format -msgid "If you instead obtained PostGIS as a tarball, running ./autogen.sh is not necessary as configure has already been generated." +msgid "" +"If you instead obtained PostGIS as a tarball, running ./autogen.sh is not necessary as configure has already been " +"generated." msgstr "" #. Tag: title @@ -429,23 +622,33 @@ msgstr "" #. Tag: para #: installation.xml:493 #, no-c-format -msgid "Once the Makefile has been generated, building PostGIS is as simple as running" +msgid "" +"Once the Makefile has been generated, building PostGIS is as simple as " +"running" msgstr "" #. Tag: para #: installation.xml:502 #, no-c-format -msgid "The last line of the output should be \"PostGIS was built successfully. Ready to install.\"" +msgid "" +"The last line of the output should be \"PostGIS was built " +"successfully. Ready to install.\"" msgstr "" #. Tag: para #: installation.xml:507 #, no-c-format -msgid "As of PostGIS v1.4.0, all the functions have comments generated from the documentation. If you wish to install these comments into your spatial databases later, run the command which requires docbook. The postgis_comments.sql and other package comments files raster_comments.sql, topology_comments.sql are also packaged in the tar.gz distribution in the doc folder so no need to make comments if installing from the tar ball." +msgid "" +"As of PostGIS v1.4.0, all the functions have comments generated from the " +"documentation. If you wish to install these comments into your spatial " +"databases later, run the command which requires docbook. The " +"postgis_comments.sql and other package comments files raster_comments.sql, " +"topology_comments.sql are also packaged in the tar.gz distribution in the " +"doc folder so no need to make comments if installing from the tar ball." msgstr "" #. Tag: command -#: installation.xml:517 +#: installation.xml:517 installation.xml:539 #, no-c-format msgid "make comments" msgstr "" @@ -453,13 +656,22 @@ msgstr "" #. Tag: para #: installation.xml:520 #, no-c-format -msgid "Introduced in PostGIS 2.0. This generates html cheat sheets suitable for quick reference or for student handouts. This requires xsltproc to build and will generate 4 files in doc folder topology_cheatsheet.html, tiger_geocoder_cheatsheet.html, raster_cheatsheet.html, postgis_cheatsheet.html" +msgid "" +"Introduced in PostGIS 2.0. This generates html cheat sheets suitable for " +"quick reference or for student handouts. This requires xsltproc to build and " +"will generate 4 files in doc folder topology_cheatsheet.html, tiger_geocoder_cheatsheet.html, " +"raster_cheatsheet.html, postgis_cheatsheet." +"html" msgstr "" #. Tag: para #: installation.xml:525 #, no-c-format -msgid "You can download some pre-built ones available in html and pdf from PostGIS / PostgreSQL Study Guides" +msgid "" +"You can download some pre-built ones available in html and pdf from PostGIS / PostgreSQL Study " +"Guides" msgstr "" #. Tag: command @@ -477,147 +689,204 @@ msgstr "" #. Tag: para #: installation.xml:535 #, no-c-format -msgid "The PostGIS extensions are built and installed automatically if you are using PostgreSQL 9.1+." +msgid "" +"The PostGIS extensions are built and installed automatically if you are " +"using PostgreSQL 9.1+." msgstr "" #. Tag: para #: installation.xml:538 #, no-c-format -msgid "If you are building from source repository, you need to build the function descriptions first. These get built if you have docbook installed. You can also manually build with the statement:" -msgstr "" - -#. Tag: programlisting -#: installation.xml:539 -#, no-c-format -msgid "make comments" +msgid "" +"If you are building from source repository, you need to build the function " +"descriptions first. These get built if you have docbook installed. You can " +"also manually build with the statement:" msgstr "" #. Tag: para #: installation.xml:540 #, no-c-format -msgid "Building the comments is not necessary if you are building from a release tar ball since these are packaged pre-built with the tar ball already." +msgid "" +"Building the comments is not necessary if you are building from a release " +"tar ball since these are packaged pre-built with the tar ball already." msgstr "" #. Tag: para #: installation.xml:541 #, no-c-format -msgid "If you are building against PostgreSQL 9.1, the extensions should automatically build as part of the make install process. You can if needed build from the extensions folders or copy files if you need them on a different server." +msgid "" +"If you are building against PostgreSQL 9.1, the extensions should " +"automatically build as part of the make install process. You can if needed " +"build from the extensions folders or copy files if you need them on a " +"different server." msgstr "" #. Tag: programlisting #: installation.xml:543 #, no-c-format msgid "" - "cd extensions\n" - "cd postgis\n" - "make clean\n" - "make \n" - "make install\n" - "cd ..\n" - "cd postgis_topology\n" - "make clean\n" - "make \n" - "make install" +"cd extensions\n" +"cd postgis\n" +"make clean\n" +"make \n" +"make install\n" +"cd ..\n" +"cd postgis_topology\n" +"make clean\n" +"make \n" +"make install" msgstr "" #. Tag: para #: installation.xml:544 #, no-c-format -msgid "The extension files will always be the same for the same version of PostGIS regardless of OS, so it is fine to copy over the extension files from one OS to another as long as you have the PostGIS binaries already installed on your servers." +msgid "" +"The extension files will always be the same for the same version of PostGIS " +"regardless of OS, so it is fine to copy over the extension files from one OS " +"to another as long as you have the PostGIS binaries already installed on " +"your servers." msgstr "" #. Tag: para #: installation.xml:546 #, no-c-format -msgid "If you want to install the extensions manually on a separate server different from your development, You need to copy the following files from the extensions folder into the PostgreSQL / share / extension folder of your PostgreSQL install as well as the needed binaries for regular PostGIS if you don't have them already on the server." +msgid "" +"If you want to install the extensions manually on a separate server " +"different from your development, You need to copy the following files from " +"the extensions folder into the PostgreSQL / share / extension folder of your PostgreSQL install as well as the needed binaries " +"for regular PostGIS if you don't have them already on the server." msgstr "" #. Tag: para #: installation.xml:553 #, no-c-format -msgid "These are the control files that denote information such as the version of the extension to install if not specified. postgis.control, postgis_topology.control." +msgid "" +"These are the control files that denote information such as the version of " +"the extension to install if not specified. postgis.control, " +"postgis_topology.control." msgstr "" #. Tag: para #: installation.xml:559 #, no-c-format -msgid "All the files in the /sql folder of each extension. Note that these need to be copied to the root of the PostgreSQL share/extension folder extensions/postgis/sql/*.sql, extensions/postgis_topology/sql/*.sql" +msgid "" +"All the files in the /sql folder of each extension. Note that these need to " +"be copied to the root of the PostgreSQL share/extension folder " +"extensions/postgis/sql/*.sql, extensions/" +"postgis_topology/sql/*.sql" msgstr "" #. Tag: para #: installation.xml:565 #, no-c-format -msgid "Once you do that, you should see postgis, postgis_topology as available extensions in PgAdmin -> extensions." +msgid "" +"Once you do that, you should see postgis, " +"postgis_topology as available extensions in PgAdmin -> " +"extensions." msgstr "" #. Tag: para #: installation.xml:566 #, no-c-format -msgid "If you are using psql, you can verify that the extensions are installed by running this query:" +msgid "" +"If you are using psql, you can verify that the extensions are installed by " +"running this query:" msgstr "" #. Tag: programlisting #: installation.xml:567 #, no-c-format msgid "" - "SELECT name, default_version,installed_version \n" - "FROM pg_available_extensions WHERE name LIKE 'postgis%' ;\n" - " name | default_version | installed_version\n" - "-----------------+-----------------+-------------------\n" - "postgis | &last_release_version; | &last_release_version;\n" - "postgis_topology | &last_release_version; |" +"SELECT name, default_version,installed_version \n" +"FROM pg_available_extensions WHERE name LIKE 'postgis%' ;\n" +" name | default_version | installed_version\n" +"-----------------+-----------------+-------------------\n" +"postgis | &last_release_version; | &last_release_version;\n" +"postgis_topology | &last_release_version; |" msgstr "" #. Tag: para #: installation.xml:569 #, no-c-format -msgid "If you have the extension installed in the database you are querying, you'll see mention in the installed_version column. If you get no records back, it means you don't have postgis extensions installed on the server at all. PgAdmin III 1.14+ will also provide this information in the extensions section of the database browser tree and will even allow upgrade or uninstall by right-clicking." +msgid "" +"If you have the extension installed in the database you are querying, you'll " +"see mention in the installed_version column. If you get " +"no records back, it means you don't have postgis extensions installed on the " +"server at all. PgAdmin III 1.14+ will also provide this information in the " +"extensions section of the database browser tree and will " +"even allow upgrade or uninstall by right-clicking." msgstr "" #. Tag: para #: installation.xml:573 #, no-c-format -msgid "If you have the extensions available, you can install postgis extension in your database of choice by either using pgAdmin extension interface or running these sql commands:" +msgid "" +"If you have the extensions available, you can install postgis extension in " +"your database of choice by either using pgAdmin extension interface or " +"running these sql commands:" msgstr "" #. Tag: programlisting #: installation.xml:574 #, no-c-format msgid "" - "CREATE EXTENSION postgis;\n" - "CREATE EXTENSION postgis_topology;" +"CREATE EXTENSION postgis;\n" +"CREATE EXTENSION postgis_topology;" msgstr "" #. Tag: para #: installation.xml:576 #, no-c-format -msgid "Extension tables spatial_ref_sys, layer, topology can not be explicitly backed up. They can only be backed up when the respective postgis or postgis_topology extension is backed up, which only seems to happen when you backup the whole database. As of PostGIS 2.0.1, only srid records not packaged with PostGIS are backed up when the database is backed up so don't go around changing srids we package and expect your changes to be there. Put in a ticket if you find an issue. The structures of extension tables are never backed up since they are created with CREATE EXTENSION and assumed to be the same for a given version of an extension. These behaviors are built into the current PostgreSQL extension model, so nothing we can do about it." +msgid "" +"Extension tables spatial_ref_sys, layer, topology can not be explicitly backed up. They " +"can only be backed up when the respective postgis or " +"postgis_topology extension is backed up, which only seems " +"to happen when you backup the whole database. As of PostGIS 2.0.1, only srid " +"records not packaged with PostGIS are backed up when the database is backed " +"up so don't go around changing srids we package and expect your changes to " +"be there. Put in a ticket if you find an issue. The structures of extension " +"tables are never backed up since they are created with CREATE " +"EXTENSION and assumed to be the same for a given version of an " +"extension. These behaviors are built into the current PostgreSQL extension " +"model, so nothing we can do about it." msgstr "" #. Tag: para #: installation.xml:581 #, no-c-format -msgid "If you installed &last_release_version;, without using our wonderful extension system, you can change it to be extension based by first upgrading to the latest micro version running the upgrade scripts: postgis_upgrade_20_minor.sql,raster_upgrade_20_minor.sql,topology_upgrade_20_minor.sql." +msgid "" +"If you installed &last_release_version;, without using our wonderful " +"extension system, you can change it to be extension based by first upgrading " +"to the latest micro version running the upgrade scripts: " +"postgis_upgrade_20_minor.sql," +"raster_upgrade_20_minor.sql," +"topology_upgrade_20_minor.sql." msgstr "" #. Tag: para #: installation.xml:582 #, no-c-format -msgid "If you installed postgis without raster support, you'll need to install raster support first (using the full rtpostgis.sql" +msgid "" +"If you installed postgis without raster support, you'll need to install " +"raster support first (using the full rtpostgis.sql" msgstr "" #. Tag: para #: installation.xml:583 #, no-c-format -msgid "Then you can run the below commands to package the functions in their respective extension." +msgid "" +"Then you can run the below commands to package the functions in their " +"respective extension." msgstr "" #. Tag: programlisting #: installation.xml:584 #, no-c-format msgid "" - "CREATE EXTENSION postgis FROM unpackaged;\n" - "CREATE EXTENSION postgis_topology FROM unpackaged;" +"CREATE EXTENSION postgis FROM unpackaged;\n" +"CREATE EXTENSION postgis_topology FROM unpackaged;" msgstr "" #. Tag: title @@ -641,150 +910,163 @@ msgstr "" #. Tag: para #: installation.xml:600 #, no-c-format -msgid "The above command will run through various checks and regression tests using the generated library against an actual PostgreSQL database." +msgid "" +"The above command will run through various checks and regression tests using " +"the generated library against an actual PostgreSQL database." msgstr "" #. Tag: para #: installation.xml:606 #, no-c-format -msgid "If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj4 locations, you may need to add their library locations to the LD_LIBRARY_PATH environment variable." +msgid "" +"If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj4 " +"locations, you may need to add their library locations to the " +"LD_LIBRARY_PATH environment variable." msgstr "" #. Tag: para #: installation.xml:614 #, no-c-format -msgid "Currently, the make check relies on the PATH and PGPORT environment variables when performing the checks - it does not use the PostgreSQL version that may have been specified using the configuration parameter --with-pgconfig. So make sure to modify your PATH to match the detected PostgreSQL installation during configuration or be prepared to deal with the impending headaches." +msgid "" +"Currently, the make check relies on the PATH " +"and PGPORT environment variables when performing the checks - " +"it does not use the PostgreSQL version that may have " +"been specified using the configuration parameter --with-pgconfig. So make sure to modify your PATH to match the detected PostgreSQL " +"installation during configuration or be prepared to deal with the impending " +"headaches." msgstr "" #. Tag: para #: installation.xml:626 #, no-c-format -msgid "If successful, the output of the test should be similar to the following:" +msgid "" +"If successful, the output of the test should be similar to the following:" msgstr "" #. Tag: programlisting #: installation.xml:631 #, no-c-format msgid "" - "CUnit - A Unit testing framework for C - Version 2.1-0\n" - " http://cunit.sourceforge.net/\n" - "\n" - "\n" - "Suite: print_suite\n" - " Test: test_lwprint_default_format ... passed\n" - " Test: test_lwprint_format_orders ... passed\n" - " Test: test_lwprint_optional_format ... passed\n" - " Test: test_lwprint_oddball_formats ... passed\n" - " Test: test_lwprint_bad_formats ... passed\n" - "Suite: Misc Suite\n" - " Test: test_misc_force_2d ... passed\n" - " Test: test_misc_simplify ... passed\n" - " Test: test_misc_count_vertices ... passed\n" - " Test: test_misc_area ... passed\n" - " Test: test_misc_wkb ... passed\n" - "Suite: PointArray Suite\n" - " Test: test_ptarray_append_point ... passed\n" - " Test: test_ptarray_append_ptarray ... passed\n" - "Suite: PostGIS Computational Geometry Suite\n" - " Test: test_lw_segment_side ... passed\n" - " Test: test_lw_segment_intersects ... passed\n" - " Test: test_lwline_crossing_short_lines ... passed\n" - " Test: test_lwline_crossing_long_lines ... passed\n" - " Test: test_lwline_crossing_bugs ... passed\n" - " Test: test_lwpoint_set_ordinate ... passed\n" - " Test: test_lwpoint_get_ordinate ... passed\n" - " Test: test_point_interpolate ... passed\n" - " Test: test_lwline_clip ... passed\n" - " Test: test_lwline_clip_big ... passed\n" - " Test: test_lwmline_clip ... passed\n" - " Test: test_geohash_point ... passed\n" - " Test: test_geohash_precision ... passed\n" - " Test: test_geohash ... passed\n" - " Test: test_isclosed ... passed\n" - "Suite: PostGIS Measures Suite\n" - " Test: test_mindistance2d_tolerance ... passed\n" - " Test: test_rect_tree_contains_point ... passed\n" - " Test: test_rect_tree_intersects_tree ... passed\n" - " Test: test_lwgeom_segmentize2d ... passed\n" - "Suite: WKT Out Suite\n" - " Test: test_wkt_out_point ... passed\n" - " Test: test_wkt_out_linestring ... passed\n" - " Test: test_wkt_out_polygon ... passed\n" - " Test: test_wkt_out_multipoint ... passed\n" - " Test: test_wkt_out_multilinestring ... passed\n" - ":\n" - ":\n" - "--Run Summary: Type Total Ran Passed Failed\n" - " suites 17 17 n/a 0\n" - " tests 143 143 143 0\n" - " asserts 1228 1228 1228 0\n" - "\n" - "\n" - "Creating spatial db postgis_reg\n" - " Postgis 2.0.0SVN - 2011-01-11 15:33:37\n" - " GEOS: 3.3.0-CAPI-1.7.0\n" - " PROJ: Rel. 4.6.1, 21 August 2008\n" - "\n" - "Running tests\n" - "\n" - " loader/Point.............. ok\n" - " loader/PointM.............. ok\n" - " loader/PointZ.............. ok\n" - " loader/MultiPoint.............. ok\n" - " loader/MultiPointM.............. ok\n" - " loader/MultiPointZ.............. ok\n" - " loader/Arc.............. ok\n" - " loader/ArcM.............. ok\n" - " loader/ArcZ.......... ok\n" - " loader/Polygon.............. ok\n" - " loader/PolygonM.............. ok\n" - " loader/PolygonZ.............. ok\n" - " regress. ok\n" - " regress_index. ok\n" - " regress_index_nulls. ok\n" - " lwgeom_regress. ok\n" - " regress_lrs. ok\n" - " removepoint. ok\n" - " setpoint. ok\n" - " simplify. ok\n" - " snaptogrid. ok\n" - " affine. ok\n" - " measures. ok\n" - " long_xact. ok\n" - " ctors. ok\n" - " sql-mm-serialize. ok\n" - " sql-mm-circularstring. ok\n" - " sql-mm-compoundcurve. ok\n" - " sql-mm-curvepoly. ok\n" - " sql-mm-general. ok\n" - " sql-mm-multicurve. ok\n" - " sql-mm-multisurface. ok\n" - " polyhedralsurface. ok\n" - " out_geometry. ok\n" - " out_geography. ok\n" - " in_gml. ok\n" - " in_kml. ok\n" - " iscollection. ok\n" - " regress_ogc. ok\n" - " regress_ogc_cover. ok\n" - " regress_ogc_prep. ok\n" - " regress_bdpoly. ok\n" - " regress_proj. ok\n" - " dump. ok\n" - " dumppoints. ok\n" - " wmsservers_new. ok\n" - " tickets. ok\n" - " remove_repeated_points. ok\n" - " split. ok\n" - " relatematch. ok\n" - " regress_buffer_params. ok\n" - " hausdorff. ok\n" - " clean. ok\n" - " sharedpaths. ok\n" - " snap. ok\n" - "\n" - "Run tests: 55\n" - "Failed: 0" +"CUnit - A Unit testing framework for C - Version 2.1-0\n" +" http://cunit.sourceforge.net/\n" +"\n" +"\n" +"Suite: print_suite\n" +" Test: test_lwprint_default_format ... passed\n" +" Test: test_lwprint_format_orders ... passed\n" +" Test: test_lwprint_optional_format ... passed\n" +" Test: test_lwprint_oddball_formats ... passed\n" +" Test: test_lwprint_bad_formats ... passed\n" +"Suite: Misc Suite\n" +" Test: test_misc_force_2d ... passed\n" +" Test: test_misc_simplify ... passed\n" +" Test: test_misc_count_vertices ... passed\n" +" Test: test_misc_area ... passed\n" +" Test: test_misc_wkb ... passed\n" +"Suite: PointArray Suite\n" +" Test: test_ptarray_append_point ... passed\n" +" Test: test_ptarray_append_ptarray ... passed\n" +"Suite: PostGIS Computational Geometry Suite\n" +" Test: test_lw_segment_side ... passed\n" +" Test: test_lw_segment_intersects ... passed\n" +" Test: test_lwline_crossing_short_lines ... passed\n" +" Test: test_lwline_crossing_long_lines ... passed\n" +" Test: test_lwline_crossing_bugs ... passed\n" +" Test: test_lwpoint_set_ordinate ... passed\n" +" Test: test_lwpoint_get_ordinate ... passed\n" +" Test: test_point_interpolate ... passed\n" +" Test: test_lwline_clip ... passed\n" +" Test: test_lwline_clip_big ... passed\n" +" Test: test_lwmline_clip ... passed\n" +" Test: test_geohash_point ... passed\n" +" Test: test_geohash_precision ... passed\n" +" Test: test_geohash ... passed\n" +" Test: test_isclosed ... passed\n" +"Suite: PostGIS Measures Suite\n" +" Test: test_mindistance2d_tolerance ... passed\n" +" Test: test_rect_tree_contains_point ... passed\n" +" Test: test_rect_tree_intersects_tree ... passed\n" +" Test: test_lwgeom_segmentize2d ... passed\n" +"Suite: WKT Out Suite\n" +" Test: test_wkt_out_point ... passed\n" +" Test: test_wkt_out_linestring ... passed\n" +" Test: test_wkt_out_polygon ... passed\n" +" Test: test_wkt_out_multipoint ... passed\n" +" Test: test_wkt_out_multilinestring ... passed\n" +":\n" +":\n" +"--Run Summary: Type Total Ran Passed Failed\n" +" suites 17 17 n/a 0\n" +" tests 143 143 143 0\n" +" asserts 1228 1228 1228 0\n" +"\n" +"\n" +"Creating spatial db postgis_reg\n" +" Postgis 2.0.0SVN - 2011-01-11 15:33:37\n" +" GEOS: 3.3.0-CAPI-1.7.0\n" +" PROJ: Rel. 4.6.1, 21 August 2008\n" +"\n" +"Running tests\n" +"\n" +" loader/Point.............. ok\n" +" loader/PointM.............. ok\n" +" loader/PointZ.............. ok\n" +" loader/MultiPoint.............. ok\n" +" loader/MultiPointM.............. ok\n" +" loader/MultiPointZ.............. ok\n" +" loader/Arc.............. ok\n" +" loader/ArcM.............. ok\n" +" loader/ArcZ.......... ok\n" +" loader/Polygon.............. ok\n" +" loader/PolygonM.............. ok\n" +" loader/PolygonZ.............. ok\n" +" regress. ok\n" +" regress_index. ok\n" +" regress_index_nulls. ok\n" +" lwgeom_regress. ok\n" +" regress_lrs. ok\n" +" removepoint. ok\n" +" setpoint. ok\n" +" simplify. ok\n" +" snaptogrid. ok\n" +" affine. ok\n" +" measures. ok\n" +" long_xact. ok\n" +" ctors. ok\n" +" sql-mm-serialize. ok\n" +" sql-mm-circularstring. ok\n" +" sql-mm-compoundcurve. ok\n" +" sql-mm-curvepoly. ok\n" +" sql-mm-general. ok\n" +" sql-mm-multicurve. ok\n" +" sql-mm-multisurface. ok\n" +" polyhedralsurface. ok\n" +" out_geometry. ok\n" +" out_geography. ok\n" +" in_gml. ok\n" +" in_kml. ok\n" +" iscollection. ok\n" +" regress_ogc. ok\n" +" regress_ogc_cover. ok\n" +" regress_ogc_prep. ok\n" +" regress_bdpoly. ok\n" +" regress_proj. ok\n" +" dump. ok\n" +" dumppoints. ok\n" +" wmsservers_new. ok\n" +" tickets. ok\n" +" remove_repeated_points. ok\n" +" split. ok\n" +" relatematch. ok\n" +" regress_buffer_params. ok\n" +" hausdorff. ok\n" +" clean. ok\n" +" sharedpaths. ok\n" +" snap. ok\n" +"\n" +"Run tests: 55\n" +"Failed: 0" msgstr "" #. Tag: para @@ -802,31 +1084,43 @@ msgstr "" #. Tag: para #: installation.xml:645 #, no-c-format -msgid "This will copy the PostGIS installation files into their appropriate subdirectory specified by the --prefix configuration parameter. In particular:" +msgid "" +"This will copy the PostGIS installation files into their appropriate " +"subdirectory specified by the --prefix configuration " +"parameter. In particular:" msgstr "" #. Tag: para #: installation.xml:653 #, no-c-format -msgid "The loader and dumper binaries are installed in [prefix]/bin." +msgid "" +"The loader and dumper binaries are installed in [prefix]/bin." msgstr "" #. Tag: para #: installation.xml:660 #, no-c-format -msgid "The SQL files, such as postgis.sql, are installed in [prefix]/share/contrib." +msgid "" +"The SQL files, such as postgis.sql, are installed in " +"[prefix]/share/contrib." msgstr "" #. Tag: para #: installation.xml:667 #, no-c-format -msgid "The PostGIS libraries are installed in [prefix]/lib." +msgid "" +"The PostGIS libraries are installed in [prefix]/lib." msgstr "" #. Tag: para #: installation.xml:674 #, no-c-format -msgid "If you previously ran the make comments command to generate the postgis_comments.sql, raster_comments.sql file, install the sql file by running" +msgid "" +"If you previously ran the make comments command to " +"generate the postgis_comments.sql, " +"raster_comments.sql file, install the sql file by " +"running" msgstr "" #. Tag: command @@ -838,7 +1132,11 @@ msgstr "" #. Tag: para #: installation.xml:685 #, no-c-format -msgid "postgis_comments.sql, raster_comments.sql, topology_comments.sql was separated from the typical build and installation targets since with it comes the extra dependency of xsltproc." +msgid "" +"postgis_comments.sql, raster_comments.sql, topology_comments.sql was separated from the " +"typical build and installation targets since with it comes the extra " +"dependency of xsltproc." msgstr "" #. Tag: title @@ -850,7 +1148,9 @@ msgstr "" #. Tag: para #: installation.xml:697 #, no-c-format -msgid "The first step in creating a PostGIS database is to create a simple PostgreSQL database." +msgid "" +"The first step in creating a PostGIS database is to create a simple " +"PostgreSQL database." msgstr "" #. Tag: command @@ -862,7 +1162,12 @@ msgstr "" #. Tag: para #: installation.xml:706 #, no-c-format -msgid "Many of the PostGIS functions are written in the PL/pgSQL procedural language. As such, the next step to create a PostGIS database is to enable the PL/pgSQL language in your new database. This is accomplish by the command below command. For PostgreSQL 8.4+, this is generally already installed" +msgid "" +"Many of the PostGIS functions are written in the PL/pgSQL procedural " +"language. As such, the next step to create a PostGIS database is to enable " +"the PL/pgSQL language in your new database. This is accomplish by the " +"command below command. For PostgreSQL 8.4+, this is generally already " +"installed" msgstr "" #. Tag: command @@ -874,7 +1179,11 @@ msgstr "" #. Tag: para #: installation.xml:717 #, no-c-format -msgid "Now load the PostGIS object and function definitions into your database by loading the postgis.sql definitions file (located in [prefix]/share/contrib as specified during the configuration step)." +msgid "" +"Now load the PostGIS object and function definitions into your database by " +"loading the postgis.sql definitions file (located in " +"[prefix]/share/contrib as specified during the " +"configuration step)." msgstr "" #. Tag: command @@ -886,7 +1195,11 @@ msgstr "" #. Tag: para #: installation.xml:728 #, no-c-format -msgid "For a complete set of EPSG coordinate system definition identifiers, you can also load the spatial_ref_sys.sql definitions file and populate the spatial_ref_sys table. This will permit you to perform ST_Transform() operations on geometries." +msgid "" +"For a complete set of EPSG coordinate system definition identifiers, you can " +"also load the spatial_ref_sys.sql definitions file and " +"populate the spatial_ref_sys table. This will permit you " +"to perform ST_Transform() operations on geometries." msgstr "" #. Tag: command @@ -898,7 +1211,11 @@ msgstr "" #. Tag: para #: installation.xml:739 #, no-c-format -msgid "If you wish to add comments to the PostGIS functions, the final step is to load the postgis_comments.sql into your spatial database. The comments can be viewed by simply typing \\dd [function_name] from a psql terminal window." +msgid "" +"If you wish to add comments to the PostGIS functions, the final step is to " +"load the postgis_comments.sql into your spatial " +"database. The comments can be viewed by simply typing \\dd " +"[function_name] from a psql terminal window." msgstr "" #. Tag: command @@ -922,7 +1239,10 @@ msgstr "" #. Tag: para #: installation.xml:758 #, no-c-format -msgid "Install raster support comments. This will provide quick help info for each raster function using psql or PgAdmin or any other PostgreSQL tool that can show function comments" +msgid "" +"Install raster support comments. This will provide quick help info for each " +"raster function using psql or PgAdmin or any other PostgreSQL tool that can " +"show function comments" msgstr "" #. Tag: command @@ -946,7 +1266,10 @@ msgstr "" #. Tag: para #: installation.xml:774 #, no-c-format -msgid "Install topology support comments. This will provide quick help info for each topology function / type using psql or PgAdmin or any other PostgreSQL tool that can show function comments" +msgid "" +"Install topology support comments. This will provide quick help info for " +"each topology function / type using psql or PgAdmin or any other PostgreSQL " +"tool that can show function comments" msgstr "" #. Tag: command @@ -958,7 +1281,8 @@ msgstr "" #. Tag: para #: installation.xml:783 installation.xml:820 #, no-c-format -msgid "If you plan to restore an old backup from prior versions in this new db, run:" +msgid "" +"If you plan to restore an old backup from prior versions in this new db, run:" msgstr "" #. Tag: command @@ -970,13 +1294,20 @@ msgstr "" #. Tag: para #: installation.xml:785 #, no-c-format -msgid "There is an alternative legacy_minimal.sql you can run instead which will install barebones needed to recover tables and work with apps like MapServer and GeoServer. If you have views that use things like distance / length etc, you'll need the full blown legacy.sql" +msgid "" +"There is an alternative legacy_minimal.sql you can run " +"instead which will install barebones needed to recover tables and work with " +"apps like MapServer and GeoServer. If you have views that use things like " +"distance / length etc, you'll need the full blown legacy.sql" msgstr "" #. Tag: para #: installation.xml:788 installation.xml:823 #, no-c-format -msgid "You can later run uninstall_legacy.sql to get rid of the deprecated functions after you are done with restoring and cleanup." +msgid "" +"You can later run uninstall_legacy.sql to get rid of " +"the deprecated functions after you are done with restoring and cleanup." msgstr "" #. Tag: title @@ -988,13 +1319,18 @@ msgstr "" #. Tag: para #: installation.xml:794 #, no-c-format -msgid "If you are using PostgreSQL 9.1+ and have compiled and installed the extensions/ postgis modules, you can create a spatial database the new way." +msgid "" +"If you are using PostgreSQL 9.1+ and have compiled and installed the " +"extensions/ postgis modules, you can create a spatial database the new way." msgstr "" #. Tag: para #: installation.xml:803 #, no-c-format -msgid "The core postgis extension installs PostGIS geometry, geography, raster, spatial_ref_sys and all the functions and comments with a simple: CREATE EXTENSION postgis; command." +msgid "" +"The core postgis extension installs PostGIS geometry, geography, raster, " +"spatial_ref_sys and all the functions and comments with a simple: " +"CREATE EXTENSION postgis; command." msgstr "" #. Tag: command @@ -1006,7 +1342,8 @@ msgstr "" #. Tag: para #: installation.xml:812 #, no-c-format -msgid "Topology is packaged as a separate extension and installable with command:" +msgid "" +"Topology is packaged as a separate extension and installable with command:" msgstr "" #. Tag: command @@ -1024,13 +1361,23 @@ msgstr "" #. Tag: para #: installation.xml:829 #, no-c-format -msgid "The Tiger geocoder does not get installed / upgraded with the core PostGIS scripts because it is only of regional use. In fact nothing located in the extras folder is installed by default with the regular PostGIS install / upgrade. Extras like Tiger geocoder may also not be packaged in your PostGIS distribution, but will always be available in the postgis-&last_release_version;.tar.gz file. The instructions provided here are also available in the extras/tiger_geocoder/tiger_2010/README" +msgid "" +"The Tiger geocoder does not get installed / upgraded with the core PostGIS " +"scripts because it is only of regional use. In fact nothing located in the " +"extras folder is installed by default with the regular PostGIS install / " +"upgrade. Extras like Tiger geocoder may also not be packaged in your PostGIS " +"distribution, but will always be available in the postgis-" +"&last_release_version;.tar.gz file. The instructions provided here are also " +"available in the extras/tiger_geocoder/tiger_2010/README" msgstr "" #. Tag: para #: installation.xml:831 #, no-c-format -msgid "If you are on Windows and you don't have tar installed, you can use http://www.7-zip.org/ to unzip the PostGIS tarball." +msgid "" +"If you are on Windows and you don't have tar installed, you can use http://www.7-zip.org/ to unzip the " +"PostGIS tarball." msgstr "" #. Tag: title @@ -1048,7 +1395,10 @@ msgstr "" #. Tag: para #: installation.xml:838 installation.xml:865 #, no-c-format -msgid "If you don't have an extras folder, download http://www.postgis.org/download/postgis-&last_release_version;.tar.gz" +msgid "" +"If you don't have an extras folder, download http://www.postgis.org/" +"download/postgis-&last_release_version;.tar.gz" msgstr "" #. Tag: command @@ -1066,19 +1416,31 @@ msgstr "" #. Tag: para #: installation.xml:850 #, no-c-format -msgid "Edit the tiger_loader.sql to the paths of your executables server etc." +msgid "" +"Edit the tiger_loader.sql to the paths of your " +"executables server etc." msgstr "" #. Tag: para #: installation.xml:851 #, no-c-format -msgid "If you are installing Tiger geocoder for the first time edit either the create_geocode.bat script If you are on windows or the create_geocode.sh if you are on Linux/Unix/Mac OSX with your PostgreSQL specific settings and run the corresponding script from the commandline. If you don't edit this file, it will just contain common case locations of items. You can edit the generated script after the fact when you run the command." +msgid "" +"If you are installing Tiger geocoder for the first time edit either the " +"create_geocode.bat script If you are on windows or the " +"create_geocode.sh if you are on Linux/Unix/Mac OSX with " +"your PostgreSQL specific settings and run the corresponding script from the " +"commandline. If you don't edit this file, it will just contain common case " +"locations of items. You can edit the generated script after the fact when " +"you run the command." msgstr "" #. Tag: para #: installation.xml:854 #, no-c-format -msgid "Verify that you now have a tiger schema in your database and that it is part of your database search_path. If it is not, add it with a command something along the line of:" +msgid "" +"Verify that you now have a tiger schema in your database " +"and that it is part of your database search_path. If it is not, add it with " +"a command something along the line of:" msgstr "" #. Tag: programlisting @@ -1090,17 +1452,20 @@ msgstr "" #. Tag: para #: installation.xml:855 #, no-c-format -msgid "The normalizing address functionality works more or less without any data except for tricky addresses. Run this test and verify things look like this:" +msgid "" +"The normalizing address functionality works more or less without any data " +"except for tricky addresses. Run this test and verify things look like this:" msgstr "" #. Tag: programlisting #: installation.xml:856 #, no-c-format msgid "" - "SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, Nevada 89101')) As pretty_address;\n" - "pretty_address\n" - "---------------------------------------\n" - "202 E Fremont St, Las Vegas, NV 89101" +"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, " +"Nevada 89101')) As pretty_address;\n" +"pretty_address\n" +"---------------------------------------\n" +"202 E Fremont St, Las Vegas, NV 89101" msgstr "" #. Tag: title @@ -1112,19 +1477,29 @@ msgstr "" #. Tag: para #: installation.xml:861 #, no-c-format -msgid "If you have Tiger Geocoder packaged with 2.0+ already installed, you can upgrade the functions at any time even from an interim tar ball if there are fixes you badly need." +msgid "" +"If you have Tiger Geocoder packaged with 2.0+ already installed, you can " +"upgrade the functions at any time even from an interim tar ball if there are " +"fixes you badly need." msgstr "" #. Tag: para #: installation.xml:877 #, no-c-format -msgid "Locate the upgrade_geocoder.bat script If you are on windows or the upgrade_geocoder.sh if you are on Linux/Unix/Mac OSX. Edit the file to have your postgis database credientials and run then corresponding script from the commandline." +msgid "" +"Locate the upgrade_geocoder.bat script If you are on " +"windows or the upgrade_geocoder.sh if you are on Linux/" +"Unix/Mac OSX. Edit the file to have your postgis database credientials and " +"run then corresponding script from the commandline." msgstr "" #. Tag: para #: installation.xml:880 #, no-c-format -msgid "Next drop all nation tables and load up the new ones. Generate a drop script with this SQL statement as detailed in " +msgid "" +"Next drop all nation tables and load up the new ones. Generate a drop script " +"with this SQL statement as detailed in " msgstr "" #. Tag: programlisting @@ -1142,7 +1517,9 @@ msgstr "" #. Tag: para #: installation.xml:883 #, no-c-format -msgid "Generate a nation load script with this SELECT statement as detailed in " +msgid "" +"Generate a nation load script with this SELECT statement as detailed in " +"" msgstr "" #. Tag: emphasis @@ -1172,13 +1549,19 @@ msgstr "" #. Tag: para #: installation.xml:888 #, no-c-format -msgid "Refer to for instructions on how to run the generate script. This only needs to be done once." +msgid "" +"Refer to for instructions on " +"how to run the generate script. This only needs to be done once." msgstr "" #. Tag: para #: installation.xml:889 #, no-c-format -msgid "You can have a mix of 2010/2011 state tables and can upgrade each state separately. Before you upgrade a state to 2011, you first need to drop the 2010 tables for that state using ." +msgid "" +"You can have a mix of 2010/2011 state tables and can upgrade each state " +"separately. Before you upgrade a state to 2011, you first need to drop the " +"2010 tables for that state using ." msgstr "" #. Tag: title @@ -1190,13 +1573,24 @@ msgstr "" #. Tag: para #: installation.xml:893 #, no-c-format -msgid "The instructions for loading data are available in a more detailed form in the extras/tiger_geocoder/tiger_2011/README. This just includes the general steps." +msgid "" +"The instructions for loading data are available in a more detailed form in " +"the extras/tiger_geocoder/tiger_2011/README. This just " +"includes the general steps." msgstr "" #. Tag: para #: installation.xml:894 #, no-c-format -msgid "The load process downloads data from the census website for the respective nation files, states requested, extracts the files, and then loads each state into its own separate set of state tables. Each state table inherits from the tables defined in tiger schema so that its sufficient to just query those tables to access all the data and drop a set of state tables at any time using the if you need to reload a state or just don't need a state anymore." +msgid "" +"The load process downloads data from the census website for the respective " +"nation files, states requested, extracts the files, and then loads each " +"state into its own separate set of state tables. Each state table inherits " +"from the tables defined in tiger schema so that its " +"sufficient to just query those tables to access all the data and drop a set " +"of state tables at any time using the if you need to reload a state or " +"just don't need a state anymore." msgstr "" #. Tag: para @@ -1214,55 +1608,80 @@ msgstr "" #. Tag: para #: installation.xml:899 #, no-c-format -msgid "For Unix like systems: unzip executable which is usually already installed on most Unix like platforms." +msgid "" +"For Unix like systems: unzip executable which is usually " +"already installed on most Unix like platforms." msgstr "" #. Tag: para #: installation.xml:900 #, no-c-format -msgid "For Windows, 7-zip which is a free compress/uncompress tool you can download from http://www.7-zip.org/" +msgid "" +"For Windows, 7-zip which is a free compress/uncompress tool you can download " +"from http://www.7-zip.org/" msgstr "" #. Tag: para #: installation.xml:902 #, no-c-format -msgid "shp2pgsql commandline which is installed by default when you install PostGIS." +msgid "" +"shp2pgsql commandline which is installed by default " +"when you install PostGIS." msgstr "" #. Tag: para #: installation.xml:903 #, no-c-format -msgid "wget which is a web grabber tool usually installed on most Unix/Linux systems." +msgid "" +"wget which is a web grabber tool usually installed on " +"most Unix/Linux systems." msgstr "" #. Tag: para #: installation.xml:904 #, no-c-format -msgid "If you are on windows, you can get pre-compiled binaries from http://gnuwin32.sourceforge.net/packages/wget.htm" +msgid "" +"If you are on windows, you can get pre-compiled binaries from http://gnuwin32." +"sourceforge.net/packages/wget.htm" msgstr "" #. Tag: para #: installation.xml:907 #, no-c-format -msgid "If you are upgrading from tiger_2010, you'll need to first generate and run . Before you load any state data, you need to load the nation wide data which you do with . Which will generate a loader script for you." +msgid "" +"If you are upgrading from tiger_2010, you'll need to first generate and run " +". Before you load any " +"state data, you need to load the nation wide data which you do with . Which will generate a loader " +"script for you." msgstr "" #. Tag: para #: installation.xml:909 #, no-c-format -msgid "To load data refer to to generate a data load script for your platform for the states you desire. Note that you can install these piecemeal. You don't have to load all the states you want all at once. You can load them as you need them." +msgid "" +"To load data refer to to generate " +"a data load script for your platform for the states you desire. Note that " +"you can install these piecemeal. You don't have to load all the states you " +"want all at once. You can load them as you need them." msgstr "" #. Tag: para #: installation.xml:912 #, no-c-format -msgid "After the states you desire have been loaded, make sure to run the: SELECT install_missing_indexes(); as described in ." +msgid "" +"After the states you desire have been loaded, make sure to run the: " +"SELECT install_missing_indexes(); as " +"described in ." msgstr "" #. Tag: para #: installation.xml:914 #, no-c-format -msgid "To test that things are working as they should, try to run a geocode on an address in your state using " +msgid "" +"To test that things are working as they should, try to run a geocode on an " +"address in your state using " msgstr "" #. Tag: title @@ -1274,7 +1693,15 @@ msgstr "" #. Tag: para #: installation.xml:921 #, no-c-format -msgid "Some packaged distributions of PostGIS (in particular the Win32 installers for PostGIS >= 1.1.5) load the PostGIS functions into a template database called template_postgis. If the template_postgis database exists in your PostgreSQL installation then it is possible for users and/or applications to create spatially-enabled databases using a single command. Note that in both cases, the database user must have been granted the privilege to create new databases." +msgid "" +"Some packaged distributions of PostGIS (in particular the Win32 installers " +"for PostGIS >= 1.1.5) load the PostGIS functions into a template database " +"called template_postgis. If the " +"template_postgis database exists in your PostgreSQL " +"installation then it is possible for users and/or applications to create " +"spatially-enabled databases using a single command. Note that in both cases, " +"the database user must have been granted the privilege to create new " +"databases." msgstr "" #. Tag: para @@ -1310,25 +1737,34 @@ msgstr "" #. Tag: para #: installation.xml:948 #, no-c-format -msgid "Upgrading existing spatial databases can be tricky as it requires replacement or introduction of new PostGIS object definitions." +msgid "" +"Upgrading existing spatial databases can be tricky as it requires " +"replacement or introduction of new PostGIS object definitions." msgstr "" #. Tag: para #: installation.xml:953 #, no-c-format -msgid "Unfortunately not all definitions can be easily replaced in a live database, so sometimes your best bet is a dump/reload process." +msgid "" +"Unfortunately not all definitions can be easily replaced in a live database, " +"so sometimes your best bet is a dump/reload process." msgstr "" #. Tag: para #: installation.xml:958 #, no-c-format -msgid "PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and a HARD UPGRADE procedure for major releases." +msgid "" +"PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and " +"a HARD UPGRADE procedure for major releases." msgstr "" #. Tag: para #: installation.xml:963 #, no-c-format -msgid "Before attempting to upgrade PostGIS, it is always worth to backup your data. If you use the -Fc flag to pg_dump you will always be able to restore the dump with a HARD UPGRADE." +msgid "" +"Before attempting to upgrade PostGIS, it is always worth to backup your " +"data. If you use the -Fc flag to pg_dump you will always be able to restore " +"the dump with a HARD UPGRADE." msgstr "" #. Tag: title @@ -1340,7 +1776,11 @@ msgstr "" #. Tag: para #: installation.xml:972 #, no-c-format -msgid "If you installed your database using extensions, you'll need to upgrade using the extension model as well. If you installed using the old sql script way, then you should upgrade using the sql script way. Please refer to the appropriate." +msgid "" +"If you installed your database using extensions, you'll need to upgrade " +"using the extension model as well. If you installed using the old sql script " +"way, then you should upgrade using the sql script way. Please refer to the " +"appropriate." msgstr "" #. Tag: title @@ -1352,7 +1792,10 @@ msgstr "" #. Tag: para #: installation.xml:976 #, no-c-format -msgid "This section applies only to those who installed PostGIS not using extensions. If you have extensions and try to upgrade with this approach you'll get messages like:" +msgid "" +"This section applies only to those who installed PostGIS not using " +"extensions. If you have extensions and try to upgrade with this approach " +"you'll get messages like:" msgstr "" #. Tag: programlisting @@ -1364,7 +1807,13 @@ msgstr "" #. Tag: para #: installation.xml:978 #, no-c-format -msgid "After compiling you should find several postgis_upgrade*.sql files. Install the one for your version of PostGIS. For example postgis_upgrade_13_to_15.sql should be used if you are upgrading from PostGIS 1.3 to 1.5. If you are moving from PostGIS 1.* to PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD UPGRADE." +msgid "" +"After compiling you should find several postgis_upgrade*.sql files. Install the one for your version of PostGIS. For example " +"postgis_upgrade_13_to_15.sql should be used if you are " +"upgrading from PostGIS 1.3 to 1.5. If you are moving from PostGIS 1.* to " +"PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD " +"UPGRADE." msgstr "" #. Tag: programlisting @@ -1376,7 +1825,10 @@ msgstr "" #. Tag: para #: installation.xml:986 #, no-c-format -msgid "The same procedure applies to raster and topology extensions, with upgrade files named rtpostgis_upgrade*.sql and topology_upgrade*.sql respectively. If you need them:" +msgid "" +"The same procedure applies to raster and topology extensions, with upgrade " +"files named rtpostgis_upgrade*.sql and " +"topology_upgrade*.sql respectively. If you need them:" msgstr "" #. Tag: programlisting @@ -1394,13 +1846,19 @@ msgstr "" #. Tag: para #: installation.xml:998 #, no-c-format -msgid "If you can't find the postgis_upgrade*.sql specific for upgrading your version you are using a version too early for a soft upgrade and need to do a HARD UPGRADE." +msgid "" +"If you can't find the postgis_upgrade*.sql specific for " +"upgrading your version you are using a version too early for a soft upgrade " +"and need to do a HARD UPGRADE." msgstr "" #. Tag: para #: installation.xml:1004 #, no-c-format -msgid "The function should inform you about the need to run this kind of upgrade using a \"procs need upgrade\" message." +msgid "" +"The function should inform you " +"about the need to run this kind of upgrade using a \"procs need upgrade\" " +"message." msgstr "" #. Tag: title @@ -1412,15 +1870,18 @@ msgstr "" #. Tag: para #: installation.xml:1012 #, no-c-format -msgid "If you originally installed PostGIS with extensions, then you need to upgrade using extensions as well. Doing a minor upgrade with extensions, is fairly painless." +msgid "" +"If you originally installed PostGIS with extensions, then you need to " +"upgrade using extensions as well. Doing a minor upgrade with extensions, is " +"fairly painless." msgstr "" #. Tag: programlisting #: installation.xml:1013 #, no-c-format msgid "" - "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n" - "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";" +"ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n" +"ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";" msgstr "" #. Tag: para @@ -1438,13 +1899,21 @@ msgstr "" #. Tag: para #: installation.xml:1016 #, no-c-format -msgid "Then you'll need to backup your database, create a fresh one as described in and then restore your backup ontop of this new database. You might get a message that postgis extension already installed which you can safely ignore." +msgid "" +"Then you'll need to backup your database, create a fresh one as described in " +" and then restore your backup " +"ontop of this new database. You might get a message that postgis " +"extension already installed which you can safely ignore." msgstr "" #. Tag: para #: installation.xml:1018 #, no-c-format -msgid "If you installed PostGIS originally without a version specified, you can often skip the reinstallation of postgis extension before restoring since the backup just has CREATE EXTENSION postgis and thus picks up the newest latest version during restore. ." +msgid "" +"If you installed PostGIS originally without a version specified, you can " +"often skip the reinstallation of postgis extension before restoring since " +"the backup just has CREATE EXTENSION postgis and thus picks up " +"the newest latest version during restore. ." msgstr "" #. Tag: title @@ -1456,19 +1925,32 @@ msgstr "" #. Tag: para #: installation.xml:1027 #, no-c-format -msgid "By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You need a HARD UPGRADE when PostGIS objects' internal storage changes or when SOFT UPGRADE is not possible. The Release Notes appendix reports for each version whether you need a dump/reload (HARD UPGRADE) to upgrade." +msgid "" +"By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You " +"need a HARD UPGRADE when PostGIS objects' internal storage changes or when " +"SOFT UPGRADE is not possible. The Release " +"Notes appendix reports for each version whether you need a dump/" +"reload (HARD UPGRADE) to upgrade." msgstr "" #. Tag: para #: installation.xml:1036 #, no-c-format -msgid "The dump/reload process is assisted by the postgis_restore.pl script which takes care of skipping from the dump all definitions which belong to PostGIS (including old ones), allowing you to restore your schemas and data into a database with PostGIS installed without getting duplicate symbol errors or bringing forward deprecated objects." +msgid "" +"The dump/reload process is assisted by the postgis_restore.pl script which " +"takes care of skipping from the dump all definitions which belong to PostGIS " +"(including old ones), allowing you to restore your schemas and data into a " +"database with PostGIS installed without getting duplicate symbol errors or " +"bringing forward deprecated objects." msgstr "" #. Tag: para #: installation.xml:1045 #, no-c-format -msgid "Supplementary instructions for windows users are available at Windows Hard upgrade." +msgid "" +"Supplementary instructions for windows users are available at Windows Hard " +"upgrade." msgstr "" #. Tag: para @@ -1480,43 +1962,70 @@ msgstr "" #. Tag: para #: installation.xml:1056 #, no-c-format -msgid "Create a \"custom-format\" dump of the database you want to upgrade (let's call it olddb) include binary blobs (-b) and verbose (-v) output. The user can be the owner of the db, need not be postgres super account." +msgid "" +"Create a \"custom-format\" dump of the database you want to upgrade (let's " +"call it olddb) include binary blobs (-b) and verbose (-v) " +"output. The user can be the owner of the db, need not be postgres super " +"account." msgstr "" #. Tag: programlisting #: installation.xml:1064 #, no-c-format -msgid "pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb.backup\" olddb" +msgid "" +"pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb." +"backup\" olddb" msgstr "" #. Tag: para #: installation.xml:1070 #, no-c-format -msgid "Do a fresh install of PostGIS in a new database -- we'll refer to this database as newdb. Please refer to and for instructions on how to do this." +msgid "" +"Do a fresh install of PostGIS in a new database -- we'll refer to this " +"database as newdb. Please refer to and for " +"instructions on how to do this." msgstr "" #. Tag: para #: installation.xml:1077 #, no-c-format -msgid "The spatial_ref_sys entries found in your dump will be restored, but they will not override existing ones in spatial_ref_sys. This is to ensure that fixes in the official set will be properly propagated to restored databases. If for any reason you really want your own overrides of standard entries just don't load the spatial_ref_sys.sql file when creating the new db." +msgid "" +"The spatial_ref_sys entries found in your dump will be restored, but they " +"will not override existing ones in spatial_ref_sys. This is to ensure that " +"fixes in the official set will be properly propagated to restored databases. " +"If for any reason you really want your own overrides of standard entries " +"just don't load the spatial_ref_sys.sql file when creating the new db." msgstr "" #. Tag: para #: installation.xml:1087 #, no-c-format -msgid "If your database is really old or you know you've been using long deprecated functions in your views and functions, you might need to load legacy.sql for all your functions and views etc. to properly come back. Only do this if _really_ needed. Consider upgrading your views and functions before dumping instead, if possible. The deprecated functions can be later removed by loading uninstall_legacy.sql." +msgid "" +"If your database is really old or you know you've been using long deprecated " +"functions in your views and functions, you might need to load " +"legacy.sql for all your functions and views etc. to " +"properly come back. Only do this if _really_ needed. Consider upgrading your " +"views and functions before dumping instead, if possible. The deprecated " +"functions can be later removed by loading uninstall_legacy.sql." msgstr "" #. Tag: para #: installation.xml:1103 #, no-c-format -msgid "Restore your backup into your fresh newdb database using postgis_restore.pl. Unexpected errors, if any, will be printed to the standard error stream by psql. Keep a log of those." +msgid "" +"Restore your backup into your fresh newdb database using " +"postgis_restore.pl. Unexpected errors, if any, will be printed to the " +"standard error stream by psql. Keep a log of those." msgstr "" #. Tag: programlisting #: installation.xml:1111 #, no-c-format -msgid "perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost -p 5432 -U postgres newdb 2> errors.txt" +msgid "" +"perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost " +"-p 5432 -U postgres newdb 2> errors.txt" msgstr "" #. Tag: para @@ -1528,25 +2037,46 @@ msgstr "" #. Tag: para #: installation.xml:1123 #, no-c-format -msgid "Some of your views or functions make use of deprecated PostGIS objects. In order to fix this you may try loading legacy.sql script prior to restore or you'll have to restore to a version of PostGIS which still contains those objects and try a migration again after porting your code. If the legacy.sql way works for you, don't forget to fix your code to stop using deprecated functions and drop them loading uninstall_legacy.sql." +msgid "" +"Some of your views or functions make use of deprecated PostGIS objects. In " +"order to fix this you may try loading legacy.sql script " +"prior to restore or you'll have to restore to a version of PostGIS which " +"still contains those objects and try a migration again after porting your " +"code. If the legacy.sql way works for you, don't forget " +"to fix your code to stop using deprecated functions and drop them loading " +"uninstall_legacy.sql." msgstr "" #. Tag: para #: installation.xml:1135 #, no-c-format -msgid "Some custom records of spatial_ref_sys in dump file have an invalid SRID value. Valid SRID values are bigger than 0 and smaller than 999000. Values in the 999000.999999 range are reserved for internal use while values > 999999 can't be used at all. All your custom records with invalid SRIDs will be retained, with those > 999999 moved into the reserved range, but the spatial_ref_sys table would loose a check constraint guarding for that invariant to hold and possibly also its primary key ( when multiple invalid SRIDS get converted to the same reserved SRID value )." +msgid "" +"Some custom records of spatial_ref_sys in dump file have an invalid SRID " +"value. Valid SRID values are bigger than 0 and smaller than 999000. Values " +"in the 999000.999999 range are reserved for internal use while values > " +"999999 can't be used at all. All your custom records with invalid SRIDs will " +"be retained, with those > 999999 moved into the reserved range, but the " +"spatial_ref_sys table would loose a check constraint guarding for that " +"invariant to hold and possibly also its primary key ( when multiple invalid " +"SRIDS get converted to the same reserved SRID value )." msgstr "" #. Tag: para #: installation.xml:1149 #, no-c-format -msgid "In order to fix this you should copy your custom SRS to a SRID with a valid value (maybe in the 910000..910999 range), convert all your tables to the new srid (see ), delete the invalid entry from spatial_ref_sys and re-construct the check(s) with:" +msgid "" +"In order to fix this you should copy your custom SRS to a SRID with a valid " +"value (maybe in the 910000..910999 range), convert all your tables to the " +"new srid (see ), delete the invalid " +"entry from spatial_ref_sys and re-construct the check(s) with:" msgstr "" #. Tag: programlisting #: installation.xml:1156 #, no-c-format -msgid "ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check (srid > 0 AND srid < 999000 );" +msgid "" +"ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check " +"(srid > 0 AND srid < 999000 );" msgstr "" #. Tag: programlisting @@ -1564,13 +2094,24 @@ msgstr "" #. Tag: para #: installation.xml:1170 #, no-c-format -msgid "There are several things to check when your installation or upgrade doesn't go as you expected." +msgid "" +"There are several things to check when your installation or upgrade doesn't " +"go as you expected." msgstr "" #. Tag: para #: installation.xml:1177 #, no-c-format -msgid "Check that you have installed PostgreSQL &min_postgres_version; or newer, and that you are compiling against the same version of the PostgreSQL source as the version of PostgreSQL that is running. Mix-ups can occur when your (Linux) distribution has already installed PostgreSQL, or you have otherwise installed PostgreSQL before and forgotten about it. PostGIS will only work with PostgreSQL &min_postgres_version; or newer, and strange, unexpected error messages will result if you use an older version. To check the version of PostgreSQL which is running, connect to the database using psql and run this query:" +msgid "" +"Check that you have installed PostgreSQL &min_postgres_version; or newer, " +"and that you are compiling against the same version of the PostgreSQL source " +"as the version of PostgreSQL that is running. Mix-ups can occur when your " +"(Linux) distribution has already installed PostgreSQL, or you have otherwise " +"installed PostgreSQL before and forgotten about it. PostGIS will only work " +"with PostgreSQL &min_postgres_version; or newer, and strange, unexpected " +"error messages will result if you use an older version. To check the version " +"of PostgreSQL which is running, connect to the database using psql and run " +"this query:" msgstr "" #. Tag: programlisting @@ -1582,13 +2123,18 @@ msgstr "" #. Tag: para #: installation.xml:1192 #, no-c-format -msgid "If you are running an RPM based distribution, you can check for the existence of pre-installed packages using the rpm command as follows: rpm -qa | grep postgresql" +msgid "" +"If you are running an RPM based distribution, you can check for the " +"existence of pre-installed packages using the rpm command " +"as follows: rpm -qa | grep postgresql" msgstr "" #. Tag: para #: installation.xml:1200 #, no-c-format -msgid "If your upgrade fails, make sure you are restoring into a database that already has PostGIS installed." +msgid "" +"If your upgrade fails, make sure you are restoring into a database that " +"already has PostGIS installed." msgstr "" #. Tag: programlisting @@ -1600,13 +2146,19 @@ msgstr "" #. Tag: para #: installation.xml:1205 #, no-c-format -msgid "Also check that configure has correctly detected the location and version of PostgreSQL, the Proj4 library and the GEOS library." +msgid "" +"Also check that configure has correctly detected the location and version of " +"PostgreSQL, the Proj4 library and the GEOS library." msgstr "" #. Tag: para #: installation.xml:1212 #, no-c-format -msgid "The output from configure is used to generate the postgis_config.h file. Check that the POSTGIS_PGSQL_VERSION, POSTGIS_PROJ_VERSION and POSTGIS_GEOS_VERSION variables have been set correctly." +msgid "" +"The output from configure is used to generate the postgis_config." +"h file. Check that the POSTGIS_PGSQL_VERSION, " +"POSTGIS_PROJ_VERSION and POSTGIS_GEOS_VERSION variables have been set correctly." msgstr "" #. Tag: title @@ -1618,25 +2170,36 @@ msgstr "" #. Tag: para #: installation.xml:1227 #, no-c-format -msgid "The JDBC extensions provide Java objects corresponding to the internal PostGIS types. These objects can be used to write Java clients which query the PostGIS database and draw or do calculations on the GIS data in PostGIS." +msgid "" +"The JDBC extensions provide Java objects corresponding to the internal " +"PostGIS types. These objects can be used to write Java clients which query " +"the PostGIS database and draw or do calculations on the GIS data in PostGIS." msgstr "" #. Tag: para #: installation.xml:1236 #, no-c-format -msgid "Enter the java/jdbc sub-directory of the PostGIS distribution." +msgid "" +"Enter the java/jdbc sub-directory of the PostGIS " +"distribution." msgstr "" #. Tag: para #: installation.xml:1243 #, no-c-format -msgid "Run the ant command. Copy the postgis.jar file to wherever you keep your java libraries." +msgid "" +"Run the ant command. Copy the postgis.jar file to wherever you keep your java libraries." msgstr "" #. Tag: para #: installation.xml:1251 #, no-c-format -msgid "The JDBC extensions require a PostgreSQL JDBC driver to be present in the current CLASSPATH during the build process. If the PostgreSQL JDBC driver is located elsewhere, you may pass the location of the JDBC driver JAR separately using the -D parameter like this:" +msgid "" +"The JDBC extensions require a PostgreSQL JDBC driver to be present in the " +"current CLASSPATH during the build process. If the PostgreSQL JDBC driver is " +"located elsewhere, you may pass the location of the JDBC driver JAR " +"separately using the -D parameter like this:" msgstr "" #. Tag: programlisting @@ -1648,7 +2211,9 @@ msgstr "" #. Tag: para #: installation.xml:1260 #, no-c-format -msgid "PostgreSQL JDBC drivers can be downloaded from http://jdbc.postgresql.org ." +msgid "" +"PostgreSQL JDBC drivers can be downloaded from http://jdbc.postgresql.org ." msgstr "" #. Tag: title @@ -1660,21 +2225,27 @@ msgstr "" #. Tag: para #: installation.xml:1272 #, no-c-format -msgid "The data loader and dumper are built and installed automatically as part of the PostGIS build. To build and install them manually:" +msgid "" +"The data loader and dumper are built and installed automatically as part of " +"the PostGIS build. To build and install them manually:" msgstr "" #. Tag: programlisting #: installation.xml:1277 #, no-c-format msgid "" - "# cd postgis-&last_release_version;/loader\n" - "# make\n" - "# make install" +"# cd postgis-&last_release_version;/loader\n" +"# make\n" +"# make install" msgstr "" #. Tag: para #: installation.xml:1279 #, no-c-format -msgid "The loader is called shp2pgsql and converts ESRI Shape files into SQL suitable for loading in PostGIS/PostgreSQL. The dumper is called pgsql2shp and converts PostGIS tables (or queries) into ESRI Shape files. For more verbose documentation, see the online help, and the manual pages." +msgid "" +"The loader is called shp2pgsql and converts ESRI Shape " +"files into SQL suitable for loading in PostGIS/PostgreSQL. The dumper is " +"called pgsql2shp and converts PostGIS tables (or " +"queries) into ESRI Shape files. For more verbose documentation, see the " +"online help, and the manual pages." msgstr "" - diff --git a/doc/po/templates/installation.xml.pot b/doc/po/templates/installation.xml.pot index 11bfce794..793ba82a1 100644 --- a/doc/po/templates/installation.xml.pot +++ b/doc/po/templates/installation.xml.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-09-14 17:50+0000\n" +"POT-Creation-Date: 2012-10-12 07:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -73,7 +73,7 @@ msgstr "" #. Tag: para #: installation.xml:18 #, no-c-format -msgid "topology_comments.sql since its an optional feature is not installed by make install or make comments install. However if you do a make comments or make topology_comments.sql, it will be generated in the docs folder" +msgid "topology_comments.sql since its an optional feature is not installed by make install or make comments install. However if you do a make comments or make topology_comments.sql, it will be generated in the docs folder" msgstr "" #. Tag: para @@ -445,7 +445,7 @@ msgid "As of PostGIS v1.4.0, all the functions have comments generated from the msgstr "" #. Tag: command -#: installation.xml:517 +#: installation.xml:517 installation.xml:539 #, no-c-format msgid "make comments" msgstr "" @@ -486,12 +486,6 @@ msgstr "" msgid "If you are building from source repository, you need to build the function descriptions first. These get built if you have docbook installed. You can also manually build with the statement:" msgstr "" -#. Tag: programlisting -#: installation.xml:539 -#, no-c-format -msgid "make comments" -msgstr "" - #. Tag: para #: installation.xml:540 #, no-c-format