update es po files from transifex
authorRegina Obe <lr@pcorp.us>
Mon, 24 Jul 2017 00:25:47 +0000 (00:25 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 24 Jul 2017 00:25:47 +0000 (00:25 +0000)
References #3793

git-svn-id: http://svn.osgeo.org/postgis/trunk@15505 b70326c6-7e19-0410-871a-916f4a2858ee

23 files changed:
doc/po/es/extras_address_standardizer.xml.po
doc/po/es/extras_topology.xml.po
doc/po/es/faq.xml.po
doc/po/es/faq_raster.xml.po
doc/po/es/installation.xml.po
doc/po/es/introduction.xml.po
doc/po/es/performance_tips.xml.po
doc/po/es/postgis.xml.po
doc/po/es/reference_accessor.xml.po
doc/po/es/reference_constructor.xml.po
doc/po/es/reference_editor.xml.po
doc/po/es/reference_exception.xml.po
doc/po/es/reference_guc.xml.po
doc/po/es/reference_lrs.xml.po
doc/po/es/reference_measure.xml.po
doc/po/es/reference_misc.xml.po
doc/po/es/reference_operator.xml.po
doc/po/es/reference_output.xml.po
doc/po/es/reference_processing.xml.po
doc/po/es/reference_raster.xml.po
doc/po/es/reference_sfcgal.xml.po
doc/po/es/release_notes.xml.po
doc/po/es/using_postgis_dataman.xml.po

index 1d5fc58e4dcf5742b3553f441ce11e9ba1f16d8d..1672105db20f279f2d5fd13eda56dac3fc913ca9 100644 (file)
@@ -1,13 +1,15 @@
 # SOME DESCRIPTIVE TITLE.
 #
 # Translators:
+# Daniel Quisbert <dani3l.quisb3rt@gmail.com>, 2017
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
-"PO-Revision-Date: 2015-09-29 12:22+0000\n"
-"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
+"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"PO-Revision-Date: 2017-07-14 13:47+0000\n"
+"Last-Translator: Daniel Quisbert <dani3l.quisb3rt@gmail.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -20,7 +22,7 @@ msgstr ""
 #: extras_address_standardizer.xml:3
 #, no-c-format
 msgid "Address Standardizer"
-msgstr ""
+msgstr "Normalizador de Direcciones"
 
 #. Tag: para
 #: extras_address_standardizer.xml:4
@@ -40,6 +42,9 @@ msgid ""
 "address and normalizes it based on a set of rules stored in a table and "
 "helper lex and gaz tables."
 msgstr ""
+"El normalizador de direcciones es un analizador de direcciones de una sola "
+"línea que toma una dirección de entrada y la normaliza basándose en un "
+"conjunto de reglas almacenadas en una tabla y en las tablas de lex y gaz"
 
 #. Tag: para
 #: extras_address_standardizer.xml:6
@@ -53,6 +58,14 @@ msgid ""
 "contains gaz, lex, and rules tables for US data. This extensions can be "
 "installed via: <code>CREATE EXTENSION address_standardizer_data_us;</code>"
 msgstr ""
+"El código está construido en una única librería de extensiones postgresql "
+"llamada <code>address_standardizer</code> que puede ser instalada con "
+"<code>CREATE EXTENSION address_standardizer;</code>.  A demás de la "
+"extensión address_standardizer, una extensión de datos de ejemplo llamada "
+"<code>address_standardizer_data_us</code> es construida, la cual contiene "
+"tablas de gaz, lex, y rules para datos de Estados Unidos. Estas extensiones "
+"se pueden instalar mediante <code>CREATE EXTENSION "
+"address_standardizer_data_us;</code>"
 
 #. Tag: para
 #: extras_address_standardizer.xml:7
@@ -61,6 +74,9 @@ msgid ""
 "The code for this extension can be found in the PostGIS <filename>extensions/"
 "address_standardizer</filename> and is currently self-contained."
 msgstr ""
+"El código para esta extensión se puede encontrar en PostGIS "
+"<filename>extensions/address_standardizer</filename> y es actualmente "
+"autocontenido."
 
 #. Tag: para
 #: extras_address_standardizer.xml:8
@@ -69,12 +85,14 @@ msgid ""
 "For installation instructions refer to: <xref linkend="
 "\"installing_pagc_address_standardizer\"/>."
 msgstr ""
+"Para instrucciones de instalación, consulte: <xref linkend="
+"\"installing_pagc_address_standardizer\"/>."
 
 #. Tag: title
 #: extras_address_standardizer.xml:9
 #, no-c-format
 msgid "How the Parser Works"
-msgstr ""
+msgstr "Cómo funciona el analizador"
 
 #. Tag: para
 #: extras_address_standardizer.xml:10
@@ -86,12 +104,17 @@ msgid ""
 "currently does not look for a country code or name, but that could be "
 "introduced in the future."
 msgstr ""
+"El analizador trabaja de derecha a izquierda localizando primero los macro "
+"elementos para el codigo postal, estado/provincia, ciudad y a continuación "
+"los micro elementos para determinar si se esta tratando con un número de "
+"casa y calle o una interterseccion de calle o un hito. Actualmente no busca "
+"por un código o nombre de país, pero podría ser introducido en el futuro."
 
 #. Tag: term
 #: extras_address_standardizer.xml:17
 #, no-c-format
 msgid "Country code"
-msgstr ""
+msgstr "Código de país"
 
 #. Tag: para
 #: extras_address_standardizer.xml:18
@@ -105,7 +128,7 @@ msgstr ""
 #: extras_address_standardizer.xml:21
 #, no-c-format
 msgid "Postcode/zipcode"
-msgstr ""
+msgstr "Código postal"
 
 #. Tag: para
 #: extras_address_standardizer.xml:22
@@ -115,12 +138,15 @@ msgid ""
 "are currently in the parseaddress-api.c and are relatively simple to make "
 "changes to if needed."
 msgstr ""
+"Éstos se reconocen utilizando expresiones regulares compatibles con Perl. "
+"Estos regexs están actualmente en el parseaddress-api.c y es relativamente "
+"simple hacer cambios si es necesario."
 
 #. Tag: term
 #: extras_address_standardizer.xml:27
 #, no-c-format
 msgid "State/province"
-msgstr ""
+msgstr "Estado/provincia"
 
 #. Tag: para
 #: extras_address_standardizer.xml:28
@@ -130,6 +156,9 @@ msgid ""
 "are currently in the parseaddress-api.c but could get moved into includes in "
 "the future for easier maintenance."
 msgstr ""
+"Éstos son reconocidos utilizando expresiones regulares compatibles con Perl. "
+"Estos regexs están actualmente en el parseaddress-api.c pero podrían ser "
+"movidos e incluidos en el futuro para facilitar el mantenimiento."
 
 #. Tag: para
 #: extras_address_standardizer.xml:37
@@ -139,18 +168,22 @@ msgid ""
 "Standardizer extension. Note we describe the casting behavior of these which "
 "is very important especially when designing your own functions."
 msgstr ""
+"Esta sección lista los tipos de datos PostgreSQL instalados por la extensión "
+"Address Standardizer. Tenga en cuenta que describimos el comportamiento de "
+"fusión de estos que es muy importante, especialmente al diseñar sus propias "
+"funciones."
 
 #. Tag: title
 #: extras_address_standardizer.xml:42
 #, no-c-format
 msgid "Address Standardizer Types"
-msgstr ""
+msgstr "Tipos de Address Standardizer"
 
 #. Tag: refname
 #: extras_address_standardizer.xml:45
 #, no-c-format
 msgid "stdaddr"
-msgstr ""
+msgstr "stdaddr"
 
 #. Tag: refpurpose
 #: extras_address_standardizer.xml:46
@@ -159,6 +192,8 @@ msgid ""
 "A composite type that consists of the elements of an address. This is the "
 "return type for <varname>standardize_address</varname> function."
 msgstr ""
+"Un tipo compuesto que consiste en los elementos de una dirección. Este es el "
+"tipo de retorno para la función <varname>standardize_address </varname>."
 
 #. Tag: title
 #: extras_address_standardizer.xml:49 extras_address_standardizer.xml:153
@@ -166,7 +201,7 @@ msgstr ""
 #: extras_address_standardizer.xml:586 extras_address_standardizer.xml:646
 #, no-c-format
 msgid "Description"
-msgstr ""
+msgstr "Descripción"
 
 #. Tag: para
 #: extras_address_standardizer.xml:50
@@ -185,6 +220,8 @@ msgid ""
 "The token numbers denote the output reference number in the <xref linkend="
 "\"rulestab\"/>."
 msgstr ""
+"Los números de token indican el número de referencia de salida<xref linkend="
+"\"rulestab\"/>"
 
 #. Tag: para
 #: extras_address_standardizer.xml:52 extras_address_standardizer.xml:593
@@ -197,7 +234,7 @@ msgstr ""
 #: extras_address_standardizer.xml:55
 #, no-c-format
 msgid "building"
-msgstr ""
+msgstr "construyendo"
 
 #. Tag: para
 #: extras_address_standardizer.xml:57
@@ -265,7 +302,7 @@ msgstr ""
 #: extras_address_standardizer.xml:78
 #, no-c-format
 msgid "name"
-msgstr ""
+msgstr "nombre"
 
 #. Tag: para
 #: extras_address_standardizer.xml:80 extras_address_standardizer.xml:415
@@ -327,13 +364,13 @@ msgstr ""
 #: extras_address_standardizer.xml:100
 #, no-c-format
 msgid "is text: Extra information like Floor number."
-msgstr ""
+msgstr "Es texto: Información adicional como el número de piso."
 
 #. Tag: term
 #: extras_address_standardizer.xml:103
 #, no-c-format
 msgid "city"
-msgstr ""
+msgstr "ciudad"
 
 #. Tag: para
 #: extras_address_standardizer.xml:105
@@ -345,7 +382,7 @@ msgstr ""
 #: extras_address_standardizer.xml:108
 #, no-c-format
 msgid "state"
-msgstr ""
+msgstr "estado"
 
 #. Tag: para
 #: extras_address_standardizer.xml:110
@@ -358,7 +395,7 @@ msgstr ""
 #: extras_address_standardizer.xml:113
 #, no-c-format
 msgid "country"
-msgstr ""
+msgstr "país"
 
 #. Tag: para
 #: extras_address_standardizer.xml:115
@@ -370,7 +407,7 @@ msgstr ""
 #: extras_address_standardizer.xml:118
 #, no-c-format
 msgid "postcode"
-msgstr ""
+msgstr "código postal"
 
 #. Tag: para
 #: extras_address_standardizer.xml:120
@@ -398,7 +435,7 @@ msgstr ""
 #: extras_address_standardizer.xml:128
 #, no-c-format
 msgid "unit"
-msgstr ""
+msgstr "unidad"
 
 #. Tag: para
 #: extras_address_standardizer.xml:130
@@ -457,6 +494,8 @@ msgid ""
 "A rules table must have at least the following columns, though you are "
 "allowed to add more for your own uses."
 msgstr ""
+"Una tabla de reglas debe tener al menos las siguientes columnas, aunque se "
+"le permite agregar más para sus propios usos."
 
 #. Tag: term
 #: extras_address_standardizer.xml:158 extras_address_standardizer.xml:492
@@ -470,13 +509,13 @@ msgstr ""
 #: extras_address_standardizer.xml:536
 #, no-c-format
 msgid "Primary key of table"
-msgstr ""
+msgstr "Llave primaria de la tabla"
 
 #. Tag: term
 #: extras_address_standardizer.xml:163
 #, no-c-format
 msgid "rule"
-msgstr ""
+msgstr "regla"
 
 #. Tag: para
 #: extras_address_standardizer.xml:165
@@ -520,7 +559,7 @@ msgstr ""
 #: extras_address_standardizer.xml:174
 #, no-c-format
 msgid "Input Tokens"
-msgstr ""
+msgstr "Tokens de entrada"
 
 #. Tag: para
 #: extras_address_standardizer.xml:175
@@ -542,7 +581,7 @@ msgstr ""
 #: extras_address_standardizer.xml:179
 #, no-c-format
 msgid "AMPERS"
-msgstr ""
+msgstr "AMPERS"
 
 #. Tag: para
 #: extras_address_standardizer.xml:181
@@ -551,48 +590,52 @@ msgid ""
 "(13). The ampersand (&amp;) is frequently used to abbreviate the word \"and"
 "\"."
 msgstr ""
+"(13). El ampersand (&amp;) se utiliza frecuentemente para abreviar la letra "
+"\"y\"."
 
 #. Tag: term
 #: extras_address_standardizer.xml:186
 #, no-c-format
 msgid "DASH"
-msgstr ""
+msgstr "DASH"
 
 #. Tag: para
 #: extras_address_standardizer.xml:188
 #, no-c-format
 msgid "(9). A punctuation character."
-msgstr ""
+msgstr "(9). Un carácter de puntuación."
 
 #. Tag: term
 #: extras_address_standardizer.xml:193
 #, no-c-format
 msgid "DOUBLE"
-msgstr ""
+msgstr "DOUBLE"
 
 #. Tag: para
 #: extras_address_standardizer.xml:195
 #, no-c-format
 msgid "(21). A sequence of two letters. Often used as identifiers."
 msgstr ""
+"(21). Secuencia de dos letras. A menudo se utilizan como identificadores."
 
 #. Tag: term
 #: extras_address_standardizer.xml:200
 #, no-c-format
 msgid "FRACT"
-msgstr ""
+msgstr "FRACT"
 
 #. Tag: para
 #: extras_address_standardizer.xml:202
 #, no-c-format
 msgid "(25). Fractions are sometimes used in civic numbers or unit numbers."
 msgstr ""
+"(25). Las fracciones a veces se usan en números cívicos o números de unidad."
 
 #. Tag: term
 #: extras_address_standardizer.xml:207
 #, no-c-format
 msgid "MIXED"
-msgstr ""
+msgstr "MIXED"
 
 #. Tag: para
 #: extras_address_standardizer.xml:209
@@ -601,42 +644,46 @@ msgid ""
 "(23). An alphanumeric string that contains both letters and digits. Used for "
 "identifiers."
 msgstr ""
+"(23). Una cadena alfanumérica que contiene letras y dígitos. Se utiliza para "
+"identificadores."
 
 #. Tag: term
 #: extras_address_standardizer.xml:214
 #, no-c-format
 msgid "NUMBER"
-msgstr ""
+msgstr "NUMBER"
 
 #. Tag: para
 #: extras_address_standardizer.xml:216
 #, no-c-format
 msgid "(0). A string of digits."
-msgstr ""
+msgstr "(0). Una cadena de dígitos."
 
 #. Tag: term
 #: extras_address_standardizer.xml:221 extras_address_standardizer.xml:228
 #, no-c-format
 msgid "<term>ORD</term>"
-msgstr ""
+msgstr "<term>ORD</term>"
 
 #. Tag: para
 #: extras_address_standardizer.xml:223
 #, no-c-format
 msgid "(15). Representations such as First or 1st. Often used in street names."
 msgstr ""
+"(15). Representaciones como Primera o 1ra. Se utiliza a menudo en nombres de "
+"calles."
 
 #. Tag: para
 #: extras_address_standardizer.xml:230
 #, no-c-format
 msgid "(18). A single letter."
-msgstr ""
+msgstr "(18). Una sola letra."
 
 #. Tag: term
 #: extras_address_standardizer.xml:235
 #, no-c-format
 msgid "WORD"
-msgstr ""
+msgstr "WORD"
 
 #. Tag: para
 #: extras_address_standardizer.xml:237
@@ -645,6 +692,8 @@ msgid ""
 "(1). A word is a string of letters of arbitrary length. A single letter can "
 "be both a SINGLE and a WORD."
 msgstr ""
+"(1). Una palabra es una cadena de letras de longitud arbitraria. Una sola "
+"letra puede ser SINGLE y una WORD."
 
 #. Tag: emphasis
 #: extras_address_standardizer.xml:242
@@ -656,7 +705,7 @@ msgstr ""
 #: extras_address_standardizer.xml:245 extras_address_standardizer.xml:446
 #, no-c-format
 msgid "BOXH"
-msgstr ""
+msgstr "BOXH"
 
 #. Tag: para
 #: extras_address_standardizer.xml:247
@@ -665,12 +714,14 @@ msgid ""
 "(14). Words used to denote post office boxes. For example <emphasis>Box</"
 "emphasis> or <emphasis>PO Box</emphasis>."
 msgstr ""
+"(14). Palabras utilizadas para denotar casillas postales. Por ejemplo "
+"<emphasis>Box</emphasis> o <emphasis>PO Box</emphasis>."
 
 #. Tag: term
 #: extras_address_standardizer.xml:252
 #, no-c-format
 msgid "BUILDH"
-msgstr ""
+msgstr "BUILDH"
 
 #. Tag: para
 #: extras_address_standardizer.xml:254
@@ -685,7 +736,7 @@ msgstr ""
 #: extras_address_standardizer.xml:259
 #, no-c-format
 msgid "BUILDT"
-msgstr ""
+msgstr "BUILDT"
 
 #. Tag: para
 #: extras_address_standardizer.xml:261
@@ -714,7 +765,7 @@ msgstr ""
 #: extras_address_standardizer.xml:273
 #, no-c-format
 msgid "MILE"
-msgstr ""
+msgstr "MILE"
 
 #. Tag: para
 #: extras_address_standardizer.xml:275
@@ -726,7 +777,7 @@ msgstr ""
 #: extras_address_standardizer.xml:280
 #, no-c-format
 msgid "ROAD"
-msgstr ""
+msgstr "ROAD"
 
 #. Tag: para
 #: extras_address_standardizer.xml:282
@@ -754,7 +805,7 @@ msgstr ""
 #: extras_address_standardizer.xml:294
 #, no-c-format
 msgid "TYPE"
-msgstr ""
+msgstr "TYPE"
 
 #. Tag: para
 #: extras_address_standardizer.xml:296
@@ -768,7 +819,7 @@ msgstr ""
 #: extras_address_standardizer.xml:301 extras_address_standardizer.xml:461
 #, no-c-format
 msgid "UNITH"
-msgstr ""
+msgstr "UNITH"
 
 #. Tag: para
 #: extras_address_standardizer.xml:303
@@ -788,19 +839,19 @@ msgstr ""
 #: extras_address_standardizer.xml:311
 #, no-c-format
 msgid "QUINT"
-msgstr ""
+msgstr "QUINT"
 
 #. Tag: para
 #: extras_address_standardizer.xml:313
 #, no-c-format
 msgid "(28). A 5 digit number. Identifies a Zip Code"
-msgstr ""
+msgstr "(28). Un número de 5 dígitos. Identifica un código postal"
 
 #. Tag: term
 #: extras_address_standardizer.xml:318
 #, no-c-format
 msgid "QUAD"
-msgstr ""
+msgstr "QUAD"
 
 #. Tag: para
 #: extras_address_standardizer.xml:320
@@ -868,7 +919,7 @@ msgstr ""
 #: extras_address_standardizer.xml:354
 #, no-c-format
 msgid "Output Tokens"
-msgstr ""
+msgstr "Tokens de salida"
 
 #. Tag: para
 #: extras_address_standardizer.xml:355
@@ -900,7 +951,7 @@ msgstr ""
 #: extras_address_standardizer.xml:361
 #, no-c-format
 msgid "MACRO_C"
-msgstr ""
+msgstr "MACRO_C"
 
 #. Tag: para
 #: extras_address_standardizer.xml:362
@@ -1263,7 +1314,7 @@ msgstr ""
 #: extras_address_standardizer.xml:567
 #, no-c-format
 msgid "Address Standardizer Functions"
-msgstr ""
+msgstr "Funciones de Address Standardizer"
 
 #. Tag: refname
 #: extras_address_standardizer.xml:570
@@ -1300,13 +1351,13 @@ msgstr ""
 #: extras_address_standardizer.xml:592 extras_address_standardizer.xml:654
 #, no-c-format
 msgid "Availability: 2.2.0"
-msgstr ""
+msgstr "Disponibilidad: 2.2.0"
 
 #. Tag: title
 #: extras_address_standardizer.xml:598 extras_address_standardizer.xml:660
 #, no-c-format
 msgid "Examples"
-msgstr ""
+msgstr "Ejemplos"
 
 #. Tag: para
 #: extras_address_standardizer.xml:600
@@ -1379,7 +1430,7 @@ msgstr ""
 #: extras_address_standardizer.xml:611 extras_address_standardizer.xml:682
 #, no-c-format
 msgid "See Also"
-msgstr ""
+msgstr "Ver también"
 
 #. Tag: refname
 #: extras_address_standardizer.xml:619
index 1af22f1f490e171254c0454a1d9ddfcd10e6cb9e..f194bf8531f3391ac7e644077d47133943206e28 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
 "PO-Revision-Date: 2017-01-03 14:55+0000\n"
 "Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -129,15 +129,10 @@ msgstr ""
 #: extras_topology.xml:13
 #, no-c-format
 msgid ""
-"To build PostGIS 2.0 with topology support, compile with the --with-topology "
-"option as described in <xref linkend=\"postgis_installation\"/>. Some "
-"functions depend on GEOS 3.3+ so you should compile with GEOS 3.3+ to fully "
-"utilize the topology support."
+"Topolgy support is build by default starting with PostGIS 2.0, and can be "
+"disabled specifying --without-topology configure option at build time as "
+"described in <xref linkend=\"postgis_installation\"/>"
 msgstr ""
-"Para construir PostGIS 2.0 con soporte a topología, compile con la opción --"
-"with-topology como se describe en <xref linkend=\"postgis_installation\"/>. "
-"Algunas funciones dependen de GEOS 3,3+, por tanto debería compilar con GEOS "
-"3.3+ para utilizar el soporte a topología en su totalidad."
 
 #. Tag: para
 #: extras_topology.xml:18
@@ -5203,5 +5198,16 @@ msgid ""
 "(topogeometries composed of other topogeometries)."
 msgstr ""
 
+#~ msgid ""
+#~ "To build PostGIS 2.0 with topology support, compile with the --with-"
+#~ "topology option as described in <xref linkend=\"postgis_installation\"/>. "
+#~ "Some functions depend on GEOS 3.3+ so you should compile with GEOS 3.3+ "
+#~ "to fully utilize the topology support."
+#~ msgstr ""
+#~ "Para construir PostGIS 2.0 con soporte a topología, compile con la opción "
+#~ "--with-topology como se describe en <xref linkend=\"postgis_installation"
+#~ "\"/>. Algunas funciones dependen de GEOS 3,3+, por tanto debería compilar "
+#~ "con GEOS 3.3+ para utilizar el soporte a topología en su totalidad."
+
 #~ msgid ", <xref linkend=\"spatial_ref_sys\"/>"
 #~ msgstr ", <xref linkend=\"spatial_ref_sys\"/>"
index 055b50ffab76bdc08e034cd90caa28880995ce7e..d32f477cdd09ea078dc9f749616b74d7dda5af60 100644 (file)
@@ -3,13 +3,14 @@
 # Translators:
 # David Martinez Morata, 2013
 # David Martinez Morata, 2013
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
-"PO-Revision-Date: 2015-09-29 12:23+0000\n"
-"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
+"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"PO-Revision-Date: 2017-07-14 13:00+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -30,6 +31,7 @@ msgstr "Preguntas frecuentes sobre PostGIS"
 msgid ""
 "Where can I find tutorials, guides and workshops on working with PostGIS"
 msgstr ""
+"Donde puedo encontrar tutoriales, guías y talleres de trabajo con PostGIS"
 
 #. Tag: para
 #: faq.xml:12
@@ -40,6 +42,10 @@ msgid ""
 "It includes packaged data as well as intro to working with OpenGeo Suite. It "
 "is probably the best tutorial on PostGIS."
 msgstr ""
+"OpenGeo tiene un tutorial paso a paso taller de guía <ulink url=\"http://"
+"workshops.boundlessgeo.com/postgis-intro/\">Introducción a PostGIS</ulink>. "
+"Incluye los datos empaquetados así como introducción al trabajo con OpenGeo "
+"Suite. Es probablemente el mejor tutorial sobre PostGIS."
 
 #. Tag: para
 #: faq.xml:13
@@ -49,6 +55,10 @@ msgid ""
 "aspx?content_name=postgis_tut01\">PostGIS almost idiot's guide on getting "
 "started</ulink>. That one is more focused on the windows user."
 msgstr ""
+"BostonGIS también tiene un <ulink url=\"http://www.bostongis.com/"
+"PrinterFriendly.aspx?content_name=postgis_tut01\">PostGIS casi de idiotas "
+"guía sobre cómo empezar</ulink>. Que está más centrado en el usuario de "
+"Windows."
 
 #. Tag: para
 #: faq.xml:18
@@ -107,6 +117,10 @@ msgid ""
 "ERROR: operator class \"gist_geometry_ops\" does not exist for access method "
 "\"gist\" Error occurred. This worked fine in PostGIS 1.5."
 msgstr ""
+"Cuando cargo los datos de OpenStreetMap con osm2pgsql, estoy obteniendo un "
+"error fallido: ERROR: la clase de operador \"gist_geometry_ops\" no existe "
+"para el método de acceso \"GIST\" error ocurrido. Esto funcionó bien en "
+"PostGIS 1.5."
 
 #. Tag: para
 #: faq.xml:40
@@ -117,6 +131,11 @@ msgid ""
 "removed. This was done because PostGIS 2 also introduced Nd spatial indexes "
 "for 3D support and the old name was deemed confusing and a misnomer."
 msgstr ""
+"En PostGIS 2, la clase de operador de geometría predeterminada "
+"gist_geometry_ops fue cambiado a gist_geometry_ops_2d y el gist_geometry_ops "
+"fue eliminado por completo. Esto se hizo porque PostGIS 2 también presenta "
+"Nd índices espaciales de soporte 3D y el nombre antiguo fue considerada "
+"confuso y erróneo."
 
 #. Tag: para
 #: faq.xml:41
@@ -127,12 +146,16 @@ msgid ""
 "if you want the default 2D index. So if you manage said good, change index "
 "creation from:"
 msgstr ""
+"Algunas aplicaciones antiguas que como parte del proceso crean tablas e "
+"índices, se hace referencia explícitamente al nombre de clase del operador. "
+"Esto no era necesario si desea el índice predeterminado 2D. Así que si "
+"maneja la buena pronunciación, cambie la creación de índices de:"
 
 #. Tag: para
 #: faq.xml:42
 #, no-c-format
 msgid "BAD:"
-msgstr ""
+msgstr "MAL:"
 
 #. Tag: programlisting
 #: faq.xml:43
@@ -141,18 +164,20 @@ msgid ""
 "CREATE INDEX idx_my_table_geom ON my_table USING gist(geom "
 "gist_geometry_ops);"
 msgstr ""
+"CREATE INDEX idx_my_table_geom ON my_table USING gist(geom "
+"gist_geometry_ops);"
 
 #. Tag: para
 #: faq.xml:44
 #, no-c-format
 msgid "To GOOD:"
-msgstr ""
+msgstr "a BIEN:"
 
 #. Tag: programlisting
 #: faq.xml:45
 #, no-c-format
 msgid "CREATE INDEX idx_my_table_geom ON my_table USING gist(geom);"
-msgstr ""
+msgstr "CREATE INDEX idx_my_table_geom ON my_table USING gist(geom);"
 
 #. Tag: para
 #: faq.xml:47
@@ -161,6 +186,8 @@ msgid ""
 "The only case where you WILL need to specify the operator class is if you "
 "want a 3D spatial index as follows:"
 msgstr ""
+"El único caso donde usted tendrá que especificar la clase de operador es si "
+"usted desea un índice espacial 3D como el siguiente:"
 
 #. Tag: programlisting
 #: faq.xml:48
@@ -169,6 +196,8 @@ msgid ""
 "CREATE INDEX idx_my_super3d_geom ON my_super3d USING gist(geom "
 "gist_geometry_ops_nd);"
 msgstr ""
+"CREATE INDEX idx_my_super3d_geom ON my_super3d USING gist(geom "
+"gist_geometry_ops_nd);"
 
 #. Tag: para
 #: faq.xml:50
@@ -181,6 +210,13 @@ msgid ""
 "index and recreate it without the operator class. This will save you grief "
 "in the future when you need to upgrade again."
 msgstr ""
+"Si usted es desafortunado para ser atrapado con código compilado que no se "
+"puede cambiar que tiene el antiguo gist_geometry_ops de código duro, "
+"entonces usted puede crear la antigua clase utilizando el "
+"<filename>legacy_gist.sql</filename> empaquetado en PostGIS 2.0.2 +. Sin "
+"embargo, si utiliza esta corrección, se le aconseja que en un punto "
+"posterior elimine el índice y lo recree sin la clase de operador. Esto le "
+"ahorrará problemas en el futuro cuando necesite actualizar de nuevo."
 
 #. Tag: para
 #: faq.xml:56
@@ -278,13 +314,13 @@ msgstr ""
 
 #. Tag: programlisting
 #: faq.xml:85
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "-- this should return no records if all your geom fields are filled in\n"
 "SELECT somefield FROM mytable WHERE geom IS NULL;"
 msgstr ""
-"-- si todas tus geometrías estas rellenas, esto debería no devolver ningún "
-"registro         \n"
+"-- Esto debería devolver ningún registro si todos los campos geom están "
+"llenos\n"
 "SELECT somefield FROM mytable WHERE geom IS NULL;"
 
 #. Tag: programlisting
@@ -323,6 +359,18 @@ msgid ""
 "analyzing raster data. Raster has its very own FAQ. Refer to <xref linkend="
 "\"RT_FAQ\"/> and <xref linkend=\"RT_reference\"/> for more details."
 msgstr ""
+"Puede almacenar geometrías Point, LineString, Polygon, MultiPoint, "
+"MultiLineString, MultiPolygon y GeometryCollection. En PostGIS 2.0 y "
+"superior también se pueden almacenar TINS y superficies poliédricas en el "
+"tipo de geometría básica. Éstos se especifican en el Formato de texto bien "
+"conocido de GIS abierto (con extensiones Z, M y ZM). Actualmente hay tres "
+"tipos de datos soportados. El tipo de datos de geometría OGC estándar que "
+"utiliza un sistema de coordenadas planar para la medición, el tipo de datos "
+"geográficos que utiliza un sistema de coordenadas geodésicas, con cálculos "
+"en una esfera o en esferoide. El más reciente miembro de la familia de tipo "
+"espacial en PostGIS es raster para almacenar y analizar los datos raster. "
+"Raster tiene su propia FAQ. Refierase a <xref linkend=\"RT_FAQ\"/> y <xref "
+"linkend=\"RT_reference\"/> para más detalle."
 
 #. Tag: para
 #: faq.xml:110
@@ -352,6 +400,23 @@ msgid ""
 "benefits of each. Refer to <xref linkend=\"PostGIS_TypeFunctionMatrix\"/> to "
 "see what is currently supported and what is not."
 msgstr ""
+"Respuesta corta: geography es un tipo de datos más reciente que admite "
+"mediciones de distancias de largo alcance, pero la mayoría de los cálculos "
+"en él son más lentos de lo que son en geometry. Si utiliza la geography, no "
+"necesita aprender mucho sobre sistemas de coordenadas planas. Geography es "
+"generalmente mejor si lo único que le importa es medir distancias y "
+"longitudes y tiene datos de todo el mundo. El tipo de datos geometry es un "
+"tipo de datos antiguo que tiene muchas más funciones que lo soportan, "
+"disfruta de un mayor soporte de herramientas de terceros, y las operaciones "
+"en él son generalmente más rápidas --a veces hasta 10 veces más rápidas para "
+"geometrías más grandes. Geometry es mejor si se siente cómodo con los "
+"sistemas de referencia espacial o si se trata de datos localizados en los "
+"que todos sus datos encajan en un solo <link linkend=\"spatial_ref_sys\"> "
+"sistema de referencia espacial (SRID)</link>, o si usted necesita hacer un "
+"montón de procesamiento espacial. Es bastante fácil de hacer one-off entre "
+"los dos tipos de conversiones para obtener los beneficios de cada uno. "
+"Consulte <xref linkend=\"PostGIS_TypeFunctionMatrix\"/> para ver lo que "
+"actualmente se soporta y lo que no."
 
 #. Tag: para
 #: faq.xml:125
@@ -430,6 +495,8 @@ msgid ""
 "CREATE TABLE gtest ( gid serial primary key, name varchar(20)\n"
 "        , geom geometry(LINESTRING) );"
 msgstr ""
+"CREATE TABLE gtest ( gid serial primary key, name varchar(20)\n"
+"        , geom geometry(LINESTRING) );"
 
 #. Tag: para
 #: faq.xml:158
@@ -439,6 +506,10 @@ msgid ""
 "PostGIS functions and objects into this database or are using a pre-2.0 "
 "version of PostGIS. See the <xref linkend=\"PGInstall\"/>."
 msgstr ""
+"Si falla la definición de la columna de geometría, es probable que no haya "
+"cargado las funciones y los objetos de PostGIS en esta base de datos o que "
+"esté utilizando una versión de PostGIS anterior a la 2.0. Vea el <xref "
+"linkend=\"PGInstall\"/>."
 
 #. Tag: para
 #: faq.xml:162
@@ -463,6 +534,12 @@ msgid ""
 "  ST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)')\n"
 ");"
 msgstr ""
+"INSERT INTO gtest (ID, NAME, GEOM)\n"
+"VALUES (\n"
+"  1,\n"
+"  'First Geometry',\n"
+"  ST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)')\n"
+");"
 
 #. Tag: para
 #: faq.xml:168
@@ -494,7 +571,7 @@ msgstr "El resultado devuelto debería parecerse a algo así:"
 
 #. Tag: programlisting
 #: faq.xml:177
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "id | name           | geom\n"
 "----+----------------+-----------------------------\n"
@@ -503,7 +580,7 @@ msgid ""
 msgstr ""
 "id | name           | geom\n"
 "----+----------------+-----------------------------\n"
-"  1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8) \n"
+"  1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8)\n"
 "(1 row)"
 
 #. Tag: para
@@ -573,16 +650,16 @@ msgstr ""
 
 #. Tag: programlisting
 #: faq.xml:210
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "SELECT id, the_geom\n"
 "FROM thetable\n"
 "WHERE\n"
 "  ST_Contains(the_geom,'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))');"
 msgstr ""
-"SELECT id, the_geom \n"
-"FROM thetable \n"
-"WHERE \n"
+"SELECT id, the_geom\n"
+"FROM thetable\n"
+"WHERE\n"
 "  ST_Contains(the_geom,'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))');"
 
 #. Tag: para
@@ -828,12 +905,12 @@ msgstr ""
 
 #. Tag: programlisting
 #: faq.xml:330
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "SELECT * FROM geotable\n"
 "WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);"
 msgstr ""
-"SELECT * FROM geotable \n"
+"SELECT * FROM geotable\n"
 "WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);"
 
 #. Tag: para
index 900772fff723678b86df5bb2c73e6f7c156f4f11..a61648981e7bc71cb2efff1df3fa16ee63521296 100644 (file)
@@ -3,13 +3,14 @@
 # Translators:
 # Carlos Barrios <gbarrios@aaa.upv.es>, 2014
 # Minerva Durán Martínez <mine_tod@yahoo.com.mx>, 2015
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2017-01-28 07:02+0000\n"
-"PO-Revision-Date: 2015-09-29 12:23+0000\n"
-"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
+"PO-Revision-Date: 2017-07-20 14:31+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -34,6 +35,11 @@ msgid ""
 "the output GDAL driver</code> when trying to use ST_AsPNG or other raster "
 "input functions."
 msgstr ""
+"Estoy recibiendo error <code>ERROR: RASTER_fromGDALRaster: No se pudo abrir "
+"bytea con GDAL. Compruebe que el bytea es de un formato compatible con GDAL."
+"</code> Cuando se utiliza ST_FromGDALRaster <code>ERROR: rt_raster_to_gdal: "
+"No se pudo cargar el controlador de salida de GDAL</code> Al intentar usar "
+"ST_AsPNG u otras funciones de entrada de raster."
 
 #. Tag: para
 #: faq_raster.xml:14
@@ -46,6 +52,13 @@ msgid ""
 "or all drivers and reenable out of database support, refer to <xref linkend="
 "\"install_short_version\"/>."
 msgstr ""
+"A partir de PostGIS 2.1.3 y 2.0.5, se hizo un cambio de seguridad por "
+"defecto se deshabilitaron todos los controladores GDAL y salida de raster "
+"db. <ulink url=\"http://postgis.net/2014/05/19/"
+"postgis-2.0.6_and_2.1.3\">PostGIS 2.0.6, 2.1.3 security release</ulink>. "
+"Para rehabilitar controladores específicos o todos los controladores y "
+"rehabilitar el soporte de base de datos, consulte <xref linkend="
+"\"install_short_version\"/>."
 
 #. Tag: para
 #: faq_raster.xml:22
@@ -76,7 +89,7 @@ msgstr ""
 
 #. Tag: para
 #: faq_raster.xml:36
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "There is a full length beginner tutorial <ulink url=\"http://trac.osgeo.org/"
 "postgis/wiki/WKTRasterTutorial01\"> Intersecting vector buffers with large "
@@ -94,34 +107,35 @@ msgid ""
 "various other book distributors. All hard-copy books come with a free coupon "
 "to download the E-book version."
 msgstr ""
-"Existe un completo tutorial para principiantes  <ulink url=\"http://trac."
-"osgeo.org/postgis/wiki/WKTRasterTutorial01\"> Realizando intersecciones de "
-"búfers de vectores con grandes coberturas raster usando PostGIS Raster</"
-"ulink>. Jorge tiene en un blog una serie de artículos sobre PostGIS Raster "
-"que muestran cómo cargar datos raster así como una comparativa de las mismas "
-"tareas con Oracle GeoRaster. Consultar <ulink url=\"http://gis4free."
-"wordpress.com/category/postgis-raster/\">Series PostGIS Raster / Oracle "
-"GeoRaster de Jorge</ulink>. Hay un capítulo entero (más de 35 páginas de "
-"contenido) dedicadas a PostGIS Raster con código libre y descargas de datos "
-"en <ulink url=\"http://www.postgis.us/chapter_13\">PostGIS en Acción - "
-"capítulo sobre los Raste</ulink>.  Se puede comprar <ulink url=\"http://www."
-"postgis.us/page_buy_book\">comprar \"PostGIS in Action\"</ulink> a Manning "
-"en copia impresa (importantes descuentos en compras de más de un ejemplar) o "
-"en formato electrónico (E-book). También se puede comprar a Amazon y varias "
-"otras distribuidoras de libros. Todas las copias impresas vienen con un "
-"cupón gratuito para descargarse la versión E-book."
+"Hya un largo y completo tutorial para principiantes <ulink url=\"http://trac."
+"osgeo.org/postgis/wiki/WKTRasterTutorial01\"> Intersección de búferes "
+"vectoriales con cobertura raster grandes usando PostGIS Raster</ulink>. "
+"Jorge tiene una serie de artículos de blog sobre PostGIS Raster que "
+"demuestran cómo cargar datos raster como también comparación cruzada con las "
+"mismas tareas en Oracle GeoRaster. Echa un vistazo a  <ulink url=\"http://"
+"gis4free.wordpress.com/category/postgis-raster/\">Jorge's PostGIS Raster / "
+"Oracle GeoRaster Series</ulink>. Hay un capítulo entero (más de 35 páginas "
+"de contenido) dedicada a PostGIS Raster con código libre y descargas de "
+"datos en <ulink url=\"https://www.manning.com/books/postgis-in-action-second-"
+"edition\">PostGIS in Action - Raster chapter</ulink>. Usted puede <ulink url="
+"\"http://www.postgis.us/page_buy_book\">comprar PostGIS in Action</ulink> "
+"ahora desde Manning la copia impresa (descuentos significativos para compras "
+"a granel) o simplemente el formato de libro electrónico. También puede "
+"comprar desde Amazon y varios otros distribuidores de libros. Todos los "
+"libros de copia impresa vienen con un cupón gratis para descargar la versión "
+"de e-book."
 
 #. Tag: para
 #: faq_raster.xml:43
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "Here is a review from a PostGIS Raster user <ulink url=\"http://"
 "fuzzytolerance.info/blog/2010/10/25/2010-10-26-postgis-raster-ftw/\">PostGIS "
 "raster applied to land classification urban forestry</ulink>"
 msgstr ""
-"Aquí hay una revisión de un usuario de PostGIS Raster <ulink url=\"http://"
-"fuzzytolerance.info/code/postgis-raster-ftw/\">PostGIS ráster aplicado al "
-"uso del suelo forestal urbano</ulink>"
+"Aquí está una revisión de un usuario de PostGIS Raster <ulink url=\"http://"
+"fuzzytolerance.info/blog/2010/10/25/2010-10-26-postgis-raster-ftw/\">PostGIS "
+"raster aplicada a la clasificación de tierras forestales urbanas</ulink>"
 
 #. Tag: para
 #: faq_raster.xml:50
@@ -500,7 +514,7 @@ msgstr ""
 
 #. Tag: para
 #: faq_raster.xml:147
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "PostGIS Raster is undergoing many changes. If you want to get the latest "
 "nightly build for Windows -- then check out the Tamas Szekeres nightly "
@@ -509,13 +523,14 @@ msgid ""
 "SDK bat and run your commands from there. <ulink url=\"www.gisinternals.com"
 "\">http://www.gisinternals.com</ulink>. Also available are VS project files."
 msgstr ""
-"PostGIS está experimentando muchos cambios. Si desea obtener la última "
-"versión para Windows -- consulte los \"nightly builds\" de Tamas Szekeres "
-"generados con Visual Studio que contienen los ejecutables de GDAL, Python "
-"Bindings y MapServer y el controlador para ráster de PostGIS incorporado. "
-"Haga click en el \"bat\" SDK y ejecute los comandos desde allí. <ulink url="
-"\"http://vbkto.dyndns.org/sdk/\">http://vbkto.dyndns.org/sdk/</ulink>. "
-"También hay disponibles ficheros de proyecto de VS."
+"PostGIS Raster está pasando por muchos cambios. Si desea obtener la última "
+"compilación nocturna para Windows -- a continuación, echa un vistazo a los "
+"Tamas Szekeres construcciones nocturnas construidas con Visual Studio que "
+"contienen troncales GDAL, Python Bindings y MapServer ejecutables y "
+"controladores incorporados PostGIS Raster. Simplemente haga clic en el SDK "
+"bat y ejecute sus comandos desde allí. <ulink url=\"www.gisinternals.com"
+"\">http://www.gisinternals.com</ulink>. También están disponibles los "
+"archivos de proyecto vs."
 
 #. Tag: para
 #: faq_raster.xml:151
@@ -547,7 +562,7 @@ msgstr ""
 
 #. Tag: para
 #: faq_raster.xml:163
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "In theory any tool that renders data using GDAL can support PostGIS raster "
 "data or support it with fairly minimal effort. Again for Windows, Tamas' "
@@ -555,12 +570,11 @@ msgid ""
 "ulink> are a good choice if you don't want the hassle of having to setup to "
 "compile your own."
 msgstr ""
-"En teoría cualquier herramienta que renderice datos usando GDAL puede tener "
-"soporte para ráster de PostGIS o soportarlo con un pequeño esfuerzo. De "
-"nuevo, para Windows, los binarios de Tama <ulink url=\"http://vbkto.dyndns."
-"org/sdk/\">http://vbkto.dyndns.org/sdk/</ulink> son una buena elección si no "
-"desea los inconvenientes de tener nosotros mismos que configurar la "
-"compilación."
+"En teoría, cualquier herramienta que procese los datos mediante GDAL puede "
+"soportar datos raster de PostGIS o admitirlo con un esfuerzo bastante "
+"mínimo. Una vez más para Windows, los binarios de Tamas <ulink url=\"www."
+"gisinternals.com\">http://www.gisinternals.com</ulink> son una buena opción "
+"si no quieres tener que configurar tu propia compilación."
 
 #. Tag: para
 #: faq_raster.xml:170
@@ -629,7 +643,7 @@ msgstr ""
 
 #. Tag: programlisting
 #: faq_raster.xml:183
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "-- displaying raster with standard raster options\n"
 "LAYER\n"
@@ -660,18 +674,18 @@ msgid ""
 "        END\n"
 "END"
 msgstr ""
-"-- mostrando datos raster con las opciones estándar raster\n"
+"-- visualización raster con opciones raster standard\n"
 "LAYER\n"
 "        NAME coolwktraster\n"
 "        TYPE raster\n"
 "        STATUS ON\n"
 "        DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' "
-"password='whatever' \n"
-"                schema='someschema' table='cooltable' mode='2'\"        \n"
+"password='whatever'\n"
+"                schema='someschema' table='cooltable' mode='2'\"\n"
 "        PROCESSING \"NODATA=0\"\n"
 "        PROCESSING \"SCALE=AUTO\"\n"
-"        #... otras funciones estándar para procesar ráster aquí\n"
-"        #... las clases son opcionales, pero útiles para datos de 1 banda\n"
+"        #... other standard raster processing functions here\n"
+"        #... classes are optional but useful for 1 band data\n"
 "        CLASS\n"
 "                NAME \"boring\"\n"
 "                EXPRESSION ([pixel] &lt; 20)\n"
@@ -691,7 +705,7 @@ msgstr ""
 
 #. Tag: programlisting
 #: faq_raster.xml:185
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "-- displaying raster with standard raster options and a where clause\n"
 "LAYER\n"
@@ -707,18 +721,18 @@ msgid ""
 "        #... classes are optional but useful for 1 band data\n"
 "END"
 msgstr ""
-"-- visualizando raster con las opciones estándar y una cláusula where\n"
+"-- visualización raster con opciones raster standard y con clausula WHERE\n"
 "LAYER\n"
 "        NAME soil_survey2009\n"
 "        TYPE raster\n"
 "        STATUS ON\n"
 "        DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' "
-"password='whatever' \n"
+"password='whatever'\n"
 "                schema='someschema' table='cooltable' "
-"where='survey_year=2009' mode='2'\"        \n"
+"where='survey_year=2009' mode='2'\"\n"
 "        PROCESSING \"NODATA=0\"\n"
-"        #... otras funciones estándar para procesar ráster aquí\n"
-"        #... las clases son opcionales, pero útiles para datos de 1 banda\n"
+"        #... other standard raster processing functions here\n"
+"        #... classes are optional but useful for 1 band data\n"
 "END"
 
 #. Tag: para
index d14ffb161f9f2e6a9cbc2dcf9e3f1b25bfce1346..0bd38d30015fab712d01e224cde7e96b790ba7b4 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2015-09-29 12:23+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -453,6 +453,16 @@ msgstr ""
 #: installation.xml:179
 #, no-c-format
 msgid ""
+"To enable ST_AsMVT protobuf-c library (for usage) and the protoc-c compiler "
+"(for building) are required. Also, pgk-config is required to verify the "
+"correct minimum version of protobuf-c. See <ulink url=\"https://github.com/"
+"protobuf-c/protobuf-c\">protobuf-c</ulink>."
+msgstr ""
+
+#. Tag: para
+#: installation.xml:187
+#, no-c-format
+msgid ""
 "CUnit (<filename>CUnit</filename>). This is needed for regression testing. "
 "<ulink url=\"http://cunit.sourceforge.net/\">http://cunit.sourceforge.net/</"
 "ulink>"
@@ -462,7 +472,7 @@ msgstr ""
 "sourceforge.net/</ulink>"
 
 #. Tag: para
-#: installation.xml:185
+#: installation.xml:193
 #, no-c-format
 msgid ""
 "DocBook (<filename>xsltproc</filename>) is required for building the "
@@ -474,7 +484,7 @@ msgstr ""
 "org/\"> http://www.docbook.org/ </ulink> ."
 
 #. Tag: para
-#: installation.xml:196
+#: installation.xml:204
 #, no-c-format
 msgid ""
 "DBLatex (<filename>dblatex</filename>) is required for building the "
@@ -486,7 +496,7 @@ msgstr ""
 "dblatex.sourceforge.net/\"> http://dblatex.sourceforge.net/ </ulink> ."
 
 #. Tag: para
-#: installation.xml:207
+#: installation.xml:215
 #, no-c-format
 msgid ""
 "ImageMagick (<filename>convert</filename>) is required to generate the "
@@ -498,13 +508,13 @@ msgstr ""
 "url=\"http://www.imagemagick.org/\"> http://www.imagemagick.org/ </ulink> ."
 
 #. Tag: title
-#: installation.xml:220
+#: installation.xml:228
 #, no-c-format
 msgid "Getting the Source"
 msgstr "Obteniendo el código fuente"
 
 #. Tag: para
-#: installation.xml:222
+#: installation.xml:230
 #, no-c-format
 msgid ""
 "Retrieve the PostGIS source archive from the downloads website <ulink url="
@@ -512,7 +522,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:229
+#: installation.xml:237
 #, no-c-format
 msgid ""
 "wget &postgis_download_url;\n"
@@ -520,7 +530,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:231
+#: installation.xml:239
 #, no-c-format
 msgid ""
 "This will create a directory called <varname>postgis-&last_release_version;</"
@@ -530,7 +540,7 @@ msgstr ""
 "varname> en el directorio de trabajo actual."
 
 #. Tag: para
-#: installation.xml:237
+#: installation.xml:245
 #, no-c-format
 msgid ""
 "Alternatively, checkout the source from the <ulink url=\"http://subversion."
@@ -543,7 +553,7 @@ msgstr ""
 "</ulink> ."
 
 #. Tag: programlisting
-#: installation.xml:249
+#: installation.xml:257
 #, no-c-format
 msgid ""
 "svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-"
@@ -553,7 +563,7 @@ msgstr ""
 "&last_release_version;"
 
 #. Tag: para
-#: installation.xml:251
+#: installation.xml:259
 #, no-c-format
 msgid ""
 "Change into the newly created <varname>postgis-&last_release_version;</"
@@ -563,13 +573,13 @@ msgstr ""
 "creado para continuar con la instalación."
 
 #. Tag: title
-#: installation.xml:259
+#: installation.xml:267
 #, no-c-format
 msgid "Compiling and Install from Source: Detailed"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:262
+#: installation.xml:270
 #, no-c-format
 msgid ""
 "Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In "
@@ -581,7 +591,7 @@ msgstr ""
 "las ultimas versiones o eres alguien que hace mantenimiento de paquetes."
 
 #. Tag: para
-#: installation.xml:267
+#: installation.xml:275
 #, no-c-format
 msgid ""
 "This section includes general compilation instructions, if you are compiling "
@@ -598,7 +608,7 @@ msgstr ""
 "ulink>."
 
 #. Tag: para
-#: installation.xml:269
+#: installation.xml:277
 #, no-c-format
 msgid ""
 "Pre-Built Packages for various OS are listed in <ulink url=\"http://trac."
@@ -609,7 +619,7 @@ msgstr ""
 "Pre-built Packages</ulink>"
 
 #. Tag: para
-#: installation.xml:270
+#: installation.xml:278
 #, no-c-format
 msgid ""
 "If you are a windows user, you can get stable builds via Stackbuilder or "
@@ -629,7 +639,7 @@ msgstr ""
 "para experimentar con las versiones de desarrollo de PostGIS"
 
 #. Tag: para
-#: installation.xml:275
+#: installation.xml:283
 #, no-c-format
 msgid ""
 "The PostGIS module is an extension to the PostgreSQL backend server. As "
@@ -645,7 +655,7 @@ msgstr ""
 "versiones anteriores de PostgreSQL <emphasis>no</emphasis> son compatibles."
 
 #. Tag: para
-#: installation.xml:283
+#: installation.xml:291
 #, no-c-format
 msgid ""
 "Refer to the PostgreSQL installation guides if you haven't already installed "
@@ -657,7 +667,7 @@ msgstr ""
 "postgresql.org </ulink> ."
 
 #. Tag: para
-#: installation.xml:293
+#: installation.xml:301
 #, no-c-format
 msgid ""
 "For GEOS functionality, when you install PostgresSQL you may need to "
@@ -668,13 +678,13 @@ msgstr ""
 "estándar C++:"
 
 #. Tag: programlisting
-#: installation.xml:298
+#: installation.xml:306
 #, no-c-format
 msgid "LDFLAGS=-lstdc++ ./configure [YOUR OPTIONS HERE]"
 msgstr "LDFLAGS=-lstdc++ ./configure [PON TUS OPCIONES AQUI]"
 
 #. Tag: para
-#: installation.xml:300
+#: installation.xml:308
 #, no-c-format
 msgid ""
 "This is a workaround for bogus C++ exceptions interaction with older "
@@ -688,7 +698,7 @@ msgstr ""
 "ello será necesario volver a compilar PostgreSQL desde cero, por supuesto."
 
 #. Tag: para
-#: installation.xml:308
+#: installation.xml:316
 #, no-c-format
 msgid ""
 "The following steps outline the configuration and compilation of the PostGIS "
@@ -699,13 +709,13 @@ msgstr ""
 "Windows o  Mac."
 
 #. Tag: title
-#: installation.xml:315
+#: installation.xml:323
 #, no-c-format
 msgid "Configuration"
 msgstr "Configuración"
 
 #. Tag: para
-#: installation.xml:317
+#: installation.xml:325
 #, no-c-format
 msgid ""
 "As with most linux installations, the first step is to generate the Makefile "
@@ -717,7 +727,7 @@ msgstr ""
 "ejecutando el script de shell."
 
 #. Tag: para
-#: installation.xml:327
+#: installation.xml:335
 #, no-c-format
 msgid ""
 "With no additional parameters, this command will attempt to automatically "
@@ -733,7 +743,7 @@ msgstr ""
 "han instalado las librerías y programas en lugares no standard."
 
 #. Tag: para
-#: installation.xml:336
+#: installation.xml:344
 #, no-c-format
 msgid ""
 "The following list shows only the most commonly used parameters. For a "
@@ -745,7 +755,7 @@ msgstr ""
 "command> o <command>--help=short</command>."
 
 #. Tag: para
-#: installation.xml:346
+#: installation.xml:354
 #, no-c-format
 msgid ""
 "This is the location the PostGIS libraries and SQL scripts will be installed "
@@ -757,7 +767,7 @@ msgstr ""
 "para la instalación PostgreSQL."
 
 #. Tag: para
-#: installation.xml:353
+#: installation.xml:361
 #, no-c-format
 msgid ""
 "This parameter is currently broken, as the package will only install into "
@@ -771,7 +781,7 @@ msgstr ""
 "osgeo.org/postgis/ticket/635 </ulink>"
 
 #. Tag: para
-#: installation.xml:368
+#: installation.xml:376
 #, no-c-format
 msgid ""
 "PostgreSQL provides a utility called <command>pg_config</command> to enable "
@@ -787,7 +797,7 @@ msgstr ""
 "de PostgreSQL de forma manual que PostGIS utilizara para compilar. "
 
 #. Tag: para
-#: installation.xml:382
+#: installation.xml:390
 #, no-c-format
 msgid ""
 "GDAL, a required library, provides functionality needed for raster support "
@@ -804,7 +814,7 @@ msgstr ""
 "personalizada que PostGIS utilizara para compilar."
 
 #. Tag: para
-#: installation.xml:396
+#: installation.xml:404
 #, no-c-format
 msgid ""
 "GEOS, a required geometry library, provides a utility called <command>geos-"
@@ -821,7 +831,7 @@ msgstr ""
 "compilar."
 
 #. Tag: para
-#: installation.xml:410
+#: installation.xml:418
 #, no-c-format
 msgid ""
 "LibXML is the library required for doing GeomFromKML/GML processes. It "
@@ -842,7 +852,7 @@ msgstr ""
 "una instalación personalizada de LibXML con la que compilar PostGIS."
 
 #. Tag: para
-#: installation.xml:428
+#: installation.xml:436
 #, no-c-format
 msgid ""
 "Proj4 is a reprojection library required by PostGIS. Use this parameter "
@@ -855,13 +865,13 @@ msgstr ""
 "compilar PostGIS."
 
 #. Tag: para
-#: installation.xml:440
+#: installation.xml:448
 #, no-c-format
 msgid "Directory where iconv is installed."
 msgstr "Directorio donde iconv esta instalado."
 
 #. Tag: para
-#: installation.xml:449
+#: installation.xml:457
 #, no-c-format
 msgid ""
 "<ulink url=\"http://oss.metaparadigm.com/json-c/\">JSON-C</ulink> is an MIT-"
@@ -878,7 +888,7 @@ msgstr ""
 "para compilar."
 
 #. Tag: para
-#: installation.xml:461
+#: installation.xml:469
 #, no-c-format
 msgid ""
 "<ulink url=\"http://www.pcre.org/\">PCRE</ulink> is an BSD-licensed Perl "
@@ -889,7 +899,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:473
+#: installation.xml:481
 #, no-c-format
 msgid ""
 "Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-"
@@ -899,7 +909,7 @@ msgstr ""
 "interfaz gráfica shp2pgsql-gui para el comando shp2pgsql."
 
 #. Tag: para
-#: installation.xml:482
+#: installation.xml:490
 #, no-c-format
 msgid ""
 "Compile with raster support. This will build rtpostgis-"
@@ -912,19 +922,18 @@ msgstr ""
 "predeterminada."
 
 #. Tag: para
-#: installation.xml:491
-#, no-c-format
+#: installation.xml:499
+#, fuzzy, 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."
+"Disable topology support. There is no corresponding library as all logic "
+"needed for topology is in postgis-&last_release_version; library."
 msgstr ""
 "Compilar con soporte de topología. Esto creara el fichero topology.sql. No "
 "hay librerías dependientes ya que toda la lógica necesaria esta contenida en "
 "la librería postgis-&last_release_version;."
 
 #. Tag: para
-#: installation.xml:500
+#: installation.xml:508
 #, no-c-format
 msgid ""
 "By default PostGIS will try to detect gettext support and compile with it, "
@@ -947,7 +956,7 @@ msgstr ""
 "documentada y sigue siendo experimental."
 
 #. Tag: para
-#: installation.xml:511
+#: installation.xml:519
 #, no-c-format
 msgid ""
 "By default PostGIS will not install with sfcgal support without this switch. "
@@ -956,7 +965,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:519
+#: installation.xml:527
 #, no-c-format
 msgid ""
 "If you obtained PostGIS from the SVN <ulink url=\"http://svn.osgeo.org/"
@@ -967,7 +976,7 @@ msgstr ""
 "trunk/\"> repositorio </ulink> SVN, el primer paso es ejecutar el script"
 
 #. Tag: para
-#: installation.xml:531
+#: installation.xml:539
 #, no-c-format
 msgid ""
 "This script will generate the <command>configure</command> script that in "
@@ -977,7 +986,7 @@ msgstr ""
 "utiliza para personalizar la instalación de PostGIS."
 
 #. Tag: para
-#: installation.xml:536
+#: installation.xml:544
 #, no-c-format
 msgid ""
 "If you instead obtained PostGIS as a tarball, running <command>./autogen.sh</"
@@ -989,13 +998,13 @@ msgstr ""
 "<command>configure</command>."
 
 #. Tag: title
-#: installation.xml:545
+#: installation.xml:553
 #, no-c-format
 msgid "Building"
 msgstr "Compilando"
 
 #. Tag: para
-#: installation.xml:547
+#: installation.xml:555
 #, no-c-format
 msgid ""
 "Once the Makefile has been generated, building PostGIS is as simple as "
@@ -1004,7 +1013,7 @@ msgstr ""
 "Una vez generado el Makefile, compilar PostGIS es tan simple como ejecutar"
 
 #. Tag: para
-#: installation.xml:556
+#: installation.xml:564
 #, no-c-format
 msgid ""
 "The last line of the output should be \"<code>PostGIS was built "
@@ -1014,7 +1023,7 @@ msgstr ""
 "éxito. Listo para instalar.</code>\""
 
 #. Tag: para
-#: installation.xml:561
+#: installation.xml:569
 #, no-c-format
 msgid ""
 "As of PostGIS v1.4.0, all the functions have comments generated from the "
@@ -1033,13 +1042,13 @@ msgstr ""
 "compilar los comentarios"
 
 #. Tag: command
-#: installation.xml:571 installation.xml:595
+#: installation.xml:579 installation.xml:603
 #, no-c-format
 msgid "make comments"
 msgstr "make comments"
 
 #. Tag: para
-#: installation.xml:574
+#: installation.xml:582
 #, no-c-format
 msgid ""
 "Introduced in PostGIS 2.0. This generates html cheat sheets suitable for "
@@ -1058,7 +1067,7 @@ msgstr ""
 "html</filename>"
 
 #. Tag: para
-#: installation.xml:579
+#: installation.xml:587
 #, no-c-format
 msgid ""
 "You can download some pre-built ones available in html and pdf from <ulink "
@@ -1070,19 +1079,19 @@ msgstr ""
 "PostgreSQL</ulink>"
 
 #. Tag: command
-#: installation.xml:582
+#: installation.xml:590
 #, no-c-format
 msgid "make cheatsheets"
 msgstr "make cheatsheets"
 
 #. Tag: title
-#: installation.xml:587
+#: installation.xml:595
 #, no-c-format
 msgid "Building PostGIS Extensions and Deploying them"
 msgstr "Compilando e Instalando Extensiones de PostGIS"
 
 #. Tag: para
-#: installation.xml:589
+#: installation.xml:597
 #, no-c-format
 msgid ""
 "The PostGIS extensions are built and installed automatically if you are "
@@ -1092,7 +1101,7 @@ msgstr ""
 "estas utilizando la version 9.1+ de PostgreSQL"
 
 #. Tag: para
-#: installation.xml:592
+#: installation.xml:600
 #, no-c-format
 msgid ""
 "If you are building from source repository, you need to build the function "
@@ -1104,7 +1113,7 @@ msgstr ""
 "compilado. También puedes compilarla manualmente con la sentencia:"
 
 #. Tag: para
-#: installation.xml:597
+#: installation.xml:605
 #, no-c-format
 msgid ""
 "Building the comments is not necessary if you are building from a release "
@@ -1114,7 +1123,7 @@ msgstr ""
 "que están en el paquete pre-compilados con el tar."
 
 #. Tag: para
-#: installation.xml:598
+#: installation.xml:606
 #, no-c-format
 msgid ""
 "If you are building against PostgreSQL 9.1, the extensions should "
@@ -1128,7 +1137,7 @@ msgstr ""
 "copiar los ficheros en un servidor diferente."
 
 #. Tag: programlisting
-#: installation.xml:600
+#: installation.xml:608
 #, no-c-format
 msgid ""
 "cd extensions\n"
@@ -1163,7 +1172,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:601
+#: installation.xml:609
 #, no-c-format
 msgid ""
 "The extension files will always be the same for the same version of PostGIS "
@@ -1177,7 +1186,7 @@ msgstr ""
 "tienes los binarios de PostGIS ya instalados en tus servidores."
 
 #. Tag: para
-#: installation.xml:603
+#: installation.xml:611
 #, no-c-format
 msgid ""
 "If you want to install the extensions manually on a separate server "
@@ -1193,7 +1202,7 @@ msgstr ""
 "para PostGIS si no los tienes instalados en el servidor."
 
 #. Tag: para
-#: installation.xml:610
+#: installation.xml:618
 #, no-c-format
 msgid ""
 "These are the control files that denote information such as the version of "
@@ -1205,7 +1214,7 @@ msgstr ""
 "control, postgis_topology.control</filename>."
 
 #. Tag: para
-#: installation.xml:616
+#: installation.xml:624
 #, no-c-format
 msgid ""
 "All the files in the /sql folder of each extension. Note that these need to "
@@ -1219,7 +1228,7 @@ msgstr ""
 "postgis_topology/sql/*.sql</filename>"
 
 #. Tag: para
-#: installation.xml:622
+#: installation.xml:630
 #, no-c-format
 msgid ""
 "Once you do that, you should see <varname>postgis</varname>, "
@@ -1231,7 +1240,7 @@ msgstr ""
 "> extensiones."
 
 #. Tag: para
-#: installation.xml:623
+#: installation.xml:631
 #, no-c-format
 msgid ""
 "If you are using psql, you can verify that the extensions are installed by "
@@ -1241,7 +1250,7 @@ msgstr ""
 "instaladas ejecutando la siguiente sentencia:"
 
 #. Tag: programlisting
-#: installation.xml:624
+#: installation.xml:632
 #, no-c-format
 msgid ""
 "SELECT name, default_version,installed_version\n"
@@ -1264,7 +1273,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:626
+#: installation.xml:634
 #, no-c-format
 msgid ""
 "If you have the extension installed in the database you are querying, you'll "
@@ -1282,7 +1291,7 @@ msgstr ""
 "bases de datos y permite actualizar o instalar haciendo click derecho."
 
 #. Tag: para
-#: installation.xml:630
+#: installation.xml:638
 #, no-c-format
 msgid ""
 "If you have the extensions available, you can install postgis extension in "
@@ -1294,7 +1303,7 @@ msgstr ""
 "pgAdmin o ejecutando la siguiente sentencia:"
 
 #. Tag: programlisting
-#: installation.xml:631
+#: installation.xml:639
 #, no-c-format
 msgid ""
 "CREATE EXTENSION postgis;\n"
@@ -1308,7 +1317,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:633
+#: installation.xml:641
 #, no-c-format
 msgid ""
 "In psql you can use to see what versions you have installed and also what "
@@ -1316,7 +1325,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:634
+#: installation.xml:642
 #, no-c-format
 msgid ""
 "\\connect mygisdb\n"
@@ -1325,7 +1334,7 @@ msgid ""
 msgstr ""
 
 #. Tag: screen
-#: installation.xml:636
+#: installation.xml:644
 #, no-c-format
 msgid ""
 "List of installed extensions\n"
@@ -1350,7 +1359,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:638
+#: installation.xml:646
 #, no-c-format
 msgid ""
 "Extension tables <varname>spatial_ref_sys</varname>, <varname>layer</"
@@ -1383,7 +1392,7 @@ msgstr ""
 "nada podemos hacer al respecto."
 
 #. Tag: para
-#: installation.xml:643
+#: installation.xml:651
 #, no-c-format
 msgid ""
 "If you installed &last_release_version;, without using our wonderful "
@@ -1395,7 +1404,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:644
+#: installation.xml:652
 #, no-c-format
 msgid ""
 "If you installed postgis without raster support, you'll need to install "
@@ -1405,7 +1414,7 @@ msgstr ""
 "(usando el archivo <filename>rtpostgis.sql</filename>"
 
 #. Tag: para
-#: installation.xml:645
+#: installation.xml:653
 #, no-c-format
 msgid ""
 "Then you can run the below commands to package the functions in their "
@@ -1417,7 +1426,7 @@ msgstr ""
 " "
 
 #. Tag: programlisting
-#: installation.xml:646
+#: installation.xml:654
 #, no-c-format
 msgid ""
 "CREATE EXTENSION postgis FROM unpackaged;\n"
@@ -1426,25 +1435,25 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: installation.xml:652
+#: installation.xml:660
 #, no-c-format
 msgid "Testing"
 msgstr "Tests"
 
 #. Tag: para
-#: installation.xml:654
+#: installation.xml:662
 #, no-c-format
 msgid "If you wish to test the PostGIS build, run"
 msgstr "Si quieres hacer un test en la compilación de PostGIS, ejecuta"
 
 #. Tag: command
-#: installation.xml:659
+#: installation.xml:667
 #, no-c-format
 msgid "make check"
 msgstr "make check"
 
 #. Tag: para
-#: installation.xml:662
+#: installation.xml:670
 #, no-c-format
 msgid ""
 "The above command will run through various checks and regression tests using "
@@ -1455,7 +1464,7 @@ msgstr ""
 "actual."
 
 #. Tag: para
-#: installation.xml:668
+#: installation.xml:676
 #, no-c-format
 msgid ""
 "If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj4 "
@@ -1467,7 +1476,7 @@ msgstr ""
 "librerías personalizadas en la variable de entorno LD_LIBRARY_PATH."
 
 #. Tag: para
-#: installation.xml:676
+#: installation.xml:684
 #, no-c-format
 msgid ""
 "Currently, the <command>make check</command> relies on the <code>PATH</code> "
@@ -1488,7 +1497,7 @@ msgstr ""
 "de cabeza."
 
 #. Tag: para
-#: installation.xml:688
+#: installation.xml:696
 #, no-c-format
 msgid ""
 "If successful, the output of the test should be similar to the following:"
@@ -1497,7 +1506,7 @@ msgstr ""
 "siguiente:"
 
 #. Tag: programlisting
-#: installation.xml:693
+#: installation.xml:701
 #, no-c-format
 msgid ""
 "CUnit - A unit testing framework for C - Version 2.1-2\n"
@@ -1967,7 +1976,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:695
+#: installation.xml:703
 #, no-c-format
 msgid ""
 "The <varname>postgis_tiger_geocoder</varname> and "
@@ -1978,13 +1987,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:696
+#: installation.xml:704
 #, no-c-format
 msgid "For address_standardizer:"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:697
+#: installation.xml:705
 #, no-c-format
 msgid ""
 "cd extensions/address_standardizer\n"
@@ -1993,13 +2002,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:699
+#: installation.xml:707
 #, no-c-format
 msgid "Output should look like:"
 msgstr ""
 
 #. Tag: screen
-#: installation.xml:700
+#: installation.xml:708
 #, no-c-format
 msgid ""
 "============== dropping database \"contrib_regression\" ==============\n"
@@ -2019,7 +2028,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:702
+#: installation.xml:710
 #, no-c-format
 msgid ""
 "For tiger geocoder, make sure you have postgis and fuzzystrmatch extensions "
@@ -2028,7 +2037,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:703
+#: installation.xml:711
 #, no-c-format
 msgid ""
 "cd extensions/postgis_tiger_geocoder\n"
@@ -2037,13 +2046,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:704
+#: installation.xml:712
 #, no-c-format
 msgid "output should look like:"
 msgstr ""
 
 #. Tag: screen
-#: installation.xml:705
+#: installation.xml:713
 #, no-c-format
 msgid ""
 "============== dropping database \"contrib_regression\" ==============\n"
@@ -2069,25 +2078,25 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: installation.xml:709
+#: installation.xml:717
 #, no-c-format
 msgid "Installation"
 msgstr "Instalación"
 
 #. Tag: para
-#: installation.xml:711
+#: installation.xml:719
 #, no-c-format
 msgid "To install PostGIS, type"
 msgstr "Para instalar PostGIS entre"
 
 #. Tag: command
-#: installation.xml:716
+#: installation.xml:724
 #, no-c-format
 msgid "make install"
 msgstr "make install"
 
 #. Tag: para
-#: installation.xml:719
+#: installation.xml:727
 #, no-c-format
 msgid ""
 "This will copy the PostGIS installation files into their appropriate "
@@ -2099,7 +2108,7 @@ msgstr ""
 "del comando . En particular:"
 
 #. Tag: para
-#: installation.xml:727
+#: installation.xml:735
 #, no-c-format
 msgid ""
 "The loader and dumper binaries are installed in <filename>[prefix]/bin</"
@@ -2109,7 +2118,7 @@ msgstr ""
 "<filename>[prefix]/bin</filename>."
 
 #. Tag: para
-#: installation.xml:734
+#: installation.xml:742
 #, no-c-format
 msgid ""
 "The SQL files, such as <filename>postgis.sql</filename>, are installed in "
@@ -2119,7 +2128,7 @@ msgstr ""
 "instalados en <filename>[prefix]/share/contrib</filename>."
 
 #. Tag: para
-#: installation.xml:741
+#: installation.xml:749
 #, no-c-format
 msgid ""
 "The PostGIS libraries are installed in <filename>[prefix]/lib</filename>."
@@ -2128,7 +2137,7 @@ msgstr ""
 "filename>."
 
 #. Tag: para
-#: installation.xml:748
+#: installation.xml:756
 #, no-c-format
 msgid ""
 "If you previously ran the <command>make comments</command> command to "
@@ -2142,13 +2151,13 @@ msgstr ""
 "ejecutando:"
 
 #. Tag: command
-#: installation.xml:755
+#: installation.xml:763
 #, no-c-format
 msgid "make comments-install"
 msgstr "make comments-install"
 
 #. Tag: para
-#: installation.xml:759
+#: installation.xml:767
 #, no-c-format
 msgid ""
 "<filename>postgis_comments.sql</filename>, <filename>raster_comments.sql</"
@@ -2162,13 +2171,13 @@ msgstr ""
 "extra de la librería <command>xsltproc</command>."
 
 #. Tag: title
-#: installation.xml:769
+#: installation.xml:777
 #, no-c-format
 msgid "Creating a spatial database using EXTENSIONS"
 msgstr "Crear una base de datos espacial utilizando EXTENSIONS"
 
 #. Tag: para
-#: installation.xml:771
+#: installation.xml:779
 #, no-c-format
 msgid ""
 "If you are using PostgreSQL 9.1+ and have compiled and installed the "
@@ -2178,13 +2187,13 @@ msgstr ""
 "extensión PostGIS, puedes crear una base de datos espacial de otra manera."
 
 #. Tag: command
-#: installation.xml:777 installation.xml:812
+#: installation.xml:785 installation.xml:820
 #, no-c-format
 msgid "createdb [yourdatabase]"
 msgstr "createdb [subasededatos]"
 
 #. Tag: para
-#: installation.xml:780
+#: installation.xml:788
 #, no-c-format
 msgid ""
 "The core postgis extension installs PostGIS geometry, geography, raster, "
@@ -2196,13 +2205,13 @@ msgstr ""
 "simple comando:<programlisting>CREATE EXTENSION postgis;</programlisting>."
 
 #. Tag: command
-#: installation.xml:786
+#: installation.xml:794
 #, no-c-format
 msgid "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis;\""
 msgstr "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis;\""
 
 #. Tag: para
-#: installation.xml:789
+#: installation.xml:797
 #, no-c-format
 msgid ""
 "Topology is packaged as a separate extension and installable with command:"
@@ -2211,13 +2220,13 @@ msgstr ""
 "el comando:"
 
 #. Tag: command
-#: installation.xml:794
+#: installation.xml:802
 #, no-c-format
 msgid "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis_topology;\""
 msgstr "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis_topology;\""
 
 #. Tag: para
-#: installation.xml:797 installation.xml:892
+#: installation.xml:805 installation.xml:900
 #, no-c-format
 msgid ""
 "If you plan to restore an old backup from prior versions in this new db, run:"
@@ -2226,13 +2235,13 @@ msgstr ""
 "datos desde una versión anterior en la nueva base de datos, ejecuta:"
 
 #. Tag: command
-#: installation.xml:798 installation.xml:893
+#: installation.xml:806 installation.xml:901
 #, no-c-format
 msgid "psql -d [yourdatabase] -f legacy.sql"
 msgstr "psql -d [yourdatabase] -f legacy.sql"
 
 #. Tag: para
-#: installation.xml:800 installation.xml:897
+#: installation.xml:808 installation.xml:905
 #, no-c-format
 msgid ""
 "You can later run <filename>uninstall_legacy.sql</filename> to get rid of "
@@ -2243,13 +2252,13 @@ msgstr ""
 "limpiado."
 
 #. Tag: title
-#: installation.xml:804
+#: installation.xml:812
 #, fuzzy, no-c-format
 msgid "Create a spatially-enabled database without using extensions"
 msgstr "Crear una base de datos espacial desde una plantilla"
 
 #. Tag: para
-#: installation.xml:806
+#: installation.xml:814
 #, no-c-format
 msgid ""
 "This is generally only needed if you built-PostGIS without raster support. "
@@ -2258,7 +2267,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:807
+#: installation.xml:815
 #, no-c-format
 msgid ""
 "The first step in creating a PostGIS database is to create a simple "
@@ -2268,7 +2277,7 @@ msgstr ""
 "simple base de datos PostgreSQL."
 
 #. Tag: para
-#: installation.xml:815
+#: installation.xml:823
 #, no-c-format
 msgid ""
 "Many of the PostGIS functions are written in the PL/pgSQL procedural "
@@ -2284,13 +2293,13 @@ msgstr ""
 "normalmente ya instalado."
 
 #. Tag: command
-#: installation.xml:823
+#: installation.xml:831
 #, no-c-format
 msgid "createlang plpgsql [yourdatabase]"
 msgstr "createlang plpgsql [subasededatos]"
 
 #. Tag: para
-#: installation.xml:826
+#: installation.xml:834
 #, no-c-format
 msgid ""
 "Now load the PostGIS object and function definitions into your database by "
@@ -2304,13 +2313,13 @@ msgstr ""
 "especificó durante la etapa de configuración)."
 
 #. Tag: command
-#: installation.xml:834
+#: installation.xml:842
 #, no-c-format
 msgid "psql -d [yourdatabase] -f postgis.sql"
 msgstr "psql -d [yourdatabase] -f postgis.sql"
 
 #. Tag: para
-#: installation.xml:837
+#: installation.xml:845
 #, no-c-format
 msgid ""
 "For a complete set of EPSG coordinate system definition identifiers, you can "
@@ -2325,13 +2334,13 @@ msgstr ""
 "geometrías."
 
 #. Tag: command
-#: installation.xml:845
+#: installation.xml:853
 #, no-c-format
 msgid "psql -d [yourdatabase] -f spatial_ref_sys.sql"
 msgstr "psql -d [yourdatabase] -f spatial_ref_sys.sql"
 
 #. Tag: para
-#: installation.xml:848
+#: installation.xml:856
 #, no-c-format
 msgid ""
 "If you wish to add comments to the PostGIS functions, the final step is to "
@@ -2345,25 +2354,25 @@ msgstr ""
 "\\dd [function_name]</command> en un terminal psql."
 
 #. Tag: command
-#: installation.xml:856
+#: installation.xml:864
 #, no-c-format
 msgid "psql -d [yourdatabase] -f postgis_comments.sql"
 msgstr "psql -d [yourdatabase] -f postgis_comments.sql"
 
 #. Tag: para
-#: installation.xml:859
+#: installation.xml:867
 #, no-c-format
 msgid "Install raster support"
 msgstr "Instalar el soporte raster"
 
 #. Tag: command
-#: installation.xml:864
+#: installation.xml:872
 #, no-c-format
 msgid "psql -d [yourdatabase] -f rtpostgis.sql"
 msgstr "psql -d [yourdatabase] -f rtpostgis.sql"
 
 #. Tag: para
-#: installation.xml:867
+#: installation.xml:875
 #, no-c-format
 msgid ""
 "Install raster support comments. This will provide quick help info for each "
@@ -2376,25 +2385,25 @@ msgstr ""
 "funciones."
 
 #. Tag: command
-#: installation.xml:873
+#: installation.xml:881
 #, no-c-format
 msgid "psql -d [yourdatabase] -f raster_comments.sql"
 msgstr "psql -d [yourdatabase] -f raster_comments.sql"
 
 #. Tag: para
-#: installation.xml:875
+#: installation.xml:883
 #, no-c-format
 msgid "Install topology support"
 msgstr "Instalar el soporte de topología"
 
 #. Tag: command
-#: installation.xml:880
+#: installation.xml:888
 #, no-c-format
 msgid "psql -d [yourdatabase] -f topology/topology.sql"
 msgstr "psql -d [yourdatabase] -f topology/topology.sql"
 
 #. Tag: para
-#: installation.xml:883
+#: installation.xml:891
 #, no-c-format
 msgid ""
 "Install topology support comments. This will provide quick help info for "
@@ -2407,13 +2416,13 @@ msgstr ""
 "comentarios de las funciones."
 
 #. Tag: command
-#: installation.xml:889
+#: installation.xml:897
 #, no-c-format
 msgid "psql -d [yourdatabase] -f topology/topology_comments.sql"
 msgstr "psql -d [yourdatabase] -f topology/topology_comments.sql"
 
 #. Tag: para
-#: installation.xml:894
+#: installation.xml:902
 #, no-c-format
 msgid ""
 "There is an alternative <filename>legacy_minimal.sql</filename> you can run "
@@ -2429,13 +2438,13 @@ msgstr ""
 "necesitaras ejecutar el fichero <filename>legacy.sql</filename> completo."
 
 #. Tag: title
-#: installation.xml:900
+#: installation.xml:908
 #, no-c-format
 msgid "Installing and Using the address standardizer"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:901
+#: installation.xml:909
 #, no-c-format
 msgid ""
 "The <code>address_standardizer</code> extension used to be a separate "
@@ -2446,7 +2455,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:903
+#: installation.xml:911
 #, no-c-format
 msgid ""
 "This standardizer can be used in conjunction with the PostGIS packaged tiger "
@@ -2458,7 +2467,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:907
+#: installation.xml:915
 #, no-c-format
 msgid ""
 "The address standardizer relies on PCRE which is usually already installed "
@@ -2472,7 +2481,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:910
+#: installation.xml:918
 #, no-c-format
 msgid ""
 "For Windows users, the PostGIS 2.1+ bundle is packaged with the "
@@ -2481,40 +2490,40 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:913
+#: installation.xml:921
 #, no-c-format
 msgid ""
 "Once you have installed, you can connect to your database and run the SQL:"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:914
+#: installation.xml:922
 #, no-c-format
 msgid "CREATE EXTENSION address_standardizer;"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:916
+#: installation.xml:924
 #, no-c-format
 msgid "The following test requires no rules, gaz, or lex tables"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:917
+#: installation.xml:925
 #, no-c-format
 msgid ""
 "SELECT num, street, city, state, zip\n"
-" FROM parse_address('1 Devonshire Place, Boston, MA 02109');"
+" FROM parse_address('1 Devonshire Place PH301, Boston, MA 02109');"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:918
+#: installation.xml:926
 #, no-c-format
 msgid "Output should be"
 msgstr ""
 
 #. Tag: screen
-#: installation.xml:919
+#: installation.xml:927
 #, no-c-format
 msgid ""
 "num |         street         |  city  | state |  zip\n"
@@ -2523,13 +2532,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: installation.xml:921
+#: installation.xml:929
 #, no-c-format
 msgid "Installing Regex::Assemble"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:922
+#: installation.xml:930
 #, no-c-format
 msgid ""
 "Perl Regex:Assemble is no longer needed for compiling address_standardizer "
@@ -2541,31 +2550,31 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:923
+#: installation.xml:931
 #, no-c-format
 msgid "cpan Regexp::Assemble"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:924
+#: installation.xml:932
 #, no-c-format
 msgid "or if you are on Ubuntu / Debian you might need to do"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:925
+#: installation.xml:933
 #, no-c-format
 msgid "sudo perl -MCPAN -e \"install Regexp::Assemble\""
 msgstr ""
 
 #. Tag: title
-#: installation.xml:930
+#: installation.xml:938
 #, no-c-format
 msgid "Installing, Upgrading Tiger Geocoder and loading data"
 msgstr "Instalar o actualizar el geocodificador Tiger y cargar datos"
 
 #. Tag: para
-#: installation.xml:932
+#: installation.xml:940
 #, no-c-format
 msgid ""
 "Extras like Tiger geocoder may not be packaged in your PostGIS distribution, "
@@ -2575,7 +2584,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:933
+#: installation.xml:941
 #, no-c-format
 msgid ""
 "If you are on Windows and you don't have tar installed, you can use <ulink "
@@ -2587,13 +2596,13 @@ msgstr ""
 "tarball de PostGIS."
 
 #. Tag: title
-#: installation.xml:935
+#: installation.xml:943
 #, no-c-format
 msgid "Tiger Geocoder Enabling your PostGIS database: Using Extension"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:936
+#: installation.xml:944
 #, no-c-format
 msgid ""
 "If you are using PostgreSQL 9.1+ and PostGIS 2.1+, you can take advantage of "
@@ -2601,7 +2610,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:938
+#: installation.xml:946
 #, no-c-format
 msgid ""
 "First get binaries for PostGIS 2.1+ or compile and install as usual. This "
@@ -2609,7 +2618,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:939
+#: installation.xml:947
 #, no-c-format
 msgid ""
 "Connect to your database via psql or pgAdmin or some other tool and run the "
@@ -2620,7 +2629,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:940
+#: installation.xml:948
 #, no-c-format
 msgid ""
 "CREATE EXTENSION postgis;\n"
@@ -2632,7 +2641,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:942
+#: installation.xml:950
 #, no-c-format
 msgid ""
 "If you already have postgis_tiger_geocoder extension installed, and just "
@@ -2640,7 +2649,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:943
+#: installation.xml:951
 #, fuzzy, no-c-format
 msgid ""
 "ALTER EXTENSION postgis UPDATE;\n"
@@ -2650,7 +2659,7 @@ msgstr ""
 "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";"
 
 #. Tag: para
-#: installation.xml:944
+#: installation.xml:952
 #, no-c-format
 msgid ""
 "If you made custom entries or changes to <varname>tiger.loader_platform</"
@@ -2659,14 +2668,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:946
+#: installation.xml:954
 #, no-c-format
 msgid ""
 "To confirm your install is working correctly, run this sql in your database:"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:947
+#: installation.xml:955
 #, no-c-format
 msgid ""
 "SELECT na.address, na.streetname,na.streettypeabbrev, na.zip\n"
@@ -2674,13 +2683,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:948
+#: installation.xml:956
 #, no-c-format
 msgid "Which should output"
 msgstr ""
 
 #. Tag: screen
-#: installation.xml:949
+#: installation.xml:957
 #, no-c-format
 msgid ""
 "address | streetname | streettypeabbrev |  zip\n"
@@ -2689,7 +2698,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:951
+#: installation.xml:959
 #, no-c-format
 msgid ""
 "Create a new record in <varname>tiger.loader_platform</varname> table with "
@@ -2697,7 +2706,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:952
+#: installation.xml:960
 #, no-c-format
 msgid ""
 "So for example to create a profile called debbie that follows <code>sh</"
@@ -2705,7 +2714,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:953
+#: installation.xml:961
 #, no-c-format
 msgid ""
 "INSERT INTO tiger.loader_platform(os, declare_sect, pgbin, wget, "
@@ -2718,7 +2727,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:954
+#: installation.xml:962
 #, no-c-format
 msgid ""
 "And then edit the paths in the <emphasis>declare_sect</emphasis> column to "
@@ -2726,7 +2735,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:956
+#: installation.xml:964
 #, no-c-format
 msgid ""
 "If you don't edit this <varname>loader_platform</varname> table, it will "
@@ -2735,7 +2744,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:958
+#: installation.xml:966
 #, no-c-format
 msgid ""
 "Create a folder called <filename>gisdata</filename> on root of server or "
@@ -2748,7 +2757,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:960
+#: installation.xml:968
 #, no-c-format
 msgid ""
 "Create a folder called temp in the <filename>gisdata</filename> folder or "
@@ -2757,26 +2766,89 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:962
+#: installation.xml:970
 #, no-c-format
 msgid ""
-"Then run the <xref linkend=\"Loader_Generate_Nation_Script\"/> and <xref "
-"linkend=\"Loader_Generate_Script\"/> SQL functions make sure to use the name "
-"of your custom profile and copy the scripts to a .sh or .bat file. So for "
-"example to do the nation load and one state using our new profile, you can "
-"do this using psql:"
+"Then run the <xref linkend=\"Loader_Generate_Nation_Script\"/> SQL function "
+"make sure to use the name of your custom profile and copy the script to a ."
+"sh or .bat file. So for example to build the nation load:"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:963
+#: installation.xml:971
 #, no-c-format
 msgid ""
 "psql -c \"SELECT Loader_Generate_Nation_Script('debbie')\" -d geocoder -tA "
 "> /gisdata/nation_script_load.sh"
 msgstr ""
 
+#. Tag: para
+#: installation.xml:974
+#, fuzzy, no-c-format
+msgid "Run the generated nation load commandline scripts."
+msgstr "Ejecuta la sentencia SQL drop"
+
 #. Tag: programlisting
-#: installation.xml:964
+#: installation.xml:975
+#, no-c-format
+msgid ""
+"cd /gisdata\n"
+"sh nation_script_load.sh"
+msgstr ""
+
+#. Tag: para
+#: installation.xml:978
+#, no-c-format
+msgid ""
+"After you are done running the nation script, you should have three tables "
+"in your <code>tiger_data</code> schema and they should be filled with data. "
+"Confirm you do by doing the following queries from psql or pgAdmin"
+msgstr ""
+
+#. Tag: programlisting
+#: installation.xml:979
+#, no-c-format
+msgid "SELECT count(*) FROM tiger_data.county_all;"
+msgstr ""
+
+#. Tag: screen
+#: installation.xml:980
+#, no-c-format
+msgid ""
+"count\n"
+"-------\n"
+"  3233\n"
+"(1 row)"
+msgstr ""
+
+#. Tag: programlisting
+#: installation.xml:981
+#, no-c-format
+msgid "SELECT count(*) FROM tiger_data.state_all;"
+msgstr ""
+
+#. Tag: screen
+#: installation.xml:982
+#, no-c-format
+msgid ""
+"count\n"
+"-------\n"
+"    56\n"
+"(1 row)"
+msgstr ""
+
+#. Tag: para
+#: installation.xml:985
+#, no-c-format
+msgid ""
+"For each state you want to load data for, generate a state script <xref "
+"linkend=\"Loader_Generate_Script\"/>. DO NOT Generate the state script until "
+"you have already loaded the nation data, because the state script utilizes "
+"county list loaded by nation script."
+msgstr ""
+
+#. Tag: programlisting
+#: installation.xml:987
 #, no-c-format
 msgid ""
 "psql -c \"SELECT Loader_Generate_Script(ARRAY['MA'], 'debbie')\" -d geocoder "
@@ -2784,22 +2856,21 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:967
+#: installation.xml:989
 #, fuzzy, no-c-format
 msgid "Run the generated commandline scripts."
 msgstr "Ejecuta la sentencia SQL drop"
 
 #. Tag: programlisting
-#: installation.xml:968
+#: installation.xml:990
 #, no-c-format
 msgid ""
 "cd /gisdata\n"
-"sh nation_script_load.sh\n"
 "sh ma_load.sh"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:970
+#: installation.xml:992
 #, no-c-format
 msgid ""
 "After you are done loading all data or at a stopping point, it's a good idea "
@@ -2807,7 +2878,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:971
+#: installation.xml:993
 #, no-c-format
 msgid ""
 "SELECT install_missing_indexes();\n"
@@ -2825,13 +2896,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: installation.xml:974
+#: installation.xml:996
 #, no-c-format
 msgid "Converting a Tiger Geocoder Regular Install to Extension Model"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:975
+#: installation.xml:997
 #, no-c-format
 msgid ""
 "If you installed the tiger geocoder without using the extension model, you "
@@ -2839,7 +2910,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:977
+#: installation.xml:999
 #, no-c-format
 msgid ""
 "Follow instructions in <xref linkend=\"upgrade_tiger_geocoder\"/> for the "
@@ -2847,32 +2918,32 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:978
+#: installation.xml:1000
 #, no-c-format
 msgid ""
 "Connect to your database with psql or pgAdmin and run the following command:"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:979
+#: installation.xml:1001
 #, no-c-format
 msgid "CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;"
 msgstr ""
 
 #. Tag: title
-#: installation.xml:986
+#: installation.xml:1008
 #, no-c-format
 msgid "Tiger Geocoder Enabling your PostGIS database: Not Using Extensions"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:987
+#: installation.xml:1009
 #, no-c-format
 msgid "First install PostGIS using the prior instructions."
 msgstr "Primero debes instalar PostGIS con las instrucciones anteriores."
 
 #. Tag: para
-#: installation.xml:991 installation.xml:1051
+#: installation.xml:1013 installation.xml:1073
 #, no-c-format
 msgid ""
 "If you don't have an extras folder, download <ulink url="
@@ -2880,19 +2951,19 @@ msgid ""
 msgstr ""
 
 #. Tag: command
-#: installation.xml:996 installation.xml:1056
+#: installation.xml:1018 installation.xml:1078
 #, no-c-format
 msgid "tar xvfz postgis-&last_release_version;.tar.gz"
 msgstr "tar xvfz postgis-&last_release_version;.tar.gz"
 
 #. Tag: command
-#: installation.xml:1000
+#: installation.xml:1022
 #, no-c-format
 msgid "cd postgis-&last_release_version;/extras/tiger_geocoder"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1003
+#: installation.xml:1025
 #, no-c-format
 msgid ""
 "Edit the <filename>tiger_loader_2015.sql</filename> (or latest loader file "
@@ -2907,7 +2978,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1005
+#: installation.xml:1027
 #, no-c-format
 msgid ""
 "If you are installing Tiger geocoder for the first time edit either the "
@@ -2918,7 +2989,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1009
+#: installation.xml:1031
 #, no-c-format
 msgid ""
 "Verify that you now have a <varname>tiger</varname> schema in your database "
@@ -2930,13 +3001,13 @@ msgstr ""
 "no, añádelo con un comando parecido al siguiente:"
 
 #. Tag: programlisting
-#: installation.xml:1009
+#: installation.xml:1031
 #, no-c-format
 msgid "ALTER DATABASE geocoder SET search_path=public, tiger;"
 msgstr "ALTER DATABASE geocoder SET search_path=public, tiger;"
 
 #. Tag: para
-#: installation.xml:1010
+#: installation.xml:1032
 #, no-c-format
 msgid ""
 "The normalizing address functionality works more or less without any data "
@@ -2947,7 +3018,7 @@ msgstr ""
 "verifica si se parece a esto:"
 
 #. Tag: programlisting
-#: installation.xml:1011
+#: installation.xml:1033
 #, no-c-format
 msgid ""
 "SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, "
@@ -2963,13 +3034,13 @@ msgstr ""
 "202 E Fremont St, Las Vegas, NV 89101"
 
 #. Tag: title
-#: installation.xml:1014
+#: installation.xml:1036
 #, no-c-format
 msgid "Using Address Standardizer Extension with Tiger geocoder"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1015
+#: installation.xml:1037
 #, no-c-format
 msgid ""
 "One of the many complaints of folks is the address normalizer function <xref "
@@ -2983,7 +3054,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1018
+#: installation.xml:1040
 #, no-c-format
 msgid ""
 "Once you install this extension in the same database as you have installed "
@@ -2999,13 +3070,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: installation.xml:1021
+#: installation.xml:1043
 #, no-c-format
 msgid "Loading Tiger Data"
 msgstr "Cargando datos Tiger"
 
 #. Tag: para
-#: installation.xml:1022
+#: installation.xml:1044
 #, no-c-format
 msgid ""
 "The instructions for loading data are available in a more detailed form in "
@@ -3017,7 +3088,7 @@ msgstr ""
 "describe los pasos generales."
 
 #. Tag: para
-#: installation.xml:1023
+#: installation.xml:1045
 #, no-c-format
 msgid ""
 "The load process downloads data from the census website for the respective "
@@ -3039,20 +3110,20 @@ msgstr ""
 "un estado o si ya no lo necesitas mas."
 
 #. Tag: para
-#: installation.xml:1025
+#: installation.xml:1047
 #, no-c-format
 msgid "In order to be able to load data you'll need the following tools:"
 msgstr "Para poder cargar los datos necesitarás las siguientes herramientas:"
 
 #. Tag: para
-#: installation.xml:1027
+#: installation.xml:1049
 #, no-c-format
 msgid "A tool to unzip the zip files from census website."
 msgstr ""
 "Una herramienta para descomprimir ficheros zip de la pagina web del censo."
 
 #. Tag: para
-#: installation.xml:1028
+#: installation.xml:1050
 #, no-c-format
 msgid ""
 "For Unix like systems: <varname>unzip</varname> executable which is usually "
@@ -3062,7 +3133,7 @@ msgstr ""
 "esta instalado en la mayoría de sistemas Unix."
 
 #. Tag: para
-#: installation.xml:1029
+#: installation.xml:1051
 #, no-c-format
 msgid ""
 "For Windows, 7-zip which is a free compress/uncompress tool you can download "
@@ -3073,7 +3144,7 @@ msgstr ""
 "org/</ulink>"
 
 #. Tag: para
-#: installation.xml:1031
+#: installation.xml:1053
 #, no-c-format
 msgid ""
 "<filename>shp2pgsql</filename> commandline which is installed by default "
@@ -3083,7 +3154,7 @@ msgstr ""
 "instalas PostGIS."
 
 #. Tag: para
-#: installation.xml:1032
+#: installation.xml:1054
 #, no-c-format
 msgid ""
 "<filename>wget</filename> which is a web grabber tool usually installed on "
@@ -3093,7 +3164,7 @@ msgstr ""
 "instalado en los sistemas Unix/Linux."
 
 #. Tag: para
-#: installation.xml:1033
+#: installation.xml:1055
 #, no-c-format
 msgid ""
 "If you are on windows, you can get pre-compiled binaries from <ulink url="
@@ -3105,7 +3176,7 @@ msgstr ""
 "sourceforge.net/packages/wget.htm</ulink>"
 
 #. Tag: para
-#: installation.xml:1036
+#: installation.xml:1058
 #, no-c-format
 msgid ""
 "If you are upgrading from tiger_2010, you'll need to first generate and run "
@@ -3117,7 +3188,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1038
+#: installation.xml:1060
 #, no-c-format
 msgid ""
 "To load state data refer to <xref linkend=\"Loader_Generate_Script\"/> to "
@@ -3127,7 +3198,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1041
+#: installation.xml:1063
 #, no-c-format
 msgid ""
 "After the states you desire have been loaded, make sure to run the: "
@@ -3140,7 +3211,7 @@ msgstr ""
 ">."
 
 #. Tag: para
-#: installation.xml:1043
+#: installation.xml:1065
 #, no-c-format
 msgid ""
 "To test that things are working as they should, try to run a geocode on an "
@@ -3151,13 +3222,13 @@ msgstr ""
 "linkend=\"Geocode\"/>"
 
 #. Tag: title
-#: installation.xml:1046
+#: installation.xml:1068
 #, no-c-format
 msgid "Upgrading your Tiger Geocoder Install"
 msgstr "Actualizando la instalación del geocodificador Tiger"
 
 #. Tag: para
-#: installation.xml:1047
+#: installation.xml:1069
 #, no-c-format
 msgid ""
 "If you have Tiger Geocoder packaged with 2.0+ already installed, you can "
@@ -3167,13 +3238,13 @@ msgid ""
 msgstr ""
 
 #. Tag: command
-#: installation.xml:1060
+#: installation.xml:1082
 #, no-c-format
 msgid "cd postgis-&last_release_version;/extras/tiger_geocoder/tiger_2011"
 msgstr "cd postgis-&last_release_version;/extras/tiger_geocoder/tiger_2011"
 
 #. Tag: para
-#: installation.xml:1063
+#: installation.xml:1085
 #, no-c-format
 msgid ""
 "Locate the <filename>upgrade_geocoder.bat</filename> script If you are on "
@@ -3182,7 +3253,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1066
+#: installation.xml:1088
 #, no-c-format
 msgid ""
 "If you are upgrading from 2010 or 2011, make sure to unremark out the loader "
@@ -3190,13 +3261,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1067
+#: installation.xml:1089
 #, no-c-format
 msgid "Then run th corresponding script from the commandline."
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1071
+#: installation.xml:1093
 #, no-c-format
 msgid ""
 "Next drop all nation tables and load up the new ones. Generate a drop script "
@@ -3208,19 +3279,19 @@ msgstr ""
 "\"Drop_Nation_Tables_Generate_Script\"/>"
 
 #. Tag: programlisting
-#: installation.xml:1072
+#: installation.xml:1094
 #, no-c-format
 msgid "SELECT drop_nation_tables_generate_script();"
 msgstr "SELECT drop_nation_tables_generate_script();"
 
 #. Tag: para
-#: installation.xml:1073
+#: installation.xml:1095
 #, no-c-format
 msgid "Run the generated drop SQL statements."
 msgstr "Ejecuta la sentencia SQL drop"
 
 #. Tag: para
-#: installation.xml:1074
+#: installation.xml:1096
 #, no-c-format
 msgid ""
 "Generate a nation load script with this SELECT statement as detailed in "
@@ -3230,31 +3301,31 @@ msgstr ""
 "detalla en <xref linkend=\"Loader_Generate_Nation_Script\"/>"
 
 #. Tag: emphasis
-#: installation.xml:1075
+#: installation.xml:1097
 #, no-c-format
 msgid "For windows"
 msgstr "Para windows"
 
 #. Tag: programlisting
-#: installation.xml:1076
+#: installation.xml:1098
 #, no-c-format
 msgid "SELECT loader_generate_nation_script('windows');"
 msgstr "SELECT loader_generate_nation_script('windows');"
 
 #. Tag: emphasis
-#: installation.xml:1077
+#: installation.xml:1099
 #, no-c-format
 msgid "For unix/linux"
 msgstr "Para unix/linux"
 
 #. Tag: programlisting
-#: installation.xml:1078
+#: installation.xml:1100
 #, no-c-format
 msgid "SELECT loader_generate_nation_script('sh');"
 msgstr "SELECT loader_generate_nation_script('sh');"
 
 #. Tag: para
-#: installation.xml:1079
+#: installation.xml:1101
 #, no-c-format
 msgid ""
 "Refer to <xref linkend=\"tiger_geocoder_loading_data\"/> for instructions on "
@@ -3265,7 +3336,7 @@ msgstr ""
 "una vez."
 
 #. Tag: para
-#: installation.xml:1080
+#: installation.xml:1102
 #, no-c-format
 msgid ""
 "You can have a mix of 2010/2011 state tables and can upgrade each state "
@@ -3279,13 +3350,13 @@ msgstr ""
 "utilizando <xref linkend=\"Drop_State_Tables_Generate_Script\"/>."
 
 #. Tag: title
-#: installation.xml:1086
+#: installation.xml:1108
 #, no-c-format
 msgid "Create a spatially-enabled database from a template"
 msgstr "Crear una base de datos espacial desde una plantilla"
 
 #. Tag: para
-#: installation.xml:1088
+#: installation.xml:1110
 #, no-c-format
 msgid ""
 "Some packaged distributions of PostGIS (in particular the Win32 installers "
@@ -3307,37 +3378,37 @@ msgstr ""
 "de datos"
 
 #. Tag: para
-#: installation.xml:1099
+#: installation.xml:1121
 #, no-c-format
 msgid "From the shell:"
 msgstr "En la linea de comandos:"
 
 #. Tag: programlisting
-#: installation.xml:1103
+#: installation.xml:1125
 #, no-c-format
 msgid "# createdb -T template_postgis my_spatial_db"
 msgstr "# createdb -T template_postgis my_spatial_db"
 
 #. Tag: para
-#: installation.xml:1105
+#: installation.xml:1127
 #, no-c-format
 msgid "From SQL:"
 msgstr "Desde SQL:"
 
 #. Tag: programlisting
-#: installation.xml:1109
+#: installation.xml:1131
 #, no-c-format
 msgid "postgres=# CREATE DATABASE my_spatial_db TEMPLATE=template_postgis"
 msgstr "postgres=# CREATE DATABASE my_spatial_db TEMPLATE=template_postgis"
 
 #. Tag: title
-#: installation.xml:1113
+#: installation.xml:1135
 #, no-c-format
 msgid "Upgrading"
 msgstr "Actualizando"
 
 #. Tag: para
-#: installation.xml:1115
+#: installation.xml:1137
 #, no-c-format
 msgid ""
 "Upgrading existing spatial databases can be tricky as it requires "
@@ -3347,7 +3418,7 @@ msgstr ""
 "reemplazar o introducir nuevas definiciones de objetos PostGIS."
 
 #. Tag: para
-#: installation.xml:1120
+#: installation.xml:1142
 #, no-c-format
 msgid ""
 "Unfortunately not all definitions can be easily replaced in a live database, "
@@ -3358,7 +3429,7 @@ msgstr ""
 "copia de seguridad/recarga."
 
 #. Tag: para
-#: installation.xml:1125
+#: installation.xml:1147
 #, no-c-format
 msgid ""
 "PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and "
@@ -3369,7 +3440,7 @@ msgstr ""
 "(Actualización pesada) para versiones mayores."
 
 #. Tag: para
-#: installation.xml:1130
+#: installation.xml:1152
 #, no-c-format
 msgid ""
 "Before attempting to upgrade PostGIS, it is always worth to backup your "
@@ -3381,13 +3452,13 @@ msgstr ""
 "pg_dump siempre podrás restaurar la copia realizada con un HARD UPDATE."
 
 #. Tag: title
-#: installation.xml:1137
+#: installation.xml:1159
 #, no-c-format
 msgid "Soft upgrade"
 msgstr "Actualizacion Ligera"
 
 #. Tag: para
-#: installation.xml:1139
+#: installation.xml:1161
 #, no-c-format
 msgid ""
 "If you installed your database using extensions, you'll need to upgrade "
@@ -3401,14 +3472,14 @@ msgstr ""
 "de script sql. Consulta el metodo adecuado."
 
 #. Tag: title
-#: installation.xml:1142
+#: installation.xml:1164
 #, no-c-format
 msgid "Soft Upgrade Pre 9.1+ or without extensions"
 msgstr ""
 "Actualización ligera anterior a la versión PostgreSQL 9.1+ o sin extensiones"
 
 #. Tag: para
-#: installation.xml:1143
+#: installation.xml:1165
 #, no-c-format
 msgid ""
 "This section applies only to those who installed PostGIS not using "
@@ -3420,13 +3491,13 @@ msgstr ""
 "metodo, tendras mensajes como los siguientes:"
 
 #. Tag: programlisting
-#: installation.xml:1144
+#: installation.xml:1166
 #, no-c-format
 msgid "can't drop ... because postgis extension depends on it"
 msgstr "no se puede suprimir ... porque la extensión postgis depende de el"
 
 #. Tag: para
-#: installation.xml:1145
+#: installation.xml:1167
 #, no-c-format
 msgid ""
 "After compiling and installing (make install) you should find a "
@@ -3441,13 +3512,13 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:1149
+#: installation.xml:1171
 #, no-c-format
 msgid "psql -f postgis_upgrade.sql -d your_spatial_database"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1151
+#: installation.xml:1173
 #, no-c-format
 msgid ""
 "The same procedure applies to raster and topology extensions, with upgrade "
@@ -3460,19 +3531,19 @@ msgstr ""
 "lo necesitas, entoces:"
 
 #. Tag: programlisting
-#: installation.xml:1159
+#: installation.xml:1181
 #, no-c-format
 msgid "psql -f rtpostgis_upgrade.sql -d your_spatial_database"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:1160
+#: installation.xml:1182
 #, no-c-format
 msgid "psql -f topology_upgrade.sql -d your_spatial_database"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1163
+#: installation.xml:1185
 #, no-c-format
 msgid ""
 "If you can't find the <filename>postgis_upgrade*.sql</filename> specific for "
@@ -3485,7 +3556,7 @@ msgstr ""
 "HARD UPGRADE."
 
 #. Tag: para
-#: installation.xml:1169
+#: installation.xml:1191
 #, no-c-format
 msgid ""
 "The <xref linkend=\"PostGIS_Full_Version\"/> function should inform you "
@@ -3497,13 +3568,13 @@ msgstr ""
 "utilizando el mensaje \"procs need upgrade\"."
 
 #. Tag: title
-#: installation.xml:1176
+#: installation.xml:1198
 #, no-c-format
 msgid "Soft Upgrade 9.1+ using extensions"
 msgstr "Actualizacion ligera 9.1+ utilizando extensiones"
 
 #. Tag: para
-#: installation.xml:1177
+#: installation.xml:1199
 #, no-c-format
 msgid ""
 "If you originally installed PostGIS with extensions, then you need to "
@@ -3515,7 +3586,7 @@ msgstr ""
 "extensiones es bastante sencillo."
 
 #. Tag: programlisting
-#: installation.xml:1178
+#: installation.xml:1200
 #, no-c-format
 msgid ""
 "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n"
@@ -3525,19 +3596,19 @@ msgstr ""
 "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";"
 
 #. Tag: para
-#: installation.xml:1179
+#: installation.xml:1201
 #, no-c-format
 msgid "If you get an error notice something like:"
 msgstr "Si obtienes un error parecido a:"
 
 #. Tag: programlisting
-#: installation.xml:1180
+#: installation.xml:1202
 #, no-c-format
 msgid "No migration path defined for ... to &last_release_version;"
 msgstr "No migration path defined for ... to &last_release_version;"
 
 #. Tag: para
-#: installation.xml:1181
+#: installation.xml:1203
 #, no-c-format
 msgid ""
 "Then you'll need to backup your database, create a fresh one as described in "
@@ -3546,13 +3617,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1182
+#: installation.xml:1204
 #, no-c-format
 msgid "If you get a notice message like:"
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:1183
+#: installation.xml:1205
 #, no-c-format
 msgid ""
 "Version \"&last_release_version;\" of extension \"postgis\" is already "
@@ -3560,7 +3631,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1184
+#: installation.xml:1206
 #, no-c-format
 msgid ""
 "Then everything is already up to date and you can safely ignore it. "
@@ -3571,7 +3642,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: installation.xml:1190
+#: installation.xml:1212
 #, no-c-format
 msgid ""
 "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;next\";\n"
@@ -3579,7 +3650,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1191
+#: installation.xml:1213
 #, no-c-format
 msgid ""
 "If you installed PostGIS originally without a version specified, you can "
@@ -3589,13 +3660,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: installation.xml:1198
+#: installation.xml:1220
 #, no-c-format
 msgid "Hard upgrade"
 msgstr "Actualizacion pesada o HARD UPDATE"
 
 #. Tag: para
-#: installation.xml:1200
+#: installation.xml:1222
 #, no-c-format
 msgid ""
 "By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You "
@@ -3613,7 +3684,7 @@ msgstr ""
 "(HARD UPGRADE) para actualizar."
 
 #. Tag: para
-#: installation.xml:1209
+#: installation.xml:1231
 #, no-c-format
 msgid ""
 "The dump/reload process is assisted by the postgis_restore.pl script which "
@@ -3630,7 +3701,7 @@ msgstr ""
 "rechazados."
 
 #. Tag: para
-#: installation.xml:1218
+#: installation.xml:1240
 #, no-c-format
 msgid ""
 "Supplementary instructions for windows users are available at <ulink url="
@@ -3642,13 +3713,13 @@ msgstr ""
 "upgrade</ulink>."
 
 #. Tag: para
-#: installation.xml:1221
+#: installation.xml:1243
 #, no-c-format
 msgid "The Procedure is as follows:"
 msgstr "El procedimiento es como sigue:"
 
 #. Tag: para
-#: installation.xml:1229
+#: installation.xml:1251
 #, no-c-format
 msgid ""
 "Create a \"custom-format\" dump of the database you want to upgrade (let's "
@@ -3663,7 +3734,7 @@ msgstr ""
 "postgres."
 
 #. Tag: programlisting
-#: installation.xml:1237
+#: installation.xml:1259
 #, no-c-format
 msgid ""
 "pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb."
@@ -3673,7 +3744,7 @@ msgstr ""
 "backup\" olddb"
 
 #. Tag: para
-#: installation.xml:1243
+#: installation.xml:1265
 #, no-c-format
 msgid ""
 "Do a fresh install of PostGIS in a new database -- we'll refer to this "
@@ -3687,7 +3758,7 @@ msgstr ""
 "linkend=\"create_new_db_extensions\"/>"
 
 #. Tag: para
-#: installation.xml:1250
+#: installation.xml:1272
 #, no-c-format
 msgid ""
 "The spatial_ref_sys entries found in your dump will be restored, but they "
@@ -3705,7 +3776,7 @@ msgstr ""
 "spatial_ref_sys.sql al crear la nueva db. "
 
 #. Tag: para
-#: installation.xml:1260
+#: installation.xml:1282
 #, no-c-format
 msgid ""
 "If your database is really old or you know you've been using long deprecated "
@@ -3725,7 +3796,7 @@ msgstr ""
 "el fichero <filename>uninstall_legacy.sql</filename> después."
 
 #. Tag: para
-#: installation.xml:1276
+#: installation.xml:1298
 #, no-c-format
 msgid ""
 "Restore your backup into your fresh <varname>newdb</varname> database using "
@@ -3737,7 +3808,7 @@ msgstr ""
 "inesperados, se imprimirán en la consola de psql. Ten un inventario de estos."
 
 #. Tag: programlisting
-#: installation.xml:1284
+#: installation.xml:1306
 #, no-c-format
 msgid ""
 "perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost "
@@ -3747,13 +3818,13 @@ msgstr ""
 "-p 5432 -U postgres newdb 2> errors.txt"
 
 #. Tag: para
-#: installation.xml:1290
+#: installation.xml:1312
 #, no-c-format
 msgid "Errors may arise in the following cases:"
 msgstr "Los errores se producirán en alguno de estos casos:"
 
 #. Tag: para
-#: installation.xml:1296
+#: installation.xml:1318
 #, no-c-format
 msgid ""
 "Some of your views or functions make use of deprecated PostGIS objects. In "
@@ -3774,7 +3845,7 @@ msgstr ""
 "sql</filename> ejecutando <filename>uninstall_legacy.sql</filename>."
 
 #. Tag: para
-#: installation.xml:1308
+#: installation.xml:1330
 #, fuzzy, no-c-format
 msgid ""
 "Some custom records of spatial_ref_sys in dump file have an invalid SRID "
@@ -3798,7 +3869,7 @@ msgstr ""
 "reservado) "
 
 #. Tag: para
-#: installation.xml:1322
+#: installation.xml:1344
 #, no-c-format
 msgid ""
 "In order to fix this you should copy your custom SRS to a SRID with a valid "
@@ -3813,7 +3884,7 @@ msgstr ""
 "spatial_ref_sys y reconstruir la o las restricciones chek con:"
 
 #. Tag: programlisting
-#: installation.xml:1329
+#: installation.xml:1351
 #, no-c-format
 msgid ""
 "ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check "
@@ -3823,19 +3894,19 @@ msgstr ""
 "(srid &gt; 0 AND srid &lt; 999000 );"
 
 #. Tag: programlisting
-#: installation.xml:1331
+#: installation.xml:1353
 #, no-c-format
 msgid "ALTER TABLE spatial_ref_sys ADD PRIMARY KEY(srid));"
 msgstr "ALTER TABLE spatial_ref_sys ADD PRIMARY KEY(srid));"
 
 #. Tag: title
-#: installation.xml:1342
+#: installation.xml:1364
 #, no-c-format
 msgid "Common Problems during installation"
 msgstr ""
 
 #. Tag: para
-#: installation.xml:1343
+#: installation.xml:1365
 #, no-c-format
 msgid ""
 "There are several things to check when your installation or upgrade doesn't "
@@ -3845,7 +3916,7 @@ msgstr ""
 "fusionado como se esperaba."
 
 #. Tag: para
-#: installation.xml:1350
+#: installation.xml:1372
 #, no-c-format
 msgid ""
 "Check that you have installed PostgreSQL &min_postgres_version; or newer, "
@@ -3869,13 +3940,13 @@ msgstr ""
 "ejecuta la siguiente consulta:"
 
 #. Tag: programlisting
-#: installation.xml:1363
+#: installation.xml:1385
 #, no-c-format
 msgid "SELECT version();"
 msgstr "SELECT version();"
 
 #. Tag: para
-#: installation.xml:1365
+#: installation.xml:1387
 #, no-c-format
 msgid ""
 "If you are running an RPM based distribution, you can check for the "
@@ -3888,7 +3959,7 @@ msgstr ""
 "command>"
 
 #. Tag: para
-#: installation.xml:1373
+#: installation.xml:1395
 #, no-c-format
 msgid ""
 "If your upgrade fails, make sure you are restoring into a database that "
@@ -3898,13 +3969,13 @@ msgstr ""
 "base de datos en una que tenga instalada PostGIS."
 
 #. Tag: programlisting
-#: installation.xml:1374
+#: installation.xml:1396
 #, no-c-format
 msgid "SELECT postgis_full_version();"
 msgstr "SELECT postgis_full_version();"
 
 #. Tag: para
-#: installation.xml:1378
+#: installation.xml:1400
 #, no-c-format
 msgid ""
 "Also check that configure has correctly detected the location and version of "
@@ -3914,7 +3985,7 @@ msgstr ""
 "de PostgreSQL, la librería Proj4 y la librería GEOS."
 
 #. Tag: para
-#: installation.xml:1385
+#: installation.xml:1407
 #, no-c-format
 msgid ""
 "The output from configure is used to generate the <filename>postgis_config."
@@ -3929,13 +4000,13 @@ msgstr ""
 "configuradas."
 
 #. Tag: title
-#: installation.xml:1398
+#: installation.xml:1420
 #, no-c-format
 msgid "Loader/Dumper"
 msgstr "Cargador/Dumper"
 
 #. Tag: para
-#: installation.xml:1400
+#: installation.xml:1422
 #, no-c-format
 msgid ""
 "The data loader and dumper are built and installed automatically as part of "
@@ -3946,7 +4017,7 @@ msgstr ""
 "manual puedes ejecutar:"
 
 #. Tag: programlisting
-#: installation.xml:1405
+#: installation.xml:1427
 #, no-c-format
 msgid ""
 "# cd postgis-&last_release_version;/loader\n"
@@ -3958,7 +4029,7 @@ msgstr ""
 "# make install"
 
 #. Tag: para
-#: installation.xml:1407
+#: installation.xml:1429
 #, no-c-format
 msgid ""
 "The loader is called <filename>shp2pgsql</filename> and converts ESRI Shape "
index d2571e16d5d9ad031232c855b9075a96da4374b9..ea91d1fff740fbee058e675cf171dbaafc6c0518 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
 "PO-Revision-Date: 2016-02-16 08:33+0000\n"
 "Last-Translator: georgersilva <georger.silva@gmail.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -238,11 +238,23 @@ msgstr ""
 #. Tag: term
 #: introduction.xml:107
 #, no-c-format
+msgid "Björn Harrtell"
+msgstr ""
+
+#. Tag: para
+#: introduction.xml:110
+#, no-c-format
+msgid "MapBox Vector Tile and GeoBuf functions. Gogs testing."
+msgstr ""
+
+#. Tag: term
+#: introduction.xml:116
+#, no-c-format
 msgid "Mateusz Loskot"
 msgstr "Mateusz Loskot"
 
 #. Tag: para
-#: introduction.xml:109
+#: introduction.xml:118
 #, no-c-format
 msgid ""
 "CMake support for PostGIS, built original raster loader in python and low "
@@ -250,43 +262,31 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: introduction.xml:114
+#: introduction.xml:123
 #, no-c-format
 msgid "Pierre Racine"
 msgstr "Pierre Racine"
 
 #. Tag: para
-#: introduction.xml:116
+#: introduction.xml:125
 #, no-c-format
 msgid "Raster overall architecture, prototyping, programming support"
 msgstr "Arquitectura, prototipo y soporte en la programación Raster."
 
-#. Tag: term
-#: introduction.xml:121
-#, no-c-format
-msgid "David Zwarg"
-msgstr "David Zwarg"
-
-#. Tag: para
-#: introduction.xml:123
-#, no-c-format
-msgid "Raster development (mostly map algebra analytic functions)"
-msgstr ""
-
 #. Tag: title
-#: introduction.xml:129
+#: introduction.xml:131
 #, no-c-format
 msgid "Core Contributors Past"
 msgstr ""
 
 #. Tag: term
-#: introduction.xml:133
+#: introduction.xml:135
 #, no-c-format
 msgid "Chris Hodgson"
 msgstr "Chris Hodgson"
 
 #. Tag: para
-#: introduction.xml:135
+#: introduction.xml:137
 #, no-c-format
 msgid ""
 "Prior PSC Member. General development, site and buildbot maintenance, OSGeo "
@@ -296,13 +296,13 @@ msgstr ""
 "y buildbot, gestor de la incubación en el OSGeo"
 
 #. Tag: term
-#: introduction.xml:140
+#: introduction.xml:142
 #, no-c-format
 msgid "Kevin Neufeld"
 msgstr "Kevin Neufeld"
 
 #. Tag: para
-#: introduction.xml:142
+#: introduction.xml:144
 #, no-c-format
 msgid ""
 "Prior PSC Member. Documentation and documentation support tools, buildbot "
@@ -311,13 +311,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: introduction.xml:148
+#: introduction.xml:150
 #, no-c-format
 msgid "Dave Blasby"
 msgstr "Dave Blasby"
 
 #. Tag: para
-#: introduction.xml:151
+#: introduction.xml:153
 #, no-c-format
 msgid ""
 "The original developer/Co-founder of PostGIS. Dave wrote the server side "
@@ -328,13 +328,13 @@ msgstr ""
 "funciones analíticas del lado del servidor."
 
 #. Tag: term
-#: introduction.xml:158
+#: introduction.xml:160
 #, no-c-format
 msgid "Jeff Lounsbury"
 msgstr "Jeff Lounsbury"
 
 #. Tag: para
-#: introduction.xml:160
+#: introduction.xml:162
 #, no-c-format
 msgid ""
 "Original development of the Shape file loader/dumper. Current PostGIS "
@@ -344,13 +344,13 @@ msgstr ""
 "propietario representativo actual del proyecto PostGIS."
 
 #. Tag: term
-#: introduction.xml:166
+#: introduction.xml:168
 #, no-c-format
 msgid "Mark Leslie"
 msgstr "Mark Leslie"
 
 #. Tag: para
-#: introduction.xml:168
+#: introduction.xml:170
 #, no-c-format
 msgid ""
 "Ongoing maintenance and development of core functions. Enhanced curve "
@@ -359,20 +359,32 @@ msgstr ""
 "Mantenimiento y desarrollo de funciones básicas. Soporte de la curva de "
 "mejora. Cargador de Shapefiles."
 
+#. Tag: term
+#: introduction.xml:175
+#, no-c-format
+msgid "David Zwarg"
+msgstr "David Zwarg"
+
+#. Tag: para
+#: introduction.xml:177
+#, no-c-format
+msgid "Raster development (mostly map algebra analytic functions)"
+msgstr ""
+
 #. Tag: title
-#: introduction.xml:174
+#: introduction.xml:183
 #, no-c-format
 msgid "Other Contributors"
 msgstr ""
 
 #. Tag: term
-#: introduction.xml:177
+#: introduction.xml:186
 #, no-c-format
 msgid "Individual Contributors"
 msgstr ""
 
 #. Tag: para
-#: introduction.xml:180
+#: introduction.xml:189
 #, no-c-format
 msgid ""
 "In alphabetical order: Alex Bodnaru, Alex Mayrhofer, Andrea Peri, Andreas "
@@ -391,13 +403,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: introduction.xml:244
+#: introduction.xml:253
 #, no-c-format
 msgid "Corporate Sponsors"
 msgstr ""
 
 #. Tag: para
-#: introduction.xml:247
+#: introduction.xml:256
 #, no-c-format
 msgid ""
 "These are corporate entities that have contributed developer time, hosting, "
@@ -407,7 +419,7 @@ msgstr ""
 "alojamiento o con aportes de capital económico al proyecto PostGIS"
 
 #. Tag: para
-#: introduction.xml:248
+#: introduction.xml:257
 #, no-c-format
 msgid ""
 "In alphabetical order: Arrival 3D, Associazione Italiana per l'Informazione "
@@ -424,13 +436,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: introduction.xml:290
+#: introduction.xml:299
 #, no-c-format
 msgid "Crowd Funding Campaigns"
 msgstr "Campañas de Crowd Funding"
 
 #. Tag: para
-#: introduction.xml:293
+#: introduction.xml:302
 #, no-c-format
 msgid ""
 "Crowd funding campaigns are campaigns we run to get badly wanted features "
@@ -445,7 +457,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: introduction.xml:294
+#: introduction.xml:303
 #, no-c-format
 msgid ""
 "PostGIS 2.0.0 was the first release we tried this strategy. We used <ulink "
@@ -457,7 +469,7 @@ msgstr ""
 "hemos tenido dos campañas con éxito para realizarlas."
 
 #. Tag: para
-#: introduction.xml:295
+#: introduction.xml:304
 #, no-c-format
 msgid ""
 "<ulink url=\"http://www.pledgebank.com/postgistopology\"><emphasis role="
@@ -471,7 +483,7 @@ msgstr ""
 "toTopoGeometry y con este apoyo,  topología 2.0.0. Sucedió."
 
 #. Tag: para
-#: introduction.xml:296
+#: introduction.xml:305
 #, no-c-format
 msgid ""
 "<ulink url=\"http://www.pledgebank.com/postgis64windows\"><emphasis role="
@@ -482,13 +494,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: introduction.xml:301
+#: introduction.xml:310
 #, no-c-format
 msgid "Important Support Libraries"
 msgstr "Librerías de soporte importantes"
 
 #. Tag: para
-#: introduction.xml:304
+#: introduction.xml:313
 #, no-c-format
 msgid ""
 "The <ulink url=\"http://trac.osgeo.org/geos/\">GEOS</ulink> geometry "
@@ -502,7 +514,7 @@ msgstr ""
 "Sandro Santilli (strk), Paul Ramsey y otros."
 
 #. Tag: para
-#: introduction.xml:309
+#: introduction.xml:318
 #, no-c-format
 msgid ""
 "The <ulink url=\"http://trac.osgeo.org/gdal/\">GDAL</ulink> Geospatial Data "
@@ -517,7 +529,7 @@ msgstr ""
 "introducidas en el proyecto GDAL."
 
 #. Tag: para
-#: introduction.xml:314
+#: introduction.xml:323
 #, no-c-format
 msgid ""
 "The <ulink url=\"http://trac.osgeo.org/proj/\">Proj4</ulink> cartographic "
@@ -529,7 +541,7 @@ msgstr ""
 "la creación y mantenimiento de la misma."
 
 #. Tag: para
-#: introduction.xml:318
+#: introduction.xml:327
 #, no-c-format
 msgid ""
 "Last but not least, the <ulink url=\"http://www.postgresql.org\">PostgreSQL "
@@ -545,13 +557,13 @@ msgstr ""
 "cantidad de funciones SQL que ofrece PostgreSQL."
 
 #. Tag: title
-#: introduction.xml:327
+#: introduction.xml:336
 #, no-c-format
 msgid "More Information"
 msgstr "Mas información"
 
 #. Tag: para
-#: introduction.xml:331
+#: introduction.xml:340
 #, no-c-format
 msgid ""
 "The latest software, documentation and news items are available at the "
@@ -560,7 +572,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: introduction.xml:337
+#: introduction.xml:346
 #, no-c-format
 msgid ""
 "More information about the GEOS geometry operations library is available "
@@ -572,7 +584,7 @@ msgstr ""
 "org/geos/</ulink>."
 
 #. Tag: para
-#: introduction.xml:343
+#: introduction.xml:352
 #, no-c-format
 msgid ""
 "More information about the Proj4 reprojection library is available at <ulink "
@@ -583,7 +595,7 @@ msgstr ""
 "org/proj/</ulink>."
 
 #. Tag: para
-#: introduction.xml:349
+#: introduction.xml:358
 #, no-c-format
 msgid ""
 "More information about the PostgreSQL database server is available at the "
@@ -595,7 +607,7 @@ msgstr ""
 "org\">http://www.postgresql.org</ulink>."
 
 #. Tag: para
-#: introduction.xml:355
+#: introduction.xml:364
 #, no-c-format
 msgid ""
 "More information about GiST indexing is available at the PostgreSQL GiST "
@@ -607,7 +619,7 @@ msgstr ""
 "postgres/gist/\">http://www.sai.msu.su/~megera/postgres/gist/</ulink>."
 
 #. Tag: para
-#: introduction.xml:361
+#: introduction.xml:370
 #, no-c-format
 msgid ""
 "More information about MapServer internet map server is available at <ulink "
@@ -617,7 +629,7 @@ msgstr ""
 "<ulink url=\"http://mapserver.org/\">http://mapserver.org</ulink>."
 
 #. Tag: para
-#: introduction.xml:367
+#: introduction.xml:376
 #, no-c-format
 msgid ""
 "The &quot;<ulink url=\"http://www.opengeospatial.org/standards/sfs\">Simple "
index de10cff59824e63670c9b135abd93074acad6621..42f4d74ab5eaad11699296ec9d06837ac943c08a 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2014-02-17 16:29+0000\n"
 "Last-Translator: David Martinez Morata\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/postgis-1/"
@@ -37,9 +37,9 @@ msgstr "Descripcion del problema"
 
 #. Tag: para
 #: performance_tips.xml:11
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
-"Current PostgreSQL versions (including 8.0) suffer from a query optimizer "
+"Current PostgreSQL versions (including 9.6) suffer from a query optimizer "
 "weakness regarding TOAST tables. TOAST tables are a kind of \"extension room"
 "\" used to store large (in the sense of data size) values that do not fit "
 "into normal data pages (like long texts, images or complex geometries with "
@@ -58,10 +58,10 @@ msgstr ""
 
 #. Tag: para
 #: performance_tips.xml:19
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "The problem appears if you happen to have a table with rather large "
-"geometries, but not too much rows of them (like a table containing the "
+"geometries, but not too manyrows of them (like a table containing the "
 "boundaries of all European countries in high resolution). Then the table "
 "itself is small, but it uses lots of TOAST space. In our example case, the "
 "table itself had about 80 rows and used only 3 data pages, but the TOAST "
@@ -76,13 +76,13 @@ msgstr ""
 
 #. Tag: para
 #: performance_tips.xml:26
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "Now issue a query where you use the geometry operator &amp;&amp; to search "
 "for a bounding box that matches only very few of those rows. Now the query "
-"optimizer sees that the table has only 3 pages and 80 rows. He estimates "
+"optimizer sees that the table has only 3 pages and 80 rows. It estimates "
 "that a sequential scan on such a small table is much faster than using an "
-"index. And so he decides to ignore the GIST index. Usually, this estimation "
+"index. And so it decides to ignore the GIST index. Usually, this estimation "
 "is correct. But in our case, the &amp;&amp; operator has to fetch every "
 "geometry from disk to compare the bounding boxes, thus reading all TOAST "
 "pages, too."
@@ -98,26 +98,37 @@ msgstr ""
 
 #. Tag: para
 #: performance_tips.xml:35
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
-"To see whether your suffer from this bug, use the \"EXPLAIN ANALYZE\" "
+"To see whether your suffer from this issue, use the \"EXPLAIN ANALYZE\" "
 "postgresql command. For more information and the technical details, you can "
-"read the thread on the postgres performance mailing list: http://archives."
-"postgresql.org/pgsql-performance/2005-02/msg00030.php"
+"read the thread on the postgres performance mailing list: <ulink url="
+"\"http://archives.postgresql.org/pgsql-performance/2005-02/msg00030.php"
+"\">http://archives.postgresql.org/pgsql-performance/2005-02/msg00030.php</"
+"ulink>"
 msgstr ""
 "Para comprobar si padeces de este error, utiliza el comando \"EXPLAIN ANALYZE"
 "\" postgresql. Para obtener más información y los detalles técnicos, puedes "
 "leer el hilo en la lista de correo de rendimiento postgres: http://archives."
 "postgresql.org/pgsql-performance/2005-02/msg00030.php"
 
+#. Tag: para
+#: performance_tips.xml:41
+#, no-c-format
+msgid ""
+"and newer thread on PostGIS <ulink url=\"https://lists.osgeo.org/pipermail/"
+"postgis-devel/2017-June/026209.html\">https://lists.osgeo.org/pipermail/"
+"postgis-devel/2017-June/026209.html</ulink>"
+msgstr ""
+
 #. Tag: title
-#: performance_tips.xml:43
+#: performance_tips.xml:45
 #, no-c-format
 msgid "Workarounds"
 msgstr "Soluciones provisionales"
 
 #. Tag: para
-#: performance_tips.xml:45
+#: performance_tips.xml:47
 #, no-c-format
 msgid ""
 "The PostgreSQL people are trying to solve this issue by making the query "
@@ -128,7 +139,7 @@ msgstr ""
 "soluciones provisionales:"
 
 #. Tag: para
-#: performance_tips.xml:48
+#: performance_tips.xml:50
 #, no-c-format
 msgid ""
 "The first workaround is to force the query planner to use the index. Send "
@@ -148,7 +159,7 @@ msgstr ""
 "después de la consulta."
 
 #. Tag: para
-#: performance_tips.xml:56
+#: performance_tips.xml:58
 #, no-c-format
 msgid ""
 "The second workaround is to make the sequential scan as fast as the query "
@@ -162,7 +173,7 @@ msgstr ""
 "nuestro ejemplo, los comandos son:"
 
 #. Tag: programlisting
-#: performance_tips.xml:61
+#: performance_tips.xml:63
 #, fuzzy, no-c-format
 msgid ""
 "SELECT "
@@ -174,7 +185,7 @@ msgstr ""
 "UPDATE mytable SET bbox = ST_Envelope(ST_Force_2d(the_geom));"
 
 #. Tag: para
-#: performance_tips.xml:63
+#: performance_tips.xml:65
 #, no-c-format
 msgid ""
 "Now change your query to use the &amp;&amp; operator against bbox instead of "
@@ -184,7 +195,7 @@ msgstr ""
 "bbox en vez de geom_column, así:"
 
 #. Tag: programlisting
-#: performance_tips.xml:66
+#: performance_tips.xml:68
 #, fuzzy, no-c-format
 msgid ""
 "SELECT geom_column\n"
@@ -196,7 +207,7 @@ msgstr ""
 "WHERE bbox &amp;&amp; ST_SetSRID('BOX3D(0 0,1 1)'::box3d,4326);"
 
 #. Tag: para
-#: performance_tips.xml:68
+#: performance_tips.xml:70
 #, no-c-format
 msgid ""
 "Of course, if you change or add rows to mytable, you have to keep the bbox "
@@ -211,13 +222,13 @@ msgstr ""
 "siguiente después de cada modificación."
 
 #. Tag: title
-#: performance_tips.xml:77
+#: performance_tips.xml:79
 #, no-c-format
 msgid "CLUSTERing on geometry indices"
 msgstr "CLUSTERing o indices geométricos"
 
 #. Tag: para
-#: performance_tips.xml:79
+#: performance_tips.xml:81
 #, no-c-format
 msgid ""
 "For tables that are mostly read-only, and where a single index is used for "
@@ -243,7 +254,7 @@ msgstr ""
 "este tema.)"
 
 #. Tag: para
-#: performance_tips.xml:89
+#: performance_tips.xml:91
 #, no-c-format
 msgid ""
 "However, currently PostgreSQL does not allow clustering on PostGIS GIST "
@@ -255,7 +266,7 @@ msgstr ""
 "tendrás el siguiente mensaje de error:"
 
 #. Tag: programlisting
-#: performance_tips.xml:93
+#: performance_tips.xml:95
 #, fuzzy, no-c-format
 msgid ""
 "lwgeom=# CLUSTER my_geom_index ON my_table;\n"
@@ -269,7 +280,7 @@ msgstr ""
 "NULL."
 
 #. Tag: para
-#: performance_tips.xml:95
+#: performance_tips.xml:97
 #, no-c-format
 msgid ""
 "As the HINT message tells you, one can work around this deficiency by adding "
@@ -279,7 +290,7 @@ msgstr ""
 "una restricción \"not null\" a la tabla:"
 
 #. Tag: programlisting
-#: performance_tips.xml:98
+#: performance_tips.xml:100
 #, fuzzy, no-c-format
 msgid ""
 "lwgeom=# ALTER TABLE my_table ALTER COLUMN the_geom SET not null;\n"
@@ -289,7 +300,7 @@ msgstr ""
 "ALTER TABLE"
 
 #. Tag: para
-#: performance_tips.xml:100
+#: performance_tips.xml:102
 #, no-c-format
 msgid ""
 "Of course, this will not work if you in fact need NULL values in your "
@@ -303,13 +314,13 @@ msgstr ""
 "CHECK (geómetra is not nulo);\" no funcionara."
 
 #. Tag: title
-#: performance_tips.xml:107
+#: performance_tips.xml:109
 #, no-c-format
 msgid "Avoiding dimension conversion"
 msgstr "Evitar la conversión de dimensión"
 
 #. Tag: para
-#: performance_tips.xml:109
+#: performance_tips.xml:111
 #, fuzzy, no-c-format
 msgid ""
 "Sometimes, you happen to have 3D or 4D data in your table, but always access "
@@ -328,7 +339,7 @@ msgstr ""
 "dimensiones adicionales de una vez por todas:"
 
 #. Tag: programlisting
-#: performance_tips.xml:116
+#: performance_tips.xml:118
 #, fuzzy, no-c-format
 msgid ""
 "UPDATE mytable SET the_geom = ST_Force2D(the_geom);\n"
@@ -338,7 +349,7 @@ msgstr ""
 "VACUUM FULL ANALYZE mytable;"
 
 #. Tag: para
-#: performance_tips.xml:118
+#: performance_tips.xml:120
 #, no-c-format
 msgid ""
 "Note that if you added your geometry column using AddGeometryColumn() "
@@ -353,7 +364,7 @@ msgstr ""
 "después."
 
 #. Tag: para
-#: performance_tips.xml:124
+#: performance_tips.xml:126
 #, no-c-format
 msgid ""
 "In case of large tables, it may be wise to divide this UPDATE into smaller "
@@ -374,13 +385,13 @@ msgstr ""
 "están en 2D."
 
 #. Tag: title
-#: performance_tips.xml:136
+#: performance_tips.xml:138
 #, no-c-format
 msgid "Tuning your configuration"
 msgstr "Ajusta tu configuración"
 
 #. Tag: para
-#: performance_tips.xml:138
+#: performance_tips.xml:140
 #, no-c-format
 msgid ""
 "Tuning for PostGIS is much like tuning for any PostgreSQL workload. The only "
@@ -390,7 +401,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: performance_tips.xml:141
+#: performance_tips.xml:143
 #, no-c-format
 msgid ""
 "For general details about optimizing PostgreSQL, refer to <ulink url="
@@ -399,7 +410,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: performance_tips.xml:143
+#: performance_tips.xml:145
 #, no-c-format
 msgid ""
 "For PostgreSQL 9.4+ all these can be set at the server level without "
@@ -408,7 +419,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: performance_tips.xml:145
+#: performance_tips.xml:147
 #, no-c-format
 msgid ""
 "ALTER SYSTEM SET work_mem = '256MB';\n"
@@ -420,7 +431,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: performance_tips.xml:147
+#: performance_tips.xml:149
 #, no-c-format
 msgid ""
 "In addition to these settings, PostGIS also has some custom settings which "
@@ -428,31 +439,31 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: performance_tips.xml:150
+#: performance_tips.xml:152
 #, no-c-format
 msgid "Startup"
 msgstr "Puesta en marcha"
 
 #. Tag: para
-#: performance_tips.xml:152
+#: performance_tips.xml:154
 #, no-c-format
 msgid "These settings are configured in postgresql.conf:"
 msgstr "Estas opciones se configuran en postgresql.conf:"
 
 #. Tag: ulink
-#: performance_tips.xml:157
+#: performance_tips.xml:159
 #, no-c-format
 msgid "constraint_exclusion"
 msgstr "constraint_exclusion"
 
 #. Tag: para
-#: performance_tips.xml:162
+#: performance_tips.xml:164
 #, fuzzy, no-c-format
 msgid "Default: partition"
 msgstr "Por defecto: 1MB"
 
 #. Tag: para
-#: performance_tips.xml:167
+#: performance_tips.xml:169
 #, fuzzy, no-c-format
 msgid ""
 "This is generally used for table partitioning. The default for this is set "
@@ -470,25 +481,27 @@ msgstr ""
 "manera ."
 
 #. Tag: ulink
-#: performance_tips.xml:176
+#: performance_tips.xml:178
 #, no-c-format
 msgid "shared_buffers"
 msgstr "shared_buffers"
 
 #. Tag: para
-#: performance_tips.xml:181
+#: performance_tips.xml:183
 #, no-c-format
-msgid "Default: ~32MB"
-msgstr "Por defecto: ~32MB"
+msgid "Default: ~128MB in PostgreSQL 9.6"
+msgstr ""
 
 #. Tag: para
-#: performance_tips.xml:186
+#: performance_tips.xml:188
 #, no-c-format
-msgid "Set to about 1/3 to 3/4 of available RAM"
-msgstr "Cambialo a un valor entre 1/3 a 3/4 de la memoria RAM disponible."
+msgid ""
+"Set to about 25% to 40% of available RAM. On windows you may not be able to "
+"set as high."
+msgstr ""
 
 #. Tag: para
-#: performance_tips.xml:193
+#: performance_tips.xml:195
 #, fuzzy, no-c-format
 msgid ""
 "<ulink url=\"https://www.postgresql.org/docs/current/static/runtime-config-"
@@ -502,13 +515,13 @@ msgstr ""
 "operaciones cortas y consultas complejas)"
 
 #. Tag: para
-#: performance_tips.xml:201
+#: performance_tips.xml:203
 #, fuzzy, no-c-format
 msgid "Default: 8"
 msgstr "Por defecto: 1MB"
 
 #. Tag: para
-#: performance_tips.xml:206
+#: performance_tips.xml:208
 #, no-c-format
 msgid ""
 "Sets the maximum number of background processes that the system can support. "
@@ -516,13 +529,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: performance_tips.xml:216
+#: performance_tips.xml:218
 #, no-c-format
 msgid "Runtime"
 msgstr "Runtime"
 
 #. Tag: para
-#: performance_tips.xml:218
+#: performance_tips.xml:220
 #, no-c-format
 msgid ""
 "<ulink url=\"http://www.postgresql.org/docs/current/static/runtime-config-"
@@ -534,37 +547,37 @@ msgstr ""
 "operaciones cortas y consultas complejas)"
 
 #. Tag: para
-#: performance_tips.xml:224
+#: performance_tips.xml:226
 #, fuzzy, no-c-format
 msgid "Default: 1-4MB"
 msgstr "Por defecto: 1MB"
 
 #. Tag: para
-#: performance_tips.xml:229
+#: performance_tips.xml:231
 #, no-c-format
 msgid "Adjust up for large dbs, complex queries, lots of RAM"
 msgstr "Ajuste para bases de datos grandes, consultas complejas, mucha RAM"
 
 #. Tag: para
-#: performance_tips.xml:234
+#: performance_tips.xml:236
 #, no-c-format
 msgid "Adjust down for many concurrent users or low RAM."
 msgstr "Ajuste para muchos usuarios concurrentes o menos RAM"
 
 #. Tag: para
-#: performance_tips.xml:239
+#: performance_tips.xml:241
 #, no-c-format
 msgid "If you have lots of RAM and few developers:"
 msgstr "Si tienes mucha RAM y algunos desarrolladores:"
 
 #. Tag: programlisting
-#: performance_tips.xml:241
+#: performance_tips.xml:243
 #, fuzzy, no-c-format
-msgid "SET work_mem TO '256MB';;"
+msgid "SET work_mem TO '256MB';"
 msgstr "SET work_mem TO 1200000;"
 
 #. Tag: para
-#: performance_tips.xml:246
+#: performance_tips.xml:248
 #, no-c-format
 msgid ""
 "<ulink url=\"http://www.postgresql.org/docs/current/static/runtime-config-"
@@ -576,13 +589,13 @@ msgstr ""
 "(utilizado en operaciones de VACUUM, CREATE INDEX, etc.)"
 
 #. Tag: para
-#: performance_tips.xml:252
+#: performance_tips.xml:254
 #, fuzzy, no-c-format
 msgid "Default: 16-64MB"
 msgstr "Por defecto: 16MB"
 
 #. Tag: para
-#: performance_tips.xml:257
+#: performance_tips.xml:259
 #, no-c-format
 msgid "Generally too low - ties up I/O, locks objects while swapping memory"
 msgstr ""
@@ -590,7 +603,7 @@ msgstr ""
 "intercambio"
 
 #. Tag: para
-#: performance_tips.xml:262
+#: performance_tips.xml:264
 #, fuzzy, no-c-format
 msgid ""
 "Recommend 32MB to 1GB on production servers w/lots of RAM, but depends on "
@@ -601,13 +614,13 @@ msgstr ""
 "y algunos desarrolladores:"
 
 #. Tag: programlisting
-#: performance_tips.xml:265
+#: performance_tips.xml:267
 #, fuzzy, no-c-format
 msgid "SET maintenance_work_mem TO '1GB';"
 msgstr "SET maintainence_work_mem TO 1200000;"
 
 #. Tag: para
-#: performance_tips.xml:270
+#: performance_tips.xml:272
 #, no-c-format
 msgid ""
 "<ulink url=\"https://www.postgresql.org/docs/current/static/runtime-config-"
@@ -623,13 +636,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: performance_tips.xml:280
+#: performance_tips.xml:282
 #, fuzzy, no-c-format
 msgid "Default: 0"
 msgstr "Por defecto: 1MB"
 
 #. Tag: para
-#: performance_tips.xml:285
+#: performance_tips.xml:287
 #, no-c-format
 msgid ""
 "Sets the maximum number of workers that can be started by a single "
@@ -641,6 +654,12 @@ msgid ""
 "parallel query execution."
 msgstr ""
 
+#~ msgid "Default: ~32MB"
+#~ msgstr "Por defecto: ~32MB"
+
+#~ msgid "Set to about 1/3 to 3/4 of available RAM"
+#~ msgstr "Cambialo a un valor entre 1/3 a 3/4 de la memoria RAM disponible."
+
 #~ msgid ""
 #~ "These tips are taken from Kevin Neufeld's presentation \"Tips for the "
 #~ "PostGIS Power User\" at the FOSS4G 2007 conference. Depending on your use "
index ee44a8f180f6dfae860ce8039e769b0dca1a7f73..2be7c422346e24e1b80b27d50b82a26b8d1621ff 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-09-29 12:21+0000\n"
+"POT-Creation-Date: 2017-07-23 23:12+0000\n"
 "PO-Revision-Date: 2014-10-14 22:36+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/postgis-1/"
@@ -23,6 +23,12 @@ msgstr ""
 msgid "PostGIS &last_release_version; Manual"
 msgstr "Manual PostGIS &last_release_version; "
 
+#. Tag: subscript
+#: postgis.xml:128
+#, no-c-format
+msgid "SVN Revision (<emphasis>15504</emphasis>)"
+msgstr ""
+
 #. Tag: corpauthor
 #: postgis.xml:132
 #, no-c-format
index f89e842fb7e989cbf08f6a6135fc4aecd0cfad19..e397007f9a0da77d12d1af041bee8e0720dcc28e 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
 "PO-Revision-Date: 2015-09-29 12:23+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -56,23 +56,24 @@ msgstr ""
 #: reference_accessor.xml:258 reference_accessor.xml:309
 #: reference_accessor.xml:361 reference_accessor.xml:432
 #: reference_accessor.xml:481 reference_accessor.xml:542
-#: reference_accessor.xml:593 reference_accessor.xml:652
-#: reference_accessor.xml:711 reference_accessor.xml:766
-#: reference_accessor.xml:810 reference_accessor.xml:861
-#: reference_accessor.xml:918 reference_accessor.xml:990
-#: reference_accessor.xml:1042 reference_accessor.xml:1101
-#: reference_accessor.xml:1147 reference_accessor.xml:1182
-#: reference_accessor.xml:1221 reference_accessor.xml:1261
-#: reference_accessor.xml:1304 reference_accessor.xml:1366
-#: reference_accessor.xml:1407 reference_accessor.xml:1451
-#: reference_accessor.xml:1508 reference_accessor.xml:1572
-#: reference_accessor.xml:1621 reference_accessor.xml:1664
-#: reference_accessor.xml:1717 reference_accessor.xml:1791
-#: reference_accessor.xml:1834 reference_accessor.xml:1879
-#: reference_accessor.xml:1925 reference_accessor.xml:1967
-#: reference_accessor.xml:2012 reference_accessor.xml:2058
-#: reference_accessor.xml:2100 reference_accessor.xml:2146
-#: reference_accessor.xml:2187
+#: reference_accessor.xml:593 reference_accessor.xml:658
+#: reference_accessor.xml:728 reference_accessor.xml:791
+#: reference_accessor.xml:850 reference_accessor.xml:905
+#: reference_accessor.xml:949 reference_accessor.xml:1000
+#: reference_accessor.xml:1057 reference_accessor.xml:1129
+#: reference_accessor.xml:1181 reference_accessor.xml:1240
+#: reference_accessor.xml:1286 reference_accessor.xml:1321
+#: reference_accessor.xml:1360 reference_accessor.xml:1400
+#: reference_accessor.xml:1443 reference_accessor.xml:1505
+#: reference_accessor.xml:1546 reference_accessor.xml:1590
+#: reference_accessor.xml:1647 reference_accessor.xml:1711
+#: reference_accessor.xml:1760 reference_accessor.xml:1803
+#: reference_accessor.xml:1856 reference_accessor.xml:1930
+#: reference_accessor.xml:1973 reference_accessor.xml:2018
+#: reference_accessor.xml:2064 reference_accessor.xml:2106
+#: reference_accessor.xml:2151 reference_accessor.xml:2197
+#: reference_accessor.xml:2239 reference_accessor.xml:2285
+#: reference_accessor.xml:2326
 #, no-c-format
 msgid "Description"
 msgstr "Descripción"
@@ -111,7 +112,7 @@ msgstr ""
 
 #. Tag: para
 #: reference_accessor.xml:38 reference_accessor.xml:495
-#: reference_accessor.xml:1266
+#: reference_accessor.xml:1405
 #, no-c-format
 msgid ""
 "Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was "
@@ -123,10 +124,10 @@ msgstr ""
 #. Tag: para
 #: reference_accessor.xml:39 reference_accessor.xml:168
 #: reference_accessor.xml:497 reference_accessor.xml:604
-#: reference_accessor.xml:657 reference_accessor.xml:937
-#: reference_accessor.xml:1110 reference_accessor.xml:1373
-#: reference_accessor.xml:1415 reference_accessor.xml:1525
-#: reference_accessor.xml:1930
+#: reference_accessor.xml:796 reference_accessor.xml:1076
+#: reference_accessor.xml:1249 reference_accessor.xml:1512
+#: reference_accessor.xml:1554 reference_accessor.xml:1664
+#: reference_accessor.xml:2069
 #, no-c-format
 msgid "&sfs_compliant;"
 msgstr "&sfs_compliant;"
@@ -134,15 +135,15 @@ msgstr "&sfs_compliant;"
 #. Tag: para
 #: reference_accessor.xml:40 reference_accessor.xml:170
 #: reference_accessor.xml:267 reference_accessor.xml:500
-#: reference_accessor.xml:666 reference_accessor.xml:731
-#: reference_accessor.xml:777 reference_accessor.xml:1188
-#: reference_accessor.xml:1226 reference_accessor.xml:1528
-#: reference_accessor.xml:1586 reference_accessor.xml:1629
-#: reference_accessor.xml:1673 reference_accessor.xml:1733
-#: reference_accessor.xml:1844 reference_accessor.xml:1889
-#: reference_accessor.xml:1977 reference_accessor.xml:2022
-#: reference_accessor.xml:2110 reference_accessor.xml:2152
-#: reference_accessor.xml:2197
+#: reference_accessor.xml:805 reference_accessor.xml:870
+#: reference_accessor.xml:916 reference_accessor.xml:1327
+#: reference_accessor.xml:1365 reference_accessor.xml:1667
+#: reference_accessor.xml:1725 reference_accessor.xml:1768
+#: reference_accessor.xml:1812 reference_accessor.xml:1872
+#: reference_accessor.xml:1983 reference_accessor.xml:2028
+#: reference_accessor.xml:2116 reference_accessor.xml:2161
+#: reference_accessor.xml:2249 reference_accessor.xml:2291
+#: reference_accessor.xml:2336
 #, no-c-format
 msgid "&curve_support;"
 msgstr "&curve_support;"
@@ -152,18 +153,19 @@ msgstr "&curve_support;"
 #: reference_accessor.xml:171 reference_accessor.xml:265
 #: reference_accessor.xml:390 reference_accessor.xml:441
 #: reference_accessor.xml:499 reference_accessor.xml:548
-#: reference_accessor.xml:606 reference_accessor.xml:665
-#: reference_accessor.xml:730 reference_accessor.xml:875
-#: reference_accessor.xml:1112 reference_accessor.xml:1152
-#: reference_accessor.xml:1187 reference_accessor.xml:1225
-#: reference_accessor.xml:1270 reference_accessor.xml:1372
-#: reference_accessor.xml:1468 reference_accessor.xml:1527
-#: reference_accessor.xml:1587 reference_accessor.xml:1671
-#: reference_accessor.xml:1799 reference_accessor.xml:1843
-#: reference_accessor.xml:1888 reference_accessor.xml:1932
-#: reference_accessor.xml:1976 reference_accessor.xml:2021
-#: reference_accessor.xml:2066 reference_accessor.xml:2109
-#: reference_accessor.xml:2151 reference_accessor.xml:2196
+#: reference_accessor.xml:606 reference_accessor.xml:687
+#: reference_accessor.xml:757 reference_accessor.xml:804
+#: reference_accessor.xml:869 reference_accessor.xml:1014
+#: reference_accessor.xml:1251 reference_accessor.xml:1291
+#: reference_accessor.xml:1326 reference_accessor.xml:1364
+#: reference_accessor.xml:1409 reference_accessor.xml:1511
+#: reference_accessor.xml:1607 reference_accessor.xml:1666
+#: reference_accessor.xml:1726 reference_accessor.xml:1810
+#: reference_accessor.xml:1938 reference_accessor.xml:1982
+#: reference_accessor.xml:2027 reference_accessor.xml:2071
+#: reference_accessor.xml:2115 reference_accessor.xml:2160
+#: reference_accessor.xml:2205 reference_accessor.xml:2248
+#: reference_accessor.xml:2290 reference_accessor.xml:2335
 #, no-c-format
 msgid "&Z_support;"
 msgstr "&Z_support;"
@@ -171,10 +173,10 @@ msgstr "&Z_support;"
 #. Tag: para
 #: reference_accessor.xml:42 reference_accessor.xml:172
 #: reference_accessor.xml:223 reference_accessor.xml:501
-#: reference_accessor.xml:549 reference_accessor.xml:669
-#: reference_accessor.xml:1189 reference_accessor.xml:1271
-#: reference_accessor.xml:1375 reference_accessor.xml:1469
-#: reference_accessor.xml:1736
+#: reference_accessor.xml:549 reference_accessor.xml:808
+#: reference_accessor.xml:1328 reference_accessor.xml:1410
+#: reference_accessor.xml:1514 reference_accessor.xml:1608
+#: reference_accessor.xml:1875
 #, no-c-format
 msgid "&P_support;"
 msgstr "&P_support;"
@@ -182,7 +184,7 @@ msgstr "&P_support;"
 #. Tag: para
 #: reference_accessor.xml:43 reference_accessor.xml:173
 #: reference_accessor.xml:224 reference_accessor.xml:502
-#: reference_accessor.xml:1272 reference_accessor.xml:1739
+#: reference_accessor.xml:1411 reference_accessor.xml:1878
 #, no-c-format
 msgid "&T_support;"
 msgstr "&T_support;"
@@ -193,22 +195,22 @@ msgstr "&T_support;"
 #: reference_accessor.xml:277 reference_accessor.xml:331
 #: reference_accessor.xml:395 reference_accessor.xml:446
 #: reference_accessor.xml:554 reference_accessor.xml:612
-#: reference_accessor.xml:736 reference_accessor.xml:784
-#: reference_accessor.xml:829 reference_accessor.xml:880
-#: reference_accessor.xml:951 reference_accessor.xml:1007
-#: reference_accessor.xml:1067 reference_accessor.xml:1118
-#: reference_accessor.xml:1156 reference_accessor.xml:1194
-#: reference_accessor.xml:1231 reference_accessor.xml:1277
-#: reference_accessor.xml:1316 reference_accessor.xml:1379
-#: reference_accessor.xml:1420 reference_accessor.xml:1475
-#: reference_accessor.xml:1540 reference_accessor.xml:1594
-#: reference_accessor.xml:1634 reference_accessor.xml:1683
-#: reference_accessor.xml:1747 reference_accessor.xml:1805
-#: reference_accessor.xml:1849 reference_accessor.xml:1894
-#: reference_accessor.xml:1938 reference_accessor.xml:1982
-#: reference_accessor.xml:2027 reference_accessor.xml:2071
-#: reference_accessor.xml:2115 reference_accessor.xml:2157
-#: reference_accessor.xml:2202
+#: reference_accessor.xml:875 reference_accessor.xml:923
+#: reference_accessor.xml:968 reference_accessor.xml:1019
+#: reference_accessor.xml:1090 reference_accessor.xml:1146
+#: reference_accessor.xml:1206 reference_accessor.xml:1257
+#: reference_accessor.xml:1295 reference_accessor.xml:1333
+#: reference_accessor.xml:1370 reference_accessor.xml:1416
+#: reference_accessor.xml:1455 reference_accessor.xml:1518
+#: reference_accessor.xml:1559 reference_accessor.xml:1614
+#: reference_accessor.xml:1679 reference_accessor.xml:1733
+#: reference_accessor.xml:1773 reference_accessor.xml:1822
+#: reference_accessor.xml:1886 reference_accessor.xml:1944
+#: reference_accessor.xml:1988 reference_accessor.xml:2033
+#: reference_accessor.xml:2077 reference_accessor.xml:2121
+#: reference_accessor.xml:2166 reference_accessor.xml:2210
+#: reference_accessor.xml:2254 reference_accessor.xml:2296
+#: reference_accessor.xml:2341
 #, no-c-format
 msgid "Examples"
 msgstr "Ejemplos"
@@ -303,23 +305,24 @@ msgstr ""
 #: reference_accessor.xml:283 reference_accessor.xml:336
 #: reference_accessor.xml:400 reference_accessor.xml:451
 #: reference_accessor.xml:521 reference_accessor.xml:565
-#: reference_accessor.xml:619 reference_accessor.xml:686
-#: reference_accessor.xml:742 reference_accessor.xml:835
-#: reference_accessor.xml:886 reference_accessor.xml:957
-#: reference_accessor.xml:1014 reference_accessor.xml:1074
-#: reference_accessor.xml:1124 reference_accessor.xml:1161
-#: reference_accessor.xml:1199 reference_accessor.xml:1238
-#: reference_accessor.xml:1282 reference_accessor.xml:1321
-#: reference_accessor.xml:1344 reference_accessor.xml:1384
-#: reference_accessor.xml:1425 reference_accessor.xml:1482
-#: reference_accessor.xml:1546 reference_accessor.xml:1600
-#: reference_accessor.xml:1639 reference_accessor.xml:1689
-#: reference_accessor.xml:1753 reference_accessor.xml:1811
-#: reference_accessor.xml:1856 reference_accessor.xml:1901
-#: reference_accessor.xml:1944 reference_accessor.xml:1989
-#: reference_accessor.xml:2034 reference_accessor.xml:2077
-#: reference_accessor.xml:2122 reference_accessor.xml:2164
-#: reference_accessor.xml:2209
+#: reference_accessor.xml:619 reference_accessor.xml:693
+#: reference_accessor.xml:762 reference_accessor.xml:825
+#: reference_accessor.xml:881 reference_accessor.xml:974
+#: reference_accessor.xml:1025 reference_accessor.xml:1096
+#: reference_accessor.xml:1153 reference_accessor.xml:1213
+#: reference_accessor.xml:1263 reference_accessor.xml:1300
+#: reference_accessor.xml:1338 reference_accessor.xml:1377
+#: reference_accessor.xml:1421 reference_accessor.xml:1460
+#: reference_accessor.xml:1483 reference_accessor.xml:1523
+#: reference_accessor.xml:1564 reference_accessor.xml:1621
+#: reference_accessor.xml:1685 reference_accessor.xml:1739
+#: reference_accessor.xml:1778 reference_accessor.xml:1828
+#: reference_accessor.xml:1892 reference_accessor.xml:1950
+#: reference_accessor.xml:1995 reference_accessor.xml:2040
+#: reference_accessor.xml:2083 reference_accessor.xml:2128
+#: reference_accessor.xml:2173 reference_accessor.xml:2216
+#: reference_accessor.xml:2261 reference_accessor.xml:2303
+#: reference_accessor.xml:2348
 #, no-c-format
 msgid "See Also"
 msgstr "Ver también"
@@ -713,7 +716,7 @@ msgid "&sqlmm_compliant; SQL-MM 3: 7.1.4"
 msgstr "&sqlmm_compliant; SQL-MM 3: 7.1.4"
 
 #. Tag: para
-#: reference_accessor.xml:268 reference_accessor.xml:1674
+#: reference_accessor.xml:268 reference_accessor.xml:1813
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 no longer works with single geometry multilinestrings. In "
@@ -850,8 +853,8 @@ msgstr ""
 "precisión en vez de float4."
 
 #. Tag: para
-#: reference_accessor.xml:326 reference_accessor.xml:775
-#: reference_accessor.xml:873 reference_accessor.xml:1627
+#: reference_accessor.xml:326 reference_accessor.xml:914
+#: reference_accessor.xml:1012 reference_accessor.xml:1766
 #, no-c-format
 msgid "&sfs_compliant; s2.1.1.1"
 msgstr "&sfs_compliant; s2.1.1.1"
@@ -1006,7 +1009,8 @@ msgid "Availability: 2.2.0"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:391
+#: reference_accessor.xml:391 reference_accessor.xml:688
+#: reference_accessor.xml:758
 #, no-c-format
 msgid "&M_support;"
 msgstr ""
@@ -1080,7 +1084,7 @@ msgid "Only works with POLYGON geometry types"
 msgstr "Solo funciona con geometrias de tipo POLYGON"
 
 #. Tag: para
-#: reference_accessor.xml:439 reference_accessor.xml:819
+#: reference_accessor.xml:439 reference_accessor.xml:958
 #, no-c-format
 msgid "&sfs_compliant; 2.1.5.1"
 msgstr "&sfs_compliant; 2.1.5.1"
@@ -1379,7 +1383,7 @@ msgstr ""
 " TRIANGLE((0 0 0,0 1 0,1 1 0,0 0 0))"
 
 #. Tag: para
-#: reference_accessor.xml:523 reference_accessor.xml:1386
+#: reference_accessor.xml:523 reference_accessor.xml:1525
 #, no-c-format
 msgid ", <xref linkend=\"ST_NumGeometries\"/>"
 msgstr ", <xref linkend=\"ST_NumGeometries\"/>"
@@ -1422,8 +1426,8 @@ msgstr ""
 "delante, como el hecho de que no indicará como se mide la geometría."
 
 #. Tag: para
-#: reference_accessor.xml:546 reference_accessor.xml:667
-#: reference_accessor.xml:1185
+#: reference_accessor.xml:546 reference_accessor.xml:806
+#: reference_accessor.xml:1324
 #, no-c-format
 msgid "Enhanced: 2.0.0 support for Polyhedral surfaces was introduced."
 msgstr "Mejora: 2.0.0 se introdujo soporte de superficies poliédricas."
@@ -1601,12 +1605,113 @@ msgstr ""
 
 #. Tag: refname
 #: reference_accessor.xml:634
+#, fuzzy, no-c-format
+msgid "ST_IsPolygonCCW"
+msgstr "ST_IsCollection"
+
+#. Tag: refpurpose
+#: reference_accessor.xml:637
+#, no-c-format
+msgid ""
+"Returns true if all exterior rings are oriented counter-clockwise and all "
+"interior rings are oriented clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_accessor.xml:644
+#, fuzzy, no-c-format
+msgid ""
+"<funcdef> boolean <function>ST_IsPolygonCCW</function> </funcdef> <paramdef> "
+"<type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+"<funcdef>boolean <function>ST_IsEmpty</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
+
+#. Tag: para
+#: reference_accessor.xml:660
+#, no-c-format
+msgid ""
+"Returns true if all polygonal components of the input geometry use a counter-"
+"clockwise orientation for their exterior ring, and a clockwise direction for "
+"all interior rings."
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:666 reference_accessor.xml:736
+#, fuzzy, no-c-format
+msgid "Returns true if the geometry has no polygonal components."
+msgstr ""
+"Devuelve True si la Geometría es una colección vacía, polígono vacio, punto "
+"vacío etc."
+
+#. Tag: para
+#: reference_accessor.xml:671 reference_accessor.xml:741
+#, no-c-format
+msgid ""
+"Closed linestrings are not considered polygonal components, so you would "
+"still get a true return by passing a single closed linestring no matter its "
+"orientation."
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:679 reference_accessor.xml:749
+#, no-c-format
+msgid ""
+"If a polygonal geometry does not use reversed orientation for interior rings "
+"(i.e., if one or more interior rings are oriented in the same direction as "
+"an exterior ring) then both ST_IsPolygonCW and ST_IsPolygonCCW will return "
+"false."
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:694 reference_accessor.xml:763
+#, fuzzy, no-c-format
+msgid ""
+", <xref linkend=\"ST_ForcePolygonCCW\"/>, <xref linkend=\"ST_IsPolygonCW\"/>"
+msgstr ""
+", <xref linkend=\"ST_Dimension\"/>, <xref linkend=\"ST_GeomFromEWKT\"/>"
+
+#. Tag: refname
+#: reference_accessor.xml:704
+#, fuzzy, no-c-format
+msgid "ST_IsPolygonCW"
+msgstr "ST_IsCollection"
+
+#. Tag: refpurpose
+#: reference_accessor.xml:707
+#, no-c-format
+msgid ""
+"Returns true if all exterior rings are oriented clockwise and all interior "
+"rings are oriented counter-clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_accessor.xml:714
+#, fuzzy, no-c-format
+msgid ""
+"<funcdef> boolean <function>ST_IsPolygonCW</function> </funcdef> <paramdef> "
+"<type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+"<funcdef>boolean <function>ST_IsEmpty</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
+
+#. Tag: para
+#: reference_accessor.xml:730
+#, no-c-format
+msgid ""
+"Returns true if all polygonal components of the input geometry use a "
+"clockwise orientation for their exterior ring, and a counter-clockwise "
+"direction for all interior rings."
+msgstr ""
+
+#. Tag: refname
+#: reference_accessor.xml:773
 #, no-c-format
 msgid "ST_IsClosed"
 msgstr "ST_IsClosed"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:636
+#: reference_accessor.xml:775
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if the <varname>LINESTRING</varname>'s start "
@@ -1617,7 +1722,7 @@ msgstr ""
 "si son cerradas (volumetricas)."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:643
+#: reference_accessor.xml:782
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_IsClosed</function></funcdef> "
@@ -1627,7 +1732,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>g</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:654
+#: reference_accessor.xml:793
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if the <varname>LINESTRING</varname>'s start "
@@ -1640,13 +1745,13 @@ msgstr ""
 "volumétricas (cerradas)."
 
 #. Tag: para
-#: reference_accessor.xml:658
+#: reference_accessor.xml:797
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 7.1.5, 9.3.3"
 msgstr "&sqlmm_compliant; SQL-MM 3: 7.1.5, 9.3.3"
 
 #. Tag: para
-#: reference_accessor.xml:660
+#: reference_accessor.xml:799
 #, no-c-format
 msgid ""
 "SQL-MM defines the result of <function>ST_IsClosed(<varname>NULL</varname>)</"
@@ -1657,13 +1762,13 @@ msgstr ""
 "<varname>NULL</varname>."
 
 #. Tag: title
-#: reference_accessor.xml:674
+#: reference_accessor.xml:813
 #, no-c-format
 msgid "Line String and Point Examples"
 msgstr "Ejemplos con lineas y puntos"
 
 #. Tag: programlisting
-#: reference_accessor.xml:676
+#: reference_accessor.xml:815
 #, no-c-format
 msgid ""
 "postgis=# SELECT ST_IsClosed('LINESTRING(0 0, 1 1)'::geometry);\n"
@@ -1729,13 +1834,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: title
-#: reference_accessor.xml:680
+#: reference_accessor.xml:819
 #, no-c-format
 msgid "Polyhedral Surface Examples"
 msgstr "Ejemplos con superficies Poliédricas"
 
 #. Tag: programlisting
-#: reference_accessor.xml:682
+#: reference_accessor.xml:821
 #, fuzzy, no-c-format
 msgid ""
 "-- A cube --\n"
@@ -1791,13 +1896,13 @@ msgstr ""
 " f"
 
 #. Tag: refname
-#: reference_accessor.xml:694
+#: reference_accessor.xml:833
 #, no-c-format
 msgid "ST_IsCollection"
 msgstr "ST_IsCollection"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:696
+#: reference_accessor.xml:835
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if the argument is a collection "
@@ -1807,7 +1912,7 @@ msgstr ""
 "(<varname>MULTI*</varname>, <varname>GEOMETRYCOLLECTION</varname>, ...)"
 
 #. Tag: funcprototype
-#: reference_accessor.xml:703
+#: reference_accessor.xml:842
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_IsCollection</function></funcdef> "
@@ -1817,7 +1922,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>g</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:713
+#: reference_accessor.xml:852
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if the geometry type of the argument is "
@@ -1825,25 +1930,25 @@ msgid ""
 msgstr "Devuelve <varname>TRUE</varname> si la geometría del argumento es:"
 
 #. Tag: para
-#: reference_accessor.xml:716
+#: reference_accessor.xml:855
 #, no-c-format
 msgid "GEOMETRYCOLLECTION"
 msgstr "GEOMETRYCOLLECTION"
 
 #. Tag: para
-#: reference_accessor.xml:717
+#: reference_accessor.xml:856
 #, no-c-format
 msgid "MULTI{POINT,POLYGON,LINESTRING,CURVE,SURFACE}"
 msgstr "MULTI{POINT,POLYGON,LINESTRING,CURVE,SURFACE}"
 
 #. Tag: para
-#: reference_accessor.xml:718
+#: reference_accessor.xml:857
 #, no-c-format
 msgid "COMPOUNDCURVE"
 msgstr "COMPOUNDCURVE"
 
 #. Tag: para
-#: reference_accessor.xml:723
+#: reference_accessor.xml:862
 #, no-c-format
 msgid ""
 "This function analyzes the type of the geometry. This means that it will "
@@ -1855,7 +1960,7 @@ msgstr ""
 "único elemento."
 
 #. Tag: programlisting
-#: reference_accessor.xml:738
+#: reference_accessor.xml:877
 #, no-c-format
 msgid ""
 "postgis=# SELECT ST_IsCollection('LINESTRING(0 0, 1 1)'::geometry);\n"
@@ -1921,13 +2026,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: refname
-#: reference_accessor.xml:750
+#: reference_accessor.xml:889
 #, no-c-format
 msgid "ST_IsEmpty"
 msgstr "ST_IsEmpty"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:752
+#: reference_accessor.xml:891
 #, no-c-format
 msgid ""
 "Returns true if this Geometry is an empty geometrycollection, polygon, point "
@@ -1937,7 +2042,7 @@ msgstr ""
 "vacío etc."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:758
+#: reference_accessor.xml:897
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_IsEmpty</function></funcdef> "
@@ -1947,7 +2052,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:768
+#: reference_accessor.xml:907
 #, no-c-format
 msgid ""
 "Returns true if this Geometry is an empty geometry. If true, then this "
@@ -1958,7 +2063,7 @@ msgstr ""
 "vacíos, puntos vacíos, etc."
 
 #. Tag: para
-#: reference_accessor.xml:771
+#: reference_accessor.xml:910
 #, no-c-format
 msgid ""
 "SQL-MM defines the result of ST_IsEmpty(NULL) to be 0, while PostGIS returns "
@@ -1968,13 +2073,13 @@ msgstr ""
 "PostGIS devuelve <varname>NULL</varname>."
 
 #. Tag: para
-#: reference_accessor.xml:776
+#: reference_accessor.xml:915
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.7"
 msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.7"
 
 #. Tag: para
-#: reference_accessor.xml:778
+#: reference_accessor.xml:917
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 In prior versions of PostGIS "
@@ -1986,7 +2091,7 @@ msgstr ""
 "permitido ahora en PostGIS 2.0.0 para ajustarse mejor a las normas SQL/MM. "
 
 #. Tag: programlisting
-#: reference_accessor.xml:786
+#: reference_accessor.xml:925
 #, no-c-format
 msgid ""
 "SELECT ST_IsEmpty(ST_GeomFromText('GEOMETRYCOLLECTION EMPTY'));\n"
@@ -2054,13 +2159,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: refname
-#: reference_accessor.xml:793
+#: reference_accessor.xml:932
 #, no-c-format
 msgid "ST_IsRing"
 msgstr "ST_IsRing"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:795
+#: reference_accessor.xml:934
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if this <varname>LINESTRING</varname> is "
@@ -2070,7 +2175,7 @@ msgstr ""
 "simple y cerrada."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:801
+#: reference_accessor.xml:940
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_IsRing</function></funcdef> "
@@ -2080,7 +2185,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>g</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:812
+#: reference_accessor.xml:951
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if this <varname>LINESTRING</varname> is "
@@ -2096,13 +2201,13 @@ msgstr ""
 "\"ST_IsSimple\"/> (no se intersecta con ella misma)."
 
 #. Tag: para
-#: reference_accessor.xml:820
+#: reference_accessor.xml:959
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 7.1.6"
 msgstr "&sqlmm_compliant; SQL-MM 3: 7.1.6"
 
 #. Tag: para
-#: reference_accessor.xml:822
+#: reference_accessor.xml:961
 #, no-c-format
 msgid ""
 "SQL-MM defines the result of <function>ST_IsRing(<varname>NULL</varname>)</"
@@ -2113,7 +2218,7 @@ msgstr ""
 "<varname>NULL</varname>."
 
 #. Tag: programlisting
-#: reference_accessor.xml:831
+#: reference_accessor.xml:970
 #, no-c-format
 msgid ""
 "SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\n"
@@ -2149,7 +2254,7 @@ msgstr ""
 "(1 row)"
 
 #. Tag: para
-#: reference_accessor.xml:837
+#: reference_accessor.xml:976
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_IsSimple\"/>, <xref linkend=\"ST_StartPoint\"/>, <xref "
@@ -2159,13 +2264,13 @@ msgstr ""
 "linkend=\"ST_EndPoint\"/>"
 
 #. Tag: refname
-#: reference_accessor.xml:845
+#: reference_accessor.xml:984
 #, no-c-format
 msgid "ST_IsSimple"
 msgstr "ST_IsSimple"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:847
+#: reference_accessor.xml:986
 #, no-c-format
 msgid ""
 "Returns (TRUE) if this Geometry has no anomalous geometric points, such as "
@@ -2175,7 +2280,7 @@ msgstr ""
 "auto intersecciones o tangencias."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:853
+#: reference_accessor.xml:992
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_IsSimple</function></funcdef> "
@@ -2185,7 +2290,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:863
+#: reference_accessor.xml:1002
 #, no-c-format
 msgid ""
 "Returns true if this Geometry has no anomalous geometric points, such as "
@@ -2199,7 +2304,7 @@ msgstr ""
 "\"OGC_Validity\">\"Ensuring OpenGIS compliancy of geometries\"</link>"
 
 #. Tag: para
-#: reference_accessor.xml:869
+#: reference_accessor.xml:1008
 #, no-c-format
 msgid ""
 "SQL-MM defines the result of ST_IsSimple(NULL) to be 0, while PostGIS "
@@ -2209,13 +2314,13 @@ msgstr ""
 "PostGIS devuelve NULL."
 
 #. Tag: para
-#: reference_accessor.xml:874
+#: reference_accessor.xml:1013
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.8"
 msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.8"
 
 #. Tag: programlisting
-#: reference_accessor.xml:882
+#: reference_accessor.xml:1021
 #, no-c-format
 msgid ""
 "SELECT ST_IsSimple(ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))'));\n"
@@ -2245,13 +2350,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: refname
-#: reference_accessor.xml:894
+#: reference_accessor.xml:1033
 #, no-c-format
 msgid "ST_IsValid"
 msgstr "ST_IsValid"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:896
+#: reference_accessor.xml:1035
 #, no-c-format
 msgid ""
 "Returns <varname>true</varname> if the <varname>ST_Geometry</varname> is "
@@ -2261,7 +2366,7 @@ msgstr ""
 "bien formada."
 
 #. Tag: funcsynopsis
-#: reference_accessor.xml:902
+#: reference_accessor.xml:1041
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_IsValid</function></funcdef> "
@@ -2279,7 +2384,7 @@ msgstr ""
 "parameter></paramdef> </funcprototype>"
 
 #. Tag: para
-#: reference_accessor.xml:920
+#: reference_accessor.xml:1059
 #, no-c-format
 msgid ""
 "Test if an ST_Geometry value is well formed. For geometries that are "
@@ -2295,7 +2400,7 @@ msgstr ""
 "\"Ensuring OpenGIS compliancy of geometries\"</link>"
 
 #. Tag: para
-#: reference_accessor.xml:926
+#: reference_accessor.xml:1065
 #, no-c-format
 msgid ""
 "SQL-MM defines the result of ST_IsValid(NULL) to be 0, while PostGIS returns "
@@ -2305,7 +2410,7 @@ msgstr ""
 "PostGIS devuelve NULL."
 
 #. Tag: para
-#: reference_accessor.xml:930
+#: reference_accessor.xml:1069
 #, no-c-format
 msgid ""
 "The version accepting flags is available starting with 2.0.0 and requires "
@@ -2319,13 +2424,13 @@ msgstr ""
 "\"ST_IsValidDetail\"/>."
 
 #. Tag: para
-#: reference_accessor.xml:938
+#: reference_accessor.xml:1077
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.9"
 msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.9"
 
 #. Tag: para
-#: reference_accessor.xml:941
+#: reference_accessor.xml:1080
 #, no-c-format
 msgid ""
 "Neither OGC-SFS nor SQL-MM specifications include a flag argument for "
@@ -2333,7 +2438,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:953
+#: reference_accessor.xml:1092
 #, no-c-format
 msgid ""
 "SELECT ST_IsValid(ST_GeomFromText('LINESTRING(0 0, 1 1)')) As good_line,\n"
@@ -2355,7 +2460,7 @@ msgstr ""
 " t         | f"
 
 #. Tag: para
-#: reference_accessor.xml:959
+#: reference_accessor.xml:1098
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_IsValidReason\"/>, <xref linkend=\"ST_IsValidDetail\"/"
@@ -2365,13 +2470,13 @@ msgstr ""
 ">, <xref linkend=\"ST_Summary\"/>"
 
 #. Tag: refname
-#: reference_accessor.xml:970
+#: reference_accessor.xml:1109
 #, no-c-format
 msgid "ST_IsValidReason"
 msgstr "ST_IsValidReason"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:972
+#: reference_accessor.xml:1111
 #, no-c-format
 msgid ""
 "Returns text stating if a geometry is valid or not and if not valid, a "
@@ -2380,7 +2485,7 @@ msgstr ""
 "Devuelve un texto indicando si una geometría es valida o no, y el porque."
 
 #. Tag: funcsynopsis
-#: reference_accessor.xml:976
+#: reference_accessor.xml:1115
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>text <function>ST_IsValidReason</function></"
@@ -2398,7 +2503,7 @@ msgstr ""
 "type> <parameter>flags</parameter></paramdef> </funcprototype>"
 
 #. Tag: para
-#: reference_accessor.xml:992
+#: reference_accessor.xml:1131
 #, no-c-format
 msgid ""
 "Returns text stating if a geometry is valid or not an if not valid, a reason "
@@ -2407,7 +2512,7 @@ msgstr ""
 "Devuelve un texto indicando si una geometría es valida o no, y el porque."
 
 #. Tag: para
-#: reference_accessor.xml:994
+#: reference_accessor.xml:1133
 #, no-c-format
 msgid ""
 "Useful in combination with ST_IsValid to generate a detailed report of "
@@ -2417,7 +2522,7 @@ msgstr ""
 "geometrías invalidas y el porque."
 
 #. Tag: para
-#: reference_accessor.xml:996
+#: reference_accessor.xml:1135
 #, no-c-format
 msgid ""
 "Allowed <varname>flags</varname> are documented in <xref linkend="
@@ -2427,13 +2532,13 @@ msgstr ""
 "linkend=\"ST_IsValidDetail\"/>."
 
 #. Tag: para
-#: reference_accessor.xml:1000
+#: reference_accessor.xml:1139
 #, no-c-format
 msgid "Availability: 1.4 - requires GEOS &gt;= 3.1.0."
 msgstr "Disponibilidad: 1.4 - necesita GEOS &gt;=3.1.0."
 
 #. Tag: para
-#: reference_accessor.xml:1001
+#: reference_accessor.xml:1140
 #, no-c-format
 msgid ""
 "Availability: 2.0 - requires GEOS &gt;= 3.3.0 for the version taking flags."
@@ -2442,7 +2547,7 @@ msgstr ""
 "parámetros."
 
 #. Tag: programlisting
-#: reference_accessor.xml:1009
+#: reference_accessor.xml:1148
 #, no-c-format
 msgid ""
 "--First 3 Rejects from a successful quintuplet experiment\n"
@@ -2522,19 +2627,19 @@ msgstr ""
 " Valid Geometry"
 
 #. Tag: para
-#: reference_accessor.xml:1016
+#: reference_accessor.xml:1155
 #, no-c-format
 msgid ", <xref linkend=\"ST_Summary\"/>"
 msgstr ", <xref linkend=\"ST_Summary\"/>"
 
 #. Tag: refname
-#: reference_accessor.xml:1022
+#: reference_accessor.xml:1161
 #, no-c-format
 msgid "ST_IsValidDetail"
 msgstr "ST_IsValidDetail"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1024
+#: reference_accessor.xml:1163
 #, no-c-format
 msgid ""
 "Returns a valid_detail (valid,reason,location) row stating if a geometry is "
@@ -2545,7 +2650,7 @@ msgstr ""
 "donde no lo es."
 
 #. Tag: funcsynopsis
-#: reference_accessor.xml:1028
+#: reference_accessor.xml:1167
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>valid_detail <function>ST_IsValidDetail</function></"
@@ -2563,7 +2668,7 @@ msgstr ""
 "<parameter>flags</parameter></paramdef> </funcprototype>"
 
 #. Tag: para
-#: reference_accessor.xml:1044
+#: reference_accessor.xml:1183
 #, no-c-format
 msgid ""
 "Returns a valid_detail row, formed by a boolean (valid) stating if a "
@@ -2576,7 +2681,7 @@ msgstr ""
 "geometría."
 
 #. Tag: para
-#: reference_accessor.xml:1046
+#: reference_accessor.xml:1185
 #, no-c-format
 msgid ""
 "Useful to substitute and improve the combination of ST_IsValid and "
@@ -2586,7 +2691,7 @@ msgstr ""
 "ST_IsValidReason para generar un informe detallado de geometrías no validas."
 
 #. Tag: para
-#: reference_accessor.xml:1048
+#: reference_accessor.xml:1187
 #, no-c-format
 msgid "The 'flags' argument is a bitfield. It can have the following values:"
 msgstr ""
@@ -2594,7 +2699,7 @@ msgstr ""
 "valores:"
 
 #. Tag: para
-#: reference_accessor.xml:1052
+#: reference_accessor.xml:1191
 #, no-c-format
 msgid ""
 "1: Consider self-intersecting rings forming holes as valid. This is also "
@@ -2604,13 +2709,13 @@ msgstr ""
 "conocido como \"the ESRI flag\". Observa que esto es contrario al modelo OGC."
 
 #. Tag: para
-#: reference_accessor.xml:1061
+#: reference_accessor.xml:1200
 #, no-c-format
 msgid "Availability: 2.0.0 - requires GEOS &gt;= 3.3.0."
 msgstr "Disponibilidad: 2.0.0 - requiere GEOS &gt;= 3.3.0."
 
 #. Tag: programlisting
-#: reference_accessor.xml:1069
+#: reference_accessor.xml:1208
 #, fuzzy, no-c-format
 msgid ""
 "--First 3 Rejects from a successful quintuplet experiment\n"
@@ -2692,19 +2797,19 @@ msgstr ""
 " t     |        |"
 
 #. Tag: para
-#: reference_accessor.xml:1076
+#: reference_accessor.xml:1215
 #, no-c-format
 msgid ", <xref linkend=\"ST_IsValidReason\"/>"
 msgstr ", <xref linkend=\"ST_IsValidReason\"/>"
 
 #. Tag: refname
-#: reference_accessor.xml:1085
+#: reference_accessor.xml:1224
 #, no-c-format
 msgid "ST_M"
 msgstr "ST_M"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1087
+#: reference_accessor.xml:1226
 #, no-c-format
 msgid ""
 "<refpurpose>Return the M coordinate of the point, or NULL if not available. "
@@ -2714,7 +2819,7 @@ msgstr ""
 "disponible. La entrada debe ser un punto.</refpurpose>"
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1093
+#: reference_accessor.xml:1232
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_M</function></funcdef> <paramdef><type>geometry "
@@ -2724,7 +2829,7 @@ msgstr ""
 "</type> <parameter>a_point</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:1103
+#: reference_accessor.xml:1242
 #, no-c-format
 msgid ""
 "<para>Return the M coordinate of the point, or NULL if not available. Input "
@@ -2734,7 +2839,7 @@ msgstr ""
 "entrada debe ser un punto.</para>"
 
 #. Tag: para
-#: reference_accessor.xml:1107
+#: reference_accessor.xml:1246
 #, no-c-format
 msgid ""
 "This is not (yet) part of the OGC spec, but is listed here to complete the "
@@ -2744,13 +2849,13 @@ msgstr ""
 "para completar la lista de extracción de coordenadas de un punto."
 
 #. Tag: para
-#: reference_accessor.xml:1111 reference_accessor.xml:2065
+#: reference_accessor.xml:1250 reference_accessor.xml:2204
 #, no-c-format
 msgid "&sqlmm_compliant;"
 msgstr "&sqlmm_compliant;"
 
 #. Tag: programlisting
-#: reference_accessor.xml:1119
+#: reference_accessor.xml:1258
 #, no-c-format
 msgid ""
 "SELECT ST_M(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
@@ -2766,7 +2871,7 @@ msgstr ""
 "(1 row)"
 
 #. Tag: para
-#: reference_accessor.xml:1126
+#: reference_accessor.xml:1265
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_X\"/>, <xref linkend=\"ST_Y\"/>, <xref linkend=\"ST_Z\"/"
@@ -2776,13 +2881,13 @@ msgstr ""
 ">"
 
 #. Tag: refname
-#: reference_accessor.xml:1132
+#: reference_accessor.xml:1271
 #, no-c-format
 msgid "ST_NDims"
 msgstr "ST_NDims"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1133
+#: reference_accessor.xml:1272
 #, no-c-format
 msgid ""
 "Returns coordinate dimension of the geometry as a small int. Values are: 2,3 "
@@ -2792,7 +2897,7 @@ msgstr ""
 "\"small int\". Los valores son: 2,3 o 4."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1139
+#: reference_accessor.xml:1278
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NDims</function></funcdef> "
@@ -2802,7 +2907,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:1149
+#: reference_accessor.xml:1288
 #, no-c-format
 msgid ""
 "Returns the coordinate dimension of the geometry. PostGIS supports 2 - (x,"
@@ -2814,7 +2919,7 @@ msgstr ""
 "espacio x,y,z,m."
 
 #. Tag: programlisting
-#: reference_accessor.xml:1158
+#: reference_accessor.xml:1297
 #, no-c-format
 msgid ""
 "SELECT ST_NDims(ST_GeomFromText('POINT(1 1)')) As d2point,\n"
@@ -2834,26 +2939,26 @@ msgstr ""
 "           2 |       3 |        3"
 
 #. Tag: para
-#: reference_accessor.xml:1162
+#: reference_accessor.xml:1301
 #, no-c-format
 msgid ", <xref linkend=\"ST_Dimension\"/>, <xref linkend=\"ST_GeomFromEWKT\"/>"
 msgstr ""
 ", <xref linkend=\"ST_Dimension\"/>, <xref linkend=\"ST_GeomFromEWKT\"/>"
 
 #. Tag: refname
-#: reference_accessor.xml:1168
+#: reference_accessor.xml:1307
 #, no-c-format
 msgid "ST_NPoints"
 msgstr "ST_NPoints"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1169
+#: reference_accessor.xml:1308
 #, no-c-format
 msgid "Return the number of points (vertexes) in a geometry."
 msgstr "Devuelve el numero de puntos (vértices) en la geometría."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1174
+#: reference_accessor.xml:1313
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NPoints</function></funcdef> "
@@ -2863,7 +2968,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:1184
+#: reference_accessor.xml:1323
 #, no-c-format
 msgid "Return the number of points in a geometry. Works for all geometries."
 msgstr ""
@@ -2871,7 +2976,7 @@ msgstr ""
 "geometrías."
 
 #. Tag: para
-#: reference_accessor.xml:1186
+#: reference_accessor.xml:1325
 #, no-c-format
 msgid ""
 "Prior to 1.3.4, this function crashes if used with geometries that contain "
@@ -2881,7 +2986,7 @@ msgstr ""
 "que contenían CURVES. Esto se corrigió en 1.3.4+"
 
 #. Tag: programlisting
-#: reference_accessor.xml:1196
+#: reference_accessor.xml:1335
 #, no-c-format
 msgid ""
 "SELECT ST_NPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 "
@@ -2907,13 +3012,13 @@ msgstr ""
 "4"
 
 #. Tag: refname
-#: reference_accessor.xml:1207
+#: reference_accessor.xml:1346
 #, no-c-format
 msgid "ST_NRings"
 msgstr "ST_NRings"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1208
+#: reference_accessor.xml:1347
 #, no-c-format
 msgid ""
 "If the geometry is a polygon or multi-polygon returns the number of rings."
@@ -2922,7 +3027,7 @@ msgstr ""
 "anillos."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1213
+#: reference_accessor.xml:1352
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NRings</function></funcdef> "
@@ -2932,7 +3037,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:1223
+#: reference_accessor.xml:1362
 #, no-c-format
 msgid ""
 "If the geometry is a polygon or multi-polygon returns the number of rings. "
@@ -2943,7 +3048,7 @@ msgstr ""
 "tambien."
 
 #. Tag: programlisting
-#: reference_accessor.xml:1233
+#: reference_accessor.xml:1372
 #, no-c-format
 msgid ""
 "SELECT ST_NRings(the_geom) As Nrings, ST_NumInteriorRings(the_geom) As "
@@ -2965,13 +3070,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: refname
-#: reference_accessor.xml:1246
+#: reference_accessor.xml:1385
 #, no-c-format
 msgid "ST_NumGeometries"
 msgstr "ST_NumGeometries"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1247
+#: reference_accessor.xml:1386
 #, no-c-format
 msgid ""
 "If geometry is a GEOMETRYCOLLECTION (or MULTI*) return the number of "
@@ -2981,7 +3086,7 @@ msgstr ""
 "geometrías, para geometrias simples devuelve 1, si no devuelve NULL."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1253
+#: reference_accessor.xml:1392
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NumGeometries</function></funcdef> "
@@ -2991,7 +3096,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>geom</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:1263
+#: reference_accessor.xml:1402
 #, no-c-format
 msgid ""
 "Returns the number of Geometries. If geometry is a GEOMETRYCOLLECTION (or "
@@ -3003,7 +3108,7 @@ msgstr ""
 "devuelve 1, si no devuelve NULL."
 
 #. Tag: para
-#: reference_accessor.xml:1267
+#: reference_accessor.xml:1406
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 In prior versions this would return NULL if the geometry was "
@@ -3012,13 +3117,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1269
+#: reference_accessor.xml:1408
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 9.1.4"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1279
+#: reference_accessor.xml:1418
 #, no-c-format
 msgid ""
 "--Prior versions would have returned NULL for this -- in 2.0.0 this returns "
@@ -3053,25 +3158,25 @@ msgstr ""
 "3"
 
 #. Tag: para
-#: reference_accessor.xml:1284
+#: reference_accessor.xml:1423
 #, no-c-format
 msgid ", <xref linkend=\"ST_Multi\"/>"
 msgstr ", <xref linkend=\"ST_Multi\"/>"
 
 #. Tag: refname
-#: reference_accessor.xml:1290
+#: reference_accessor.xml:1429
 #, no-c-format
 msgid "ST_NumInteriorRings"
 msgstr "ST_NumInteriorRings"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1291
+#: reference_accessor.xml:1430
 #, fuzzy, no-c-format
 msgid "Return the number of interior rings of a polygon geometry."
 msgstr "Devuelve el numero de puntos (vértices) en la geometría."
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1296
+#: reference_accessor.xml:1435
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NumInteriorRings</function></funcdef> "
@@ -3079,7 +3184,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1306
+#: reference_accessor.xml:1445
 #, fuzzy, no-c-format
 msgid ""
 "Return the number of interior rings of a polygon geometry. Return NULL if "
@@ -3090,13 +3195,13 @@ msgstr ""
 "rango."
 
 #. Tag: para
-#: reference_accessor.xml:1311
+#: reference_accessor.xml:1450
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 8.2.5"
 msgstr "&sqlmm_compliant; SQL-MM 3: 8.2.5"
 
 #. Tag: para
-#: reference_accessor.xml:1312
+#: reference_accessor.xml:1451
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 - in prior versions it would allow passing a MULTIPOLYGON, "
@@ -3104,7 +3209,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1318
+#: reference_accessor.xml:1457
 #, no-c-format
 msgid ""
 "--If you have a regular polygon\n"
@@ -3121,13 +3226,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1329
+#: reference_accessor.xml:1468
 #, no-c-format
 msgid "ST_NumInteriorRing"
 msgstr "ST_NumInteriorRing"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1330
+#: reference_accessor.xml:1469
 #, no-c-format
 msgid ""
 "Return the number of interior rings of a polygon in the geometry. Synonym "
@@ -3135,7 +3240,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1336
+#: reference_accessor.xml:1475
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NumInteriorRing</function></funcdef> "
@@ -3143,13 +3248,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1352
+#: reference_accessor.xml:1491
 #, no-c-format
 msgid "ST_NumPatches"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1353
+#: reference_accessor.xml:1492
 #, no-c-format
 msgid ""
 "Return the number of faces on a Polyhedral Surface. Will return null for non-"
@@ -3157,7 +3262,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1358
+#: reference_accessor.xml:1497
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NumPatches</function></funcdef> "
@@ -3165,7 +3270,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1368
+#: reference_accessor.xml:1507
 #, no-c-format
 msgid ""
 "Return the number of faces on a Polyhedral Surface. Will return null for non-"
@@ -3174,19 +3279,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1371 reference_accessor.xml:1466
+#: reference_accessor.xml:1510 reference_accessor.xml:1605
 #, no-c-format
 msgid "Availability: 2.0.0"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1374 reference_accessor.xml:1467
+#: reference_accessor.xml:1513 reference_accessor.xml:1606
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: ?"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1381
+#: reference_accessor.xml:1520
 #, fuzzy, no-c-format
 msgid ""
 "SELECT ST_NumPatches(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 "
@@ -3210,20 +3315,20 @@ msgstr ""
 "                        POLYHEDRALSURFACE"
 
 #. Tag: refname
-#: reference_accessor.xml:1392
+#: reference_accessor.xml:1531
 #, no-c-format
 msgid "ST_NumPoints"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1393
+#: reference_accessor.xml:1532
 #, no-c-format
 msgid ""
 "Return the number of points in an ST_LineString or ST_CircularString value."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1399
+#: reference_accessor.xml:1538
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NumPoints</function></funcdef> "
@@ -3231,7 +3336,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1409
+#: reference_accessor.xml:1548
 #, no-c-format
 msgid ""
 "Return the number of points in an ST_LineString or ST_CircularString value. "
@@ -3242,13 +3347,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1416
+#: reference_accessor.xml:1555
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 7.2.4"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1422
+#: reference_accessor.xml:1561
 #, no-c-format
 msgid ""
 "SELECT ST_NumPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 "
@@ -3258,13 +3363,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1433
+#: reference_accessor.xml:1572
 #, no-c-format
 msgid "ST_PatchN"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1435
+#: reference_accessor.xml:1574
 #, no-c-format
 msgid ""
 "Return the 1-based Nth geometry (face) if the geometry is a "
@@ -3272,7 +3377,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1442
+#: reference_accessor.xml:1581
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PatchN</function></funcdef> "
@@ -3281,7 +3386,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1453
+#: reference_accessor.xml:1592
 #, no-c-format
 msgid ""
 ">Return the 1-based Nth geometry (face) if the geometry is a "
@@ -3291,13 +3396,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1459
+#: reference_accessor.xml:1598
 #, no-c-format
 msgid "Index is 1-based."
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1463
+#: reference_accessor.xml:1602
 #, no-c-format
 msgid ""
 "If you want to extract all geometries, of a geometry, ST_Dump is more "
@@ -3305,7 +3410,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1477
+#: reference_accessor.xml:1616
 #, fuzzy, no-c-format
 msgid ""
 "--Extract the 2nd face of the polyhedral surface\n"
@@ -3340,7 +3445,7 @@ msgstr ""
 " POLYGON((0 0 0,1 0 0,1 0 1,0 0 1,0 0 0))"
 
 #. Tag: para
-#: reference_accessor.xml:1484
+#: reference_accessor.xml:1623
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_GeomFromEWKT\"/>, <xref linkend=\"ST_Dump\"/>, <xref "
@@ -3348,13 +3453,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1490
+#: reference_accessor.xml:1629
 #, no-c-format
 msgid "ST_PointN"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1492
+#: reference_accessor.xml:1631
 #, no-c-format
 msgid ""
 "Return the Nth point in the first LineString or circular LineString in the "
@@ -3363,7 +3468,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1499
+#: reference_accessor.xml:1638
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PointN</function></funcdef> "
@@ -3372,7 +3477,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1510
+#: reference_accessor.xml:1649
 #, no-c-format
 msgid ""
 "Return the Nth point in a single linestring or circular linestring in the "
@@ -3382,7 +3487,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1515
+#: reference_accessor.xml:1654
 #, fuzzy, no-c-format
 msgid ""
 "Index is 1-based as for OGC specs since version 0.8.0. Backward indexing "
@@ -3393,7 +3498,7 @@ msgstr ""
 "Versiones anteriormente implementadas era de tipo 0-based."
 
 #. Tag: para
-#: reference_accessor.xml:1521
+#: reference_accessor.xml:1660
 #, no-c-format
 msgid ""
 "If you want to get the nth point of each line string in a multilinestring, "
@@ -3401,13 +3506,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1526
+#: reference_accessor.xml:1665
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 7.2.5, 7.3.5"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1529
+#: reference_accessor.xml:1668
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 no longer works with single geometry multilinestrings. In "
@@ -3417,13 +3522,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1532
+#: reference_accessor.xml:1671
 #, no-c-format
 msgid "Changed: 2.3.0 : negative indexing available (-1 is last point)"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1542
+#: reference_accessor.xml:1681
 #, no-c-format
 msgid ""
 "-- Extract all POINTs from a LINESTRING\n"
@@ -3459,19 +3564,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1554
+#: reference_accessor.xml:1693
 #, fuzzy, no-c-format
 msgid "ST_Points"
 msgstr "ST_NPoints"
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1555
+#: reference_accessor.xml:1694
 #, no-c-format
 msgid "Returns a MultiPoint containing all of the coordinates of a geometry."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1561
+#: reference_accessor.xml:1700
 #, fuzzy, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Points</function></funcdef> <paramdef> "
@@ -3481,7 +3586,7 @@ msgstr ""
 "<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 
 #. Tag: para
-#: reference_accessor.xml:1574
+#: reference_accessor.xml:1713
 #, no-c-format
 msgid ""
 "Returns a MultiPoint containing all of the coordinates of a geometry. Does "
@@ -3491,19 +3596,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1582
+#: reference_accessor.xml:1721
 #, no-c-format
 msgid "M and Z ordinates will be preserved if present."
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1589
+#: reference_accessor.xml:1728
 #, no-c-format
 msgid "Availability: 2.3.0"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1596
+#: reference_accessor.xml:1735
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Points('POLYGON Z ((30 10 4,10 30 5,40 40 6, 30 "
@@ -3514,13 +3619,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1607
+#: reference_accessor.xml:1746
 #, no-c-format
 msgid "ST_SRID"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1608
+#: reference_accessor.xml:1747
 #, no-c-format
 msgid ""
 "Returns the spatial reference identifier for the ST_Geometry as defined in "
@@ -3528,7 +3633,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1613
+#: reference_accessor.xml:1752
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_SRID</function></funcdef> "
@@ -3536,7 +3641,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1623
+#: reference_accessor.xml:1762
 #, no-c-format
 msgid ""
 "Returns the spatial reference identifier for the ST_Geometry as defined in "
@@ -3544,7 +3649,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1624
+#: reference_accessor.xml:1763
 #, no-c-format
 msgid ""
 "spatial_ref_sys table is a table that catalogs all spatial reference systems "
@@ -3554,13 +3659,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1628
+#: reference_accessor.xml:1767
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.5"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1636
+#: reference_accessor.xml:1775
 #, no-c-format
 msgid ""
 "SELECT ST_SRID(ST_GeomFromText('POINT(-71.1043 42.315)',4326));\n"
@@ -3569,7 +3674,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1641
+#: reference_accessor.xml:1780
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_GeomFromText\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
@@ -3577,13 +3682,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1647
+#: reference_accessor.xml:1786
 #, no-c-format
 msgid "ST_StartPoint"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1649
+#: reference_accessor.xml:1788
 #, no-c-format
 msgid ""
 "Returns the first point of a <varname>LINESTRING</varname> geometry as a "
@@ -3591,7 +3696,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1655
+#: reference_accessor.xml:1794
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_StartPoint</function></funcdef> "
@@ -3599,7 +3704,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1666
+#: reference_accessor.xml:1805
 #, no-c-format
 msgid ""
 "Returns the first point of a <varname>LINESTRING</varname> or "
@@ -3609,13 +3714,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1670
+#: reference_accessor.xml:1809
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 7.1.3"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1685
+#: reference_accessor.xml:1824
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_StartPoint('LINESTRING(0 1, 0 2)'::geometry));\n"
@@ -3646,19 +3751,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1691
+#: reference_accessor.xml:1830
 #, no-c-format
 msgid ", <xref linkend=\"ST_PointN\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1696
+#: reference_accessor.xml:1835
 #, no-c-format
 msgid "ST_Summary"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1698
+#: reference_accessor.xml:1837
 #, no-c-format
 msgid ""
 "<refpurpose>Returns a text summary of the contents of the geometry.</"
@@ -3666,7 +3771,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_accessor.xml:1704
+#: reference_accessor.xml:1843
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>text <function>ST_Summary</function></funcdef> "
@@ -3677,13 +3782,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1719
+#: reference_accessor.xml:1858
 #, no-c-format
 msgid "<para>Returns a text summary of the contents of the geometry.</para>"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1721
+#: reference_accessor.xml:1860
 #, no-c-format
 msgid ""
 "Flags shown square brackets after the geometry type have the following "
@@ -3691,62 +3796,62 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1725
+#: reference_accessor.xml:1864
 #, no-c-format
 msgid "M: has M ordinate"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1726
+#: reference_accessor.xml:1865
 #, no-c-format
 msgid "Z: has Z ordinate"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1727
+#: reference_accessor.xml:1866
 #, no-c-format
 msgid "B: has a cached bounding box"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1728
+#: reference_accessor.xml:1867
 #, no-c-format
 msgid "G: is geodetic (geography)"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1729
+#: reference_accessor.xml:1868
 #, no-c-format
 msgid "S: has spatial reference system"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1740
+#: reference_accessor.xml:1879
 #, no-c-format
 msgid "Availability: 1.2.2"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1741
+#: reference_accessor.xml:1880
 #, no-c-format
 msgid "Enhanced: 2.0.0 added support for geography"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1742
+#: reference_accessor.xml:1881
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 S flag to denote if has a known spatial reference system"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1743
+#: reference_accessor.xml:1882
 #, no-c-format
 msgid "Enhanced: 2.2.0 Added support for TIN and Curves"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1749
+#: reference_accessor.xml:1888
 #, no-c-format
 msgid ""
 "=# SELECT ST_Summary(ST_GeomFromText('LINESTRING(0 0, 1 1)')) as geom,\n"
@@ -3774,7 +3879,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1755
+#: reference_accessor.xml:1894
 #, no-c-format
 msgid ""
 ", <xref linkend=\"PostGIS_AddBBox\"/>, <xref linkend=\"ST_Force_3DM\"/>, "
@@ -3783,7 +3888,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1764
+#: reference_accessor.xml:1903
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_IsValid\"/>, <xref linkend=\"ST_IsValidReason\"/>, "
@@ -3791,13 +3896,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1775
+#: reference_accessor.xml:1914
 #, no-c-format
 msgid "ST_X"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1777
+#: reference_accessor.xml:1916
 #, no-c-format
 msgid ""
 "<refpurpose>Return the X coordinate of the point, or NULL if not available. "
@@ -3805,7 +3910,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1783
+#: reference_accessor.xml:1922
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_X</function></funcdef> <paramdef><type>geometry "
@@ -3813,7 +3918,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1793
+#: reference_accessor.xml:1932
 #, no-c-format
 msgid ""
 "<para>Return the X coordinate of the point, or NULL if not available. Input "
@@ -3821,7 +3926,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1796
+#: reference_accessor.xml:1935
 #, no-c-format
 msgid ""
 "If you want to get the max min x values of any geometry look at ST_XMin, "
@@ -3829,13 +3934,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1798
+#: reference_accessor.xml:1937
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 6.1.3"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1806
+#: reference_accessor.xml:1945
 #, no-c-format
 msgid ""
 "SELECT ST_X(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
@@ -3852,7 +3957,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1813
+#: reference_accessor.xml:1952
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_GeomFromEWKT\"/>, <xref linkend=\"ST_M\"/>, <xref "
@@ -3861,13 +3966,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1819
+#: reference_accessor.xml:1958
 #, no-c-format
 msgid "ST_XMax"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1821
+#: reference_accessor.xml:1960
 #, no-c-format
 msgid ""
 "<refpurpose>Returns X maxima of a bounding box 2d or 3d or a geometry.</"
@@ -3875,7 +3980,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1826
+#: reference_accessor.xml:1965
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_XMax</function></funcdef> <paramdef><type>box3d "
@@ -3883,15 +3988,15 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1836
+#: reference_accessor.xml:1975
 #, no-c-format
 msgid "<para>Returns X maxima of a bounding box 2d or 3d or a geometry.</para>"
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1839 reference_accessor.xml:1884
-#: reference_accessor.xml:1972 reference_accessor.xml:2017
-#: reference_accessor.xml:2105 reference_accessor.xml:2192
+#: reference_accessor.xml:1978 reference_accessor.xml:2023
+#: reference_accessor.xml:2111 reference_accessor.xml:2156
+#: reference_accessor.xml:2244 reference_accessor.xml:2331
 #, no-c-format
 msgid ""
 "Although this function is only defined for box3d, it will work for box2d and "
@@ -3901,7 +4006,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1851
+#: reference_accessor.xml:1990
 #, no-c-format
 msgid ""
 "SELECT ST_XMax('BOX3D(1 2 3, 4 5 6)');\n"
@@ -3932,7 +4037,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1858 reference_accessor.xml:1903
+#: reference_accessor.xml:1997 reference_accessor.xml:2042
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_YMax\"/>, <xref linkend=\"ST_YMin\"/>, <xref linkend="
@@ -3940,13 +4045,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1864
+#: reference_accessor.xml:2003
 #, no-c-format
 msgid "ST_XMin"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1866
+#: reference_accessor.xml:2005
 #, no-c-format
 msgid ""
 "<refpurpose>Returns X minima of a bounding box 2d or 3d or a geometry.</"
@@ -3954,7 +4059,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1871
+#: reference_accessor.xml:2010
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_XMin</function></funcdef> <paramdef><type>box3d "
@@ -3962,13 +4067,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1881
+#: reference_accessor.xml:2020
 #, no-c-format
 msgid "<para>Returns X minima of a bounding box 2d or 3d or a geometry.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1896
+#: reference_accessor.xml:2035
 #, no-c-format
 msgid ""
 "SELECT ST_XMin('BOX3D(1 2 3, 4 5 6)');\n"
@@ -3999,13 +4104,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1909
+#: reference_accessor.xml:2048
 #, no-c-format
 msgid "ST_Y"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1911
+#: reference_accessor.xml:2050
 #, no-c-format
 msgid ""
 "<refpurpose>Return the Y coordinate of the point, or NULL if not available. "
@@ -4013,7 +4118,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1917
+#: reference_accessor.xml:2056
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_Y</function></funcdef> <paramdef><type>geometry "
@@ -4021,7 +4126,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1927
+#: reference_accessor.xml:2066
 #, no-c-format
 msgid ""
 "<para>Return the Y coordinate of the point, or NULL if not available. Input "
@@ -4029,13 +4134,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1931
+#: reference_accessor.xml:2070
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 6.1.4"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1939
+#: reference_accessor.xml:2078
 #, no-c-format
 msgid ""
 "SELECT ST_Y(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
@@ -4052,7 +4157,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1946
+#: reference_accessor.xml:2085
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_GeomFromEWKT\"/>, <xref linkend=\"ST_M\"/>, <xref "
@@ -4061,13 +4166,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1952
+#: reference_accessor.xml:2091
 #, no-c-format
 msgid "ST_YMax"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1954
+#: reference_accessor.xml:2093
 #, no-c-format
 msgid ""
 "<refpurpose>Returns Y maxima of a bounding box 2d or 3d or a geometry.</"
@@ -4075,7 +4180,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:1959
+#: reference_accessor.xml:2098
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_YMax</function></funcdef> <paramdef><type>box3d "
@@ -4083,13 +4188,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1969
+#: reference_accessor.xml:2108
 #, no-c-format
 msgid "<para>Returns Y maxima of a bounding box 2d or 3d or a geometry.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:1984
+#: reference_accessor.xml:2123
 #, no-c-format
 msgid ""
 "SELECT ST_YMax('BOX3D(1 2 3, 4 5 6)');\n"
@@ -4120,7 +4225,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:1991
+#: reference_accessor.xml:2130
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_XMax\"/>, <xref linkend=\"ST_YMin\"/>, <xref linkend="
@@ -4128,13 +4233,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:1997
+#: reference_accessor.xml:2136
 #, no-c-format
 msgid "ST_YMin"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:1999
+#: reference_accessor.xml:2138
 #, no-c-format
 msgid ""
 "<refpurpose>Returns Y minima of a bounding box 2d or 3d or a geometry.</"
@@ -4142,7 +4247,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:2004
+#: reference_accessor.xml:2143
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_YMin</function></funcdef> <paramdef><type>box3d "
@@ -4150,13 +4255,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2014
+#: reference_accessor.xml:2153
 #, no-c-format
 msgid "<para>Returns Y minima of a bounding box 2d or 3d or a geometry.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:2029
+#: reference_accessor.xml:2168
 #, no-c-format
 msgid ""
 "SELECT ST_YMin('BOX3D(1 2 3, 4 5 6)');\n"
@@ -4187,7 +4292,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2036
+#: reference_accessor.xml:2175
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_XMin\"/>, <xref linkend=\"ST_XMax\"/>, <xref linkend="
@@ -4195,13 +4300,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:2042
+#: reference_accessor.xml:2181
 #, no-c-format
 msgid "ST_Z"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:2044
+#: reference_accessor.xml:2183
 #, no-c-format
 msgid ""
 "<refpurpose>Return the Z coordinate of the point, or NULL if not available. "
@@ -4209,7 +4314,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:2050
+#: reference_accessor.xml:2189
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_Z</function></funcdef> <paramdef><type>geometry "
@@ -4217,7 +4322,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2060
+#: reference_accessor.xml:2199
 #, no-c-format
 msgid ""
 "<para>Return the Z coordinate of the point, or NULL if not available. Input "
@@ -4225,7 +4330,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:2072
+#: reference_accessor.xml:2211
 #, no-c-format
 msgid ""
 "SELECT ST_Z(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
@@ -4236,7 +4341,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2079
+#: reference_accessor.xml:2218
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_M\"/>, <xref linkend=\"ST_X\"/>, <xref linkend=\"ST_Y\"/"
@@ -4244,13 +4349,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:2085
+#: reference_accessor.xml:2224
 #, no-c-format
 msgid "ST_ZMax"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:2087 reference_accessor.xml:2174
+#: reference_accessor.xml:2226 reference_accessor.xml:2313
 #, no-c-format
 msgid ""
 "<refpurpose>Returns Z minima of a bounding box 2d or 3d or a geometry.</"
@@ -4258,7 +4363,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:2092
+#: reference_accessor.xml:2231
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_ZMax</function></funcdef> <paramdef><type>box3d "
@@ -4266,13 +4371,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2102
+#: reference_accessor.xml:2241
 #, no-c-format
 msgid "Returns Z maxima of a bounding box 2d or 3d or a geometry."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:2117
+#: reference_accessor.xml:2256
 #, no-c-format
 msgid ""
 "SELECT ST_ZMax('BOX3D(1 2 3, 4 5 6)');\n"
@@ -4303,7 +4408,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2124
+#: reference_accessor.xml:2263
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_XMin\"/>, <xref linkend=\"ST_XMax\"/>, <xref linkend="
@@ -4311,13 +4416,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:2130
+#: reference_accessor.xml:2269
 #, no-c-format
 msgid "ST_Zmflag"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_accessor.xml:2132
+#: reference_accessor.xml:2271
 #, no-c-format
 msgid ""
 "<refpurpose>Returns ZM (dimension semantic) flag of the geometries as a "
@@ -4325,7 +4430,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:2138
+#: reference_accessor.xml:2277
 #, no-c-format
 msgid ""
 "<funcdef>smallint <function>ST_Zmflag</function></funcdef> "
@@ -4333,7 +4438,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2148
+#: reference_accessor.xml:2287
 #, no-c-format
 msgid ""
 "<para>Returns ZM (dimension semantic) flag of the geometries as a small int. "
@@ -4341,7 +4446,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:2159
+#: reference_accessor.xml:2298
 #, no-c-format
 msgid ""
 "SELECT ST_Zmflag(ST_GeomFromEWKT('LINESTRING(1 2, 3 4)'));\n"
@@ -4365,19 +4470,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2166
+#: reference_accessor.xml:2305
 #, no-c-format
 msgid ", <xref linkend=\"ST_NDims\"/>, <xref linkend=\"ST_Dimension\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_accessor.xml:2172
+#: reference_accessor.xml:2311
 #, no-c-format
 msgid "ST_ZMin"
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_accessor.xml:2179
+#: reference_accessor.xml:2318
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_ZMin</function></funcdef> <paramdef><type>box3d "
@@ -4385,13 +4490,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2189
+#: reference_accessor.xml:2328
 #, no-c-format
 msgid "<para>Returns Z minima of a bounding box 2d or 3d or a geometry.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_accessor.xml:2204
+#: reference_accessor.xml:2343
 #, no-c-format
 msgid ""
 "SELECT ST_ZMin('BOX3D(1 2 3, 4 5 6)');\n"
@@ -4422,7 +4527,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_accessor.xml:2211
+#: reference_accessor.xml:2350
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_GeomFromText\"/>, <xref linkend=\"ST_XMin\"/>, <xref "
index 2a6a5b1ab528b2936aea709ed539e20514484e53..806dd9e13b1a5cef4d56b0c0de8738ea1695658d 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2015-09-29 12:23+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -558,11 +558,13 @@ msgstr "ST_GeomCollFromText"
 
 #. Tag: refpurpose
 #: reference_constructor.xml:282
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "Makes a collection Geometry from collection WKT with the given SRID. If SRID "
-"is not give, it defaults to 0."
+"is not given, it defaults to 0."
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: funcsynopsis
 #: reference_constructor.xml:287
@@ -584,11 +586,13 @@ msgstr ""
 
 #. Tag: para
 #: reference_constructor.xml:305
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "Makes a collection Geometry from the Well-Known-Text (WKT) representation "
-"with the given SRID. If SRID is not give, it defaults to 0."
+"with the given SRID. If SRID is not given, it defaults to 0."
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: para
 #: reference_constructor.xml:308 reference_constructor.xml:1474
@@ -2100,11 +2104,13 @@ msgstr ""
 
 #. Tag: para
 #: reference_constructor.xml:899
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
-"Makes a Geometry from WKT with the given SRID. If SRID is not give, it "
+"Makes a Geometry from WKT with the given SRID. If SRID is not given, it "
 "defaults to 0. If WKT passed in is not a LINESTRING, then null is returned."
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: para
 #: reference_constructor.xml:903 reference_constructor.xml:969
@@ -3394,11 +3400,13 @@ msgstr ""
 
 #. Tag: para
 #: reference_constructor.xml:1471
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "Makes a Geometry from Well-Known-Text (WKT) with the given SRID. If SRID is "
-"not give, it defaults to 0."
+"not given, it defaults to 0."
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: para
 #: reference_constructor.xml:1477
@@ -3438,11 +3446,13 @@ msgstr "ST_MPointFromText"
 
 #. Tag: refpurpose
 #: reference_constructor.xml:1509 reference_constructor.xml:1879
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "<refpurpose>Makes a Geometry from WKT with the given SRID. If SRID is not "
-"give, it defaults to 0.</refpurpose>"
+"given, it defaults to 0.</refpurpose>"
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: funcsynopsis
 #: reference_constructor.xml:1514
@@ -3464,11 +3474,13 @@ msgstr ""
 
 #. Tag: para
 #: reference_constructor.xml:1532
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
-"<para>Makes a Geometry from WKT with the given SRID. If SRID is not give, it "
-"defaults to 0.</para>"
+"<para>Makes a Geometry from WKT with the given SRID. If SRID is not given, "
+"it defaults to 0.</para>"
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: para
 #: reference_constructor.xml:1538
@@ -3508,11 +3520,13 @@ msgstr "ST_MPolyFromText"
 
 #. Tag: refpurpose
 #: reference_constructor.xml:1570
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "Makes a MultiPolygon Geometry from WKT with the given SRID. If SRID is not "
-"give, it defaults to 0."
+"given, it defaults to 0."
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: funcsynopsis
 #: reference_constructor.xml:1575
@@ -3534,11 +3548,13 @@ msgstr ""
 
 #. Tag: para
 #: reference_constructor.xml:1593
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
-"Makes a MultiPolygon from WKT with the given SRID. If SRID is not give, it "
+"Makes a MultiPolygon from WKT with the given SRID. If SRID is not given, it "
 "defaults to 0."
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: para
 #: reference_constructor.xml:1599
@@ -3836,7 +3852,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "Constructs a PostGIS ST_Geometry point object from the OGC Well-Known text "
-"representation. If SRID is not give, it defaults to unknown (currently 0). "
+"representation. If SRID is not given, it defaults to unknown (currently 0). "
 "If geometry is not a WKT point representation, returns null. If completely "
 "invalid WKT, then throws an error."
 msgstr ""
@@ -4128,11 +4144,13 @@ msgstr ""
 
 #. Tag: para
 #: reference_constructor.xml:1900
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
-"Makes a Geometry from WKT with the given SRID. If SRID is not give, it "
+"Makes a Geometry from WKT with the given SRID. If SRID is not given, it "
 "defaults to 0. Returns null if WKT is not a polygon."
 msgstr ""
+"Crea una geometría puntual desde un WKT con el SRID dado. Si no se "
+"especifica el SRID  por defecto será unknown."
 
 #. Tag: para
 #: reference_constructor.xml:1907
index 1cc4407a0cf3a6b84b7cb9b68397db00efa4965b..68af7e14143c9449b9c8881e39fb6755ed31deef 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
 "PO-Revision-Date: 2015-09-29 12:23+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -56,16 +56,17 @@ msgstr ""
 #. Tag: title
 #: reference_editor.xml:29 reference_editor.xml:88 reference_editor.xml:146
 #: reference_editor.xml:192 reference_editor.xml:235 reference_editor.xml:278
-#: reference_editor.xml:319 reference_editor.xml:360 reference_editor.xml:414
-#: reference_editor.xml:443 reference_editor.xml:489 reference_editor.xml:534
-#: reference_editor.xml:576 reference_editor.xml:627 reference_editor.xml:669
-#: reference_editor.xml:704 reference_editor.xml:748 reference_editor.xml:781
-#: reference_editor.xml:825 reference_editor.xml:874 reference_editor.xml:921
-#: reference_editor.xml:970 reference_editor.xml:1037 reference_editor.xml:1102
-#: reference_editor.xml:1144 reference_editor.xml:1188
-#: reference_editor.xml:1265 reference_editor.xml:1343
-#: reference_editor.xml:1500 reference_editor.xml:1606
-#: reference_editor.xml:1658
+#: reference_editor.xml:319 reference_editor.xml:369 reference_editor.xml:408
+#: reference_editor.xml:465 reference_editor.xml:509 reference_editor.xml:538
+#: reference_editor.xml:595 reference_editor.xml:640 reference_editor.xml:682
+#: reference_editor.xml:733 reference_editor.xml:775 reference_editor.xml:810
+#: reference_editor.xml:854 reference_editor.xml:887 reference_editor.xml:931
+#: reference_editor.xml:980 reference_editor.xml:1027 reference_editor.xml:1076
+#: reference_editor.xml:1143 reference_editor.xml:1208
+#: reference_editor.xml:1250 reference_editor.xml:1294
+#: reference_editor.xml:1371 reference_editor.xml:1449
+#: reference_editor.xml:1606 reference_editor.xml:1712
+#: reference_editor.xml:1764
 #, no-c-format
 msgid "Description"
 msgstr ""
@@ -79,8 +80,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:34 reference_editor.xml:541 reference_editor.xml:751
-#: reference_editor.xml:1149
+#: reference_editor.xml:34 reference_editor.xml:647 reference_editor.xml:857
+#: reference_editor.xml:1255
 #, no-c-format
 msgid "Availability: 1.1.0"
 msgstr ""
@@ -88,12 +89,13 @@ msgstr ""
 #. Tag: para
 #: reference_editor.xml:35 reference_editor.xml:110 reference_editor.xml:157
 #: reference_editor.xml:200 reference_editor.xml:242 reference_editor.xml:324
-#: reference_editor.xml:370 reference_editor.xml:419 reference_editor.xml:452
-#: reference_editor.xml:498 reference_editor.xml:752 reference_editor.xml:834
-#: reference_editor.xml:884 reference_editor.xml:932 reference_editor.xml:983
-#: reference_editor.xml:1057 reference_editor.xml:1152
-#: reference_editor.xml:1296 reference_editor.xml:1614
-#: reference_editor.xml:1671
+#: reference_editor.xml:377 reference_editor.xml:418 reference_editor.xml:473
+#: reference_editor.xml:514 reference_editor.xml:553 reference_editor.xml:604
+#: reference_editor.xml:858 reference_editor.xml:940 reference_editor.xml:990
+#: reference_editor.xml:1038 reference_editor.xml:1089
+#: reference_editor.xml:1163 reference_editor.xml:1258
+#: reference_editor.xml:1402 reference_editor.xml:1720
+#: reference_editor.xml:1777
 #, no-c-format
 msgid "&Z_support;"
 msgstr ""
@@ -101,16 +103,16 @@ msgstr ""
 #. Tag: title
 #: reference_editor.xml:39 reference_editor.xml:116 reference_editor.xml:162
 #: reference_editor.xml:205 reference_editor.xml:248 reference_editor.xml:289
-#: reference_editor.xml:330 reference_editor.xml:376 reference_editor.xml:457
-#: reference_editor.xml:504 reference_editor.xml:546 reference_editor.xml:598
-#: reference_editor.xml:642 reference_editor.xml:677 reference_editor.xml:720
-#: reference_editor.xml:756 reference_editor.xml:787 reference_editor.xml:843
-#: reference_editor.xml:890 reference_editor.xml:939 reference_editor.xml:991
-#: reference_editor.xml:1065 reference_editor.xml:1117
-#: reference_editor.xml:1156 reference_editor.xml:1204
-#: reference_editor.xml:1301 reference_editor.xml:1377
-#: reference_editor.xml:1540 reference_editor.xml:1619
-#: reference_editor.xml:1677
+#: reference_editor.xml:330 reference_editor.xml:424 reference_editor.xml:558
+#: reference_editor.xml:610 reference_editor.xml:652 reference_editor.xml:704
+#: reference_editor.xml:748 reference_editor.xml:783 reference_editor.xml:826
+#: reference_editor.xml:862 reference_editor.xml:893 reference_editor.xml:949
+#: reference_editor.xml:996 reference_editor.xml:1045 reference_editor.xml:1097
+#: reference_editor.xml:1171 reference_editor.xml:1223
+#: reference_editor.xml:1262 reference_editor.xml:1310
+#: reference_editor.xml:1407 reference_editor.xml:1483
+#: reference_editor.xml:1646 reference_editor.xml:1725
+#: reference_editor.xml:1783
 #, no-c-format
 msgid "Examples"
 msgstr ""
@@ -142,15 +144,16 @@ msgstr ""
 #. Tag: title
 #: reference_editor.xml:43 reference_editor.xml:123 reference_editor.xml:169
 #: reference_editor.xml:212 reference_editor.xml:255 reference_editor.xml:296
-#: reference_editor.xml:337 reference_editor.xml:385 reference_editor.xml:463
-#: reference_editor.xml:510 reference_editor.xml:551 reference_editor.xml:603
-#: reference_editor.xml:647 reference_editor.xml:682 reference_editor.xml:725
-#: reference_editor.xml:760 reference_editor.xml:850 reference_editor.xml:897
-#: reference_editor.xml:946 reference_editor.xml:998 reference_editor.xml:1072
-#: reference_editor.xml:1122 reference_editor.xml:1160
-#: reference_editor.xml:1212 reference_editor.xml:1308
-#: reference_editor.xml:1452 reference_editor.xml:1574
-#: reference_editor.xml:1632 reference_editor.xml:1684
+#: reference_editor.xml:337 reference_editor.xml:382 reference_editor.xml:433
+#: reference_editor.xml:478 reference_editor.xml:564 reference_editor.xml:616
+#: reference_editor.xml:657 reference_editor.xml:709 reference_editor.xml:753
+#: reference_editor.xml:788 reference_editor.xml:831 reference_editor.xml:866
+#: reference_editor.xml:956 reference_editor.xml:1003 reference_editor.xml:1052
+#: reference_editor.xml:1104 reference_editor.xml:1178
+#: reference_editor.xml:1228 reference_editor.xml:1266
+#: reference_editor.xml:1318 reference_editor.xml:1414
+#: reference_editor.xml:1558 reference_editor.xml:1680
+#: reference_editor.xml:1738 reference_editor.xml:1790
 #, no-c-format
 msgid "See Also"
 msgstr ""
@@ -243,8 +246,9 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:104 reference_editor.xml:831 reference_editor.xml:881
-#: reference_editor.xml:929 reference_editor.xml:978 reference_editor.xml:1054
+#: reference_editor.xml:104 reference_editor.xml:937 reference_editor.xml:987
+#: reference_editor.xml:1035 reference_editor.xml:1084
+#: reference_editor.xml:1160
 #, no-c-format
 msgid ""
 "Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was "
@@ -258,9 +262,9 @@ msgid "Availability: 1.1.2. Name changed from Affine to ST_Affine in 1.2.2"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:106 reference_editor.xml:981 reference_editor.xml:1050
-#: reference_editor.xml:1529 reference_editor.xml:1611
-#: reference_editor.xml:1667
+#: reference_editor.xml:106 reference_editor.xml:1087 reference_editor.xml:1156
+#: reference_editor.xml:1635 reference_editor.xml:1717
+#: reference_editor.xml:1773
 #, no-c-format
 msgid ""
 "Prior to 1.3.4, this function crashes if used with geometries that contain "
@@ -269,18 +273,18 @@ msgstr ""
 
 #. Tag: para
 #: reference_editor.xml:108 reference_editor.xml:156 reference_editor.xml:198
-#: reference_editor.xml:241 reference_editor.xml:369 reference_editor.xml:416
-#: reference_editor.xml:453 reference_editor.xml:836 reference_editor.xml:883
-#: reference_editor.xml:931 reference_editor.xml:985 reference_editor.xml:1056
-#: reference_editor.xml:1535
+#: reference_editor.xml:241 reference_editor.xml:417 reference_editor.xml:511
+#: reference_editor.xml:554 reference_editor.xml:942 reference_editor.xml:989
+#: reference_editor.xml:1037 reference_editor.xml:1091
+#: reference_editor.xml:1162 reference_editor.xml:1641
 #, no-c-format
 msgid "&P_support;"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:109 reference_editor.xml:417 reference_editor.xml:837
-#: reference_editor.xml:885 reference_editor.xml:933 reference_editor.xml:986
-#: reference_editor.xml:1059
+#: reference_editor.xml:109 reference_editor.xml:512 reference_editor.xml:943
+#: reference_editor.xml:991 reference_editor.xml:1039 reference_editor.xml:1092
+#: reference_editor.xml:1165
 #, no-c-format
 msgid "&T_support;"
 msgstr ""
@@ -288,10 +292,10 @@ msgstr ""
 #. Tag: para
 #: reference_editor.xml:111 reference_editor.xml:155 reference_editor.xml:199
 #: reference_editor.xml:243 reference_editor.xml:284 reference_editor.xml:325
-#: reference_editor.xml:371 reference_editor.xml:418 reference_editor.xml:500
-#: reference_editor.xml:835 reference_editor.xml:984 reference_editor.xml:1058
-#: reference_editor.xml:1200 reference_editor.xml:1534
-#: reference_editor.xml:1615 reference_editor.xml:1672
+#: reference_editor.xml:419 reference_editor.xml:513 reference_editor.xml:606
+#: reference_editor.xml:941 reference_editor.xml:1090 reference_editor.xml:1164
+#: reference_editor.xml:1306 reference_editor.xml:1640
+#: reference_editor.xml:1721 reference_editor.xml:1778
 #, no-c-format
 msgid "&curve_support;"
 msgstr ""
@@ -362,7 +366,7 @@ msgstr ""
 
 #. Tag: para
 #: reference_editor.xml:153 reference_editor.xml:196 reference_editor.xml:239
-#: reference_editor.xml:365 reference_editor.xml:451 reference_editor.xml:1531
+#: reference_editor.xml:413 reference_editor.xml:552 reference_editor.xml:1637
 #, no-c-format
 msgid "Enhanced: 2.0.0 support for Polyhedral surfaces was introduced."
 msgstr ""
@@ -571,7 +575,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:298 reference_editor.xml:387
+#: reference_editor.xml:298 reference_editor.xml:435
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Force2D\"/>, <xref linkend=\"ST_Force_3DM\"/>, <xref "
@@ -637,17 +641,61 @@ msgstr ""
 #. Tag: refname
 #: reference_editor.xml:345
 #, no-c-format
+msgid "ST_ForcePolygonCCW"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_editor.xml:348
+#, no-c-format
+msgid ""
+"Orients all exterior rings counter-clockwise and all interior rings "
+"clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_editor.xml:355
+#, no-c-format
+msgid ""
+"<funcdef> geometry <function>ST_ForcePolygonCCW</function> </funcdef> "
+"<paramdef> <type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:371
+#, no-c-format
+msgid ""
+"Forces (Multi)Polygons to use a counter-clockwise orientation for their "
+"exterior ring, and a clockwise orientation for their interior rings. Non-"
+"polygonal geometries are returned unchanged."
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:378 reference_editor.xml:474 reference_editor.xml:1166
+#, no-c-format
+msgid "&M_support;"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:383 reference_editor.xml:479
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_IsPolygonCCW\"/>, <xref linkend=\"ST_IsPolygonCW\"/>"
+msgstr ""
+
+#. Tag: refname
+#: reference_editor.xml:393
+#, no-c-format
 msgid "ST_ForceCollection"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:347
+#: reference_editor.xml:395
 #, no-c-format
 msgid "Convert the geometry into a GEOMETRYCOLLECTION."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:352
+#: reference_editor.xml:400
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_ForceCollection</function></funcdef> "
@@ -655,7 +703,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:362
+#: reference_editor.xml:410
 #, no-c-format
 msgid ""
 "Converts the geometry into a GEOMETRYCOLLECTION. This is useful for "
@@ -663,7 +711,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:366
+#: reference_editor.xml:414
 #, no-c-format
 msgid ""
 "Availability: 1.2.2, prior to 1.3.4 this function will crash with Curves. "
@@ -671,13 +719,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:367
+#: reference_editor.xml:415
 #, no-c-format
 msgid "Changed: 2.1.0. Up to 2.0.x this was called ST_Force_Collection."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:378
+#: reference_editor.xml:426
 #, no-c-format
 msgid ""
 "SELECT  ST_AsEWKT(ST_ForceCollection('POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 1 "
@@ -699,7 +747,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:380
+#: reference_editor.xml:428
 #, no-c-format
 msgid ""
 "-- POLYHEDRAL example --\n"
@@ -724,19 +772,50 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:394
+#: reference_editor.xml:441
+#, no-c-format
+msgid "ST_ForcePolygonCW"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_editor.xml:444
+#, no-c-format
+msgid ""
+"Orients all exterior rings clockwise and all interior rings counter-"
+"clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_editor.xml:451
+#, no-c-format
+msgid ""
+"<funcdef> geometry <function>ST_ForcePolygonCW</function> </funcdef> "
+"<paramdef> <type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:467
+#, no-c-format
+msgid ""
+"Forces (Multi)Polygons to use a clockwise orientation for their exterior "
+"ring, and a counter-clockwise orientation for their interior rings. Non-"
+"polygonal geometries are returned unchanged."
+msgstr ""
+
+#. Tag: refname
+#: reference_editor.xml:489
 #, no-c-format
 msgid "ST_ForceSFS"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:396
+#: reference_editor.xml:491
 #, no-c-format
 msgid "Force the geometries to use SFS 1.1 geometry types only."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_editor.xml:400
+#: reference_editor.xml:495
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_ForceSFS</function></funcdef> "
@@ -748,13 +827,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:426
+#: reference_editor.xml:521
 #, no-c-format
 msgid "ST_ForceRHR"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:428
+#: reference_editor.xml:523
 #, no-c-format
 msgid ""
 "Force the orientation of the vertices in a polygon to follow the Right-Hand-"
@@ -762,7 +841,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:434
+#: reference_editor.xml:529
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_ForceRHR</function></funcdef> "
@@ -770,18 +849,27 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:445
+#: reference_editor.xml:540
 #, no-c-format
 msgid ""
-"Forces the orientation of the vertices in a polygon to follow the Right-Hand-"
-"Rule. In GIS terminology, this means that the area that is bounded by the "
-"polygon is to the right of the boundary. In particular, the exterior ring is "
-"orientated in a clockwise direction and the interior rings in a counter-"
-"clockwise direction."
+"Forces the orientation of the vertices in a polygon to follow a Right-Hand-"
+"Rule, in which the area that is bounded by the polygon is to the right of "
+"the boundary. In particular, the exterior ring is orientated in a clockwise "
+"direction and the interior rings in a counter-clockwise direction. This "
+"function is a synonym for <xref linkend=\"ST_ForcePolygonCW\"/>"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:547
+#, no-c-format
+msgid ""
+"The above definition of the Right-Hand-Rule conflicts with definitions used "
+"in other contexts. To avoid confusion, it is recommended to use "
+"ST_ForcePolygonCW."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:459
+#: reference_editor.xml:560
 #, no-c-format
 msgid ""
 "SELECT ST_AsEWKT(\n"
@@ -797,25 +885,28 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:465
+#: reference_editor.xml:566
 #, no-c-format
-msgid ", <xref linkend=\"ST_Polygonize\"/>, <xref linkend=\"ST_Reverse\"/>"
+msgid ""
+", <xref linkend=\"ST_ForcePolygonCW\"/>, <xref linkend=\"ST_IsPolygonCCW\"/"
+">, <xref linkend=\"ST_IsPolygonCW\"/>, <xref linkend=\"ST_BuildArea\"/>, "
+"<xref linkend=\"ST_Polygonize\"/>, <xref linkend=\"ST_Reverse\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:473
+#: reference_editor.xml:579
 #, no-c-format
 msgid "ST_ForceCurve"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:475
+#: reference_editor.xml:581
 #, no-c-format
 msgid "Upcast a geometry into its curved type, if applicable."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:480
+#: reference_editor.xml:586
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_ForceCurve</function></funcdef> "
@@ -823,7 +914,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:491
+#: reference_editor.xml:597
 #, no-c-format
 msgid ""
 "Turns a geometry into its curved representation, if applicable: lines become "
@@ -833,13 +924,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:497
+#: reference_editor.xml:603
 #, no-c-format
 msgid "Availability: 2.2.0"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:506
+#: reference_editor.xml:612
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -855,20 +946,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:518
+#: reference_editor.xml:624
 #, no-c-format
 msgid "ST_LineMerge"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:520
+#: reference_editor.xml:626
 #, no-c-format
 msgid ""
 "Return a (set of) LineString(s) formed by sewing together a MULTILINESTRING."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:526
+#: reference_editor.xml:632
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_LineMerge</function></funcdef> "
@@ -877,7 +968,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:536
+#: reference_editor.xml:642
 #, no-c-format
 msgid ""
 "Returns a (set of) LineString(s) formed by sewing together the constituent "
@@ -885,7 +976,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:538
+#: reference_editor.xml:644
 #, no-c-format
 msgid ""
 "Only use with MULTILINESTRING/LINESTRINGs. If you feed a polygon or geometry "
@@ -893,13 +984,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:542
+#: reference_editor.xml:648
 #, no-c-format
 msgid "requires GEOS &gt;= 2.1.0"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:548
+#: reference_editor.xml:654
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_LineMerge(\n"
@@ -924,19 +1015,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:552
+#: reference_editor.xml:658
 #, no-c-format
 msgid ", <xref linkend=\"ST_LineSubstring\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:558
+#: reference_editor.xml:664
 #, no-c-format
 msgid "ST_CollectionExtract"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:560
+#: reference_editor.xml:666
 #, no-c-format
 msgid ""
 "Given a (multi)geometry, return a (multi)geometry consisting only of "
@@ -944,7 +1035,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:567
+#: reference_editor.xml:673
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_CollectionExtract</function></funcdef> "
@@ -954,7 +1045,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:578
+#: reference_editor.xml:684
 #, no-c-format
 msgid ""
 "Given a (multi)geometry, returns a (multi)geometry consisting only of "
@@ -965,13 +1056,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:584
+#: reference_editor.xml:690
 #, no-c-format
 msgid "Availability: 1.5.0"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:586
+#: reference_editor.xml:692
 #, no-c-format
 msgid ""
 "Prior to 1.5.3 this function returned non-collection inputs untouched, no "
@@ -981,7 +1072,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:592 reference_editor.xml:633
+#: reference_editor.xml:698 reference_editor.xml:739
 #, no-c-format
 msgid ""
 "When specifying 3 == POLYGON a multipolygon is returned even when the edges "
@@ -990,7 +1081,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:600
+#: reference_editor.xml:706
 #, no-c-format
 msgid ""
 "-- Constants: 1 == POINT, 2 == LINESTRING, 3 == POLYGON\n"
@@ -1012,20 +1103,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:604
+#: reference_editor.xml:710
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Dump\"/>, <xref linkend=\"ST_CollectionHomogenize\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:610
+#: reference_editor.xml:716
 #, no-c-format
 msgid "ST_CollectionHomogenize"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:612
+#: reference_editor.xml:718
 #, no-c-format
 msgid ""
 "Given a geometry collection, return the \"simplest\" representation of the "
@@ -1033,7 +1124,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:619
+#: reference_editor.xml:725
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_CollectionHomogenize</function></funcdef> "
@@ -1041,7 +1132,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:629
+#: reference_editor.xml:735
 #, no-c-format
 msgid ""
 "Given a geometry collection, returns the \"simplest\" representation of the "
@@ -1050,13 +1141,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:637
+#: reference_editor.xml:743
 #, no-c-format
 msgid "Availability: 2.0.0"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:644
+#: reference_editor.xml:750
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_CollectionHomogenize('GEOMETRYCOLLECTION(POINT(0 "
@@ -1077,25 +1168,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:648
+#: reference_editor.xml:754
 #, no-c-format
 msgid ", <xref linkend=\"ST_CollectionExtract\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:654
+#: reference_editor.xml:760
 #, no-c-format
 msgid "ST_Multi"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:656
+#: reference_editor.xml:762
 #, no-c-format
 msgid "Return the geometry as a MULTI* geometry."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:661
+#: reference_editor.xml:767
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Multi</function></funcdef> "
@@ -1103,7 +1194,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:671
+#: reference_editor.xml:777
 #, no-c-format
 msgid ""
 "Returns the geometry as a MULTI* geometry. If the geometry is already a "
@@ -1111,7 +1202,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:679
+#: reference_editor.xml:785
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Multi(ST_GeomFromText('POLYGON((743238 2967416,743238 "
@@ -1127,19 +1218,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:689
+#: reference_editor.xml:795
 #, no-c-format
 msgid "ST_Normalize"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:691
+#: reference_editor.xml:797
 #, no-c-format
 msgid "Return the geometry in its canonical form."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:696
+#: reference_editor.xml:802
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Normalize</function></funcdef> "
@@ -1147,7 +1238,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:706
+#: reference_editor.xml:812
 #, no-c-format
 msgid ""
 "Returns the geometry in its normalized/canonical form. May reorder vertices "
@@ -1155,7 +1246,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:712
+#: reference_editor.xml:818
 #, no-c-format
 msgid ""
 "Mostly only useful for testing purposes (comparing expected and obtained "
@@ -1163,7 +1254,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:722
+#: reference_editor.xml:828
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Normalize(ST_GeomFromText(\n"
@@ -1185,25 +1276,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:726
+#: reference_editor.xml:832
 #, no-c-format
 msgid "<para>,</para>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:734
+#: reference_editor.xml:840
 #, no-c-format
 msgid "ST_RemovePoint"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:735
+#: reference_editor.xml:841
 #, no-c-format
 msgid "Remove point from a linestring."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:739
+#: reference_editor.xml:845
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_RemovePoint</function></funcdef> "
@@ -1212,7 +1303,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:750
+#: reference_editor.xml:856
 #, no-c-format
 msgid ""
 "Remove a point from a linestring, given its 0-based index. Useful for "
@@ -1220,7 +1311,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:757
+#: reference_editor.xml:863
 #, no-c-format
 msgid ""
 "--guarantee no LINESTRINGS are closed\n"
@@ -1233,25 +1324,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:761
+#: reference_editor.xml:867
 #, no-c-format
 msgid ", <xref linkend=\"ST_NPoints\"/>, <xref linkend=\"ST_NumPoints\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:767
+#: reference_editor.xml:873
 #, no-c-format
 msgid "ST_Reverse"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:768
+#: reference_editor.xml:874
 #, no-c-format
 msgid "Return the geometry with vertex order reversed."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:773
+#: reference_editor.xml:879
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Reverse</function></funcdef> "
@@ -1259,13 +1350,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:783
+#: reference_editor.xml:889
 #, no-c-format
 msgid "Can be used on any geometry and reverses the order of the vertexes."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:788
+#: reference_editor.xml:894
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(the_geom) as line, ST_AsText(ST_Reverse(the_geom)) As "
@@ -1280,19 +1371,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:794
+#: reference_editor.xml:900
 #, no-c-format
 msgid "ST_Rotate"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:796
+#: reference_editor.xml:902
 #, no-c-format
 msgid "Rotate a geometry rotRadians counter-clockwise about an origin."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_editor.xml:800
+#: reference_editor.xml:906
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Rotate</function></funcdef> "
@@ -1311,7 +1402,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:827
+#: reference_editor.xml:933
 #, no-c-format
 msgid ""
 "Rotates geometry rotRadians counter-clockwise about the origin. The rotation "
@@ -1321,7 +1412,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:832
+#: reference_editor.xml:938
 #, no-c-format
 msgid ""
 "Enhanced: 2.0.0 additional parameters for specifying the origin of rotation "
@@ -1329,13 +1420,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:833
+#: reference_editor.xml:939
 #, no-c-format
 msgid "Availability: 1.1.2. Name changed from Rotate to ST_Rotate in 1.2.2"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:845
+#: reference_editor.xml:951
 #, no-c-format
 msgid ""
 "--Rotate 180 degrees\n"
@@ -1364,7 +1455,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:852
+#: reference_editor.xml:958
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_RotateX\"/>, <xref linkend=\"ST_RotateY\"/>, <xref "
@@ -1372,19 +1463,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:858
+#: reference_editor.xml:964
 #, no-c-format
 msgid "ST_RotateX"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:860
+#: reference_editor.xml:966
 #, no-c-format
 msgid "Rotate a geometry rotRadians about the X axis."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:865
+#: reference_editor.xml:971
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_RotateX</function></funcdef> "
@@ -1393,13 +1484,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:876
+#: reference_editor.xml:982
 #, no-c-format
 msgid "Rotate a geometry geomA - rotRadians about the X axis."
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:878
+#: reference_editor.xml:984
 #, no-c-format
 msgid ""
 "<code>ST_RotateX(geomA, rotRadians)</code> is short-hand for "
@@ -1408,13 +1499,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:882
+#: reference_editor.xml:988
 #, no-c-format
 msgid "Availability: 1.1.2. Name changed from RotateX to ST_RotateX in 1.2.2"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:892
+#: reference_editor.xml:998
 #, no-c-format
 msgid ""
 "--Rotate a line 90 degrees along x-axis\n"
@@ -1426,25 +1517,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:899
+#: reference_editor.xml:1005
 #, no-c-format
 msgid ", <xref linkend=\"ST_RotateY\"/>, <xref linkend=\"ST_RotateZ\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:905
+#: reference_editor.xml:1011
 #, no-c-format
 msgid "ST_RotateY"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:907
+#: reference_editor.xml:1013
 #, no-c-format
 msgid "Rotate a geometry rotRadians about the Y axis."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:912
+#: reference_editor.xml:1018
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_RotateY</function></funcdef> "
@@ -1453,13 +1544,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:923
+#: reference_editor.xml:1029
 #, no-c-format
 msgid "Rotate a geometry geomA - rotRadians about the y axis."
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:925
+#: reference_editor.xml:1031
 #, no-c-format
 msgid ""
 "<code>ST_RotateY(geomA, rotRadians)</code> is short-hand for "
@@ -1468,13 +1559,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:928
+#: reference_editor.xml:1034
 #, no-c-format
 msgid "Availability: 1.1.2. Name changed from RotateY to ST_RotateY in 1.2.2"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:941
+#: reference_editor.xml:1047
 #, no-c-format
 msgid ""
 "--Rotate a line 90 degrees along y-axis\n"
@@ -1486,25 +1577,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:948
+#: reference_editor.xml:1054
 #, no-c-format
 msgid ", <xref linkend=\"ST_RotateX\"/>, <xref linkend=\"ST_RotateZ\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:954
+#: reference_editor.xml:1060
 #, no-c-format
 msgid "ST_RotateZ"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:956
+#: reference_editor.xml:1062
 #, no-c-format
 msgid "Rotate a geometry rotRadians about the Z axis."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:961
+#: reference_editor.xml:1067
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_RotateZ</function></funcdef> "
@@ -1513,19 +1604,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:972
+#: reference_editor.xml:1078
 #, no-c-format
 msgid "Rotate a geometry geomA - rotRadians about the Z axis."
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:974
+#: reference_editor.xml:1080
 #, no-c-format
 msgid "This is a synonym for ST_Rotate"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:975
+#: reference_editor.xml:1081
 #, no-c-format
 msgid ""
 "<code>ST_RotateZ(geomA, rotRadians)</code> is short-hand for <code>SELECT "
@@ -1534,13 +1625,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:980
+#: reference_editor.xml:1086
 #, no-c-format
 msgid "Availability: 1.1.2. Name changed from RotateZ to ST_RotateZ in 1.2.2"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:993
+#: reference_editor.xml:1099
 #, no-c-format
 msgid ""
 "--Rotate a line 90 degrees along z-axis\n"
@@ -1562,25 +1653,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1000
+#: reference_editor.xml:1106
 #, no-c-format
 msgid ", <xref linkend=\"ST_RotateX\"/>, <xref linkend=\"ST_RotateY\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1006
+#: reference_editor.xml:1112
 #, no-c-format
 msgid "ST_Scale"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1008
+#: reference_editor.xml:1114
 #, no-c-format
 msgid "Scale a geometry by given factors."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_editor.xml:1012
+#: reference_editor.xml:1118
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Scale</function></funcdef> "
@@ -1599,7 +1690,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1039
+#: reference_editor.xml:1145
 #, no-c-format
 msgid ""
 "Scales the geometry to a new size by multiplying the ordinates with the "
@@ -1607,7 +1698,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1043
+#: reference_editor.xml:1149
 #, no-c-format
 msgid ""
 "The version taking a geometry as the <varname>factor</varname> parameter "
@@ -1617,27 +1708,21 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1053 reference_editor.xml:1670
+#: reference_editor.xml:1159 reference_editor.xml:1776
 #, no-c-format
 msgid "Availability: 1.1.0."
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1055
+#: reference_editor.xml:1161
 #, no-c-format
 msgid ""
 "Enhanced: 2.2.0 support for scaling all dimension (geometry parameter) was "
 "introduced."
 msgstr ""
 
-#. Tag: para
-#: reference_editor.xml:1060
-#, no-c-format
-msgid "&M_support;"
-msgstr ""
-
 #. Tag: programlisting
-#: reference_editor.xml:1067
+#: reference_editor.xml:1173
 #, no-c-format
 msgid ""
 "--Version 1: scale X, Y, Z\n"
@@ -1663,19 +1748,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1074
+#: reference_editor.xml:1180
 #, no-c-format
 msgid ", <xref linkend=\"ST_TransScale\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1080
+#: reference_editor.xml:1186
 #, no-c-format
 msgid "ST_Segmentize"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1082
+#: reference_editor.xml:1188
 #, no-c-format
 msgid ""
 "Return a modified geometry/geography having no segment longer than the given "
@@ -1683,7 +1768,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_editor.xml:1087
+#: reference_editor.xml:1193
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Segmentize</function></"
@@ -1696,7 +1781,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1104
+#: reference_editor.xml:1210
 #, no-c-format
 msgid ""
 "Returns a modified geometry having no segment longer than the given "
@@ -1706,25 +1791,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1107 reference_editor.xml:1613
+#: reference_editor.xml:1213 reference_editor.xml:1719
 #, no-c-format
 msgid "Availability: 1.2.2"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1108
+#: reference_editor.xml:1214
 #, no-c-format
 msgid "Enhanced: 2.3.0 Segmentize geography now uses equal length segments"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1109
+#: reference_editor.xml:1215
 #, no-c-format
 msgid "Enhanced: 2.1.0 support for geography was introduced."
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1110
+#: reference_editor.xml:1216
 #, no-c-format
 msgid ""
 "Changed: 2.1.0 As a result of the introduction of geography support: The "
@@ -1736,7 +1821,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1112
+#: reference_editor.xml:1218
 #, no-c-format
 msgid ""
 "This will only increase segments. It will not lengthen segments shorter than "
@@ -1744,7 +1829,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1119
+#: reference_editor.xml:1225
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Segmentize(\n"
@@ -1770,19 +1855,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1129
+#: reference_editor.xml:1235
 #, no-c-format
 msgid "ST_SetPoint"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1130
+#: reference_editor.xml:1236
 #, no-c-format
 msgid "Replace point of a linestring with a given point."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:1134
+#: reference_editor.xml:1240
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SetPoint</function></funcdef> "
@@ -1793,7 +1878,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1146
+#: reference_editor.xml:1252
 #, no-c-format
 msgid ""
 "Replace point N of linestring with given point. Index is 0-based.Negative "
@@ -1803,13 +1888,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1150
+#: reference_editor.xml:1256
 #, no-c-format
 msgid "Updated 2.3.0 : negative indexing"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1157
+#: reference_editor.xml:1263
 #, no-c-format
 msgid ""
 "--Change first point in line string from -1 3 to -1 1\n"
@@ -1837,7 +1922,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1161
+#: reference_editor.xml:1267
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_NPoints\"/>, <xref linkend=\"ST_NumPoints\"/>, <xref "
@@ -1845,19 +1930,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1167
+#: reference_editor.xml:1273
 #, no-c-format
 msgid "ST_SetSRID"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1169
+#: reference_editor.xml:1275
 #, no-c-format
 msgid "Set the SRID on a geometry to a particular integer value."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:1175
+#: reference_editor.xml:1281
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SetSRID</function></funcdef> "
@@ -1866,7 +1951,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1190
+#: reference_editor.xml:1296
 #, no-c-format
 msgid ""
 "Sets the SRID on a geometry to a particular integer value. Useful in "
@@ -1874,7 +1959,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1194
+#: reference_editor.xml:1300
 #, no-c-format
 msgid ""
 "This function does not transform the geometry coordinates in any way - it "
@@ -1884,19 +1969,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1199
+#: reference_editor.xml:1305
 #, no-c-format
 msgid "&sfs_compliant;"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1205
+#: reference_editor.xml:1311
 #, no-c-format
 msgid "-- Mark a point as WGS 84 long lat --"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1206
+#: reference_editor.xml:1312
 #, no-c-format
 msgid ""
 "SELECT ST_SetSRID(ST_Point(-123.365556, 48.428611),4326) As wgs84long_lat;\n"
@@ -1905,7 +1990,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1207
+#: reference_editor.xml:1313
 #, no-c-format
 msgid ""
 "-- Mark a point as WGS 84 long lat and then transform to web mercator "
@@ -1913,7 +1998,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1208
+#: reference_editor.xml:1314
 #, no-c-format
 msgid ""
 "SELECT ST_Transform(ST_SetSRID(ST_Point(-123.365556, 48.428611),4326),3785) "
@@ -1923,7 +2008,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1214
+#: reference_editor.xml:1320
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_AsEWKT\"/>, <xref linkend=\"ST_Point\"/>, <xref linkend="
@@ -1932,19 +2017,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1221
+#: reference_editor.xml:1327
 #, no-c-format
 msgid "ST_SnapToGrid"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1223
+#: reference_editor.xml:1329
 #, no-c-format
 msgid "Snap all points of the input geometry to a regular grid."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_editor.xml:1229
+#: reference_editor.xml:1335
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_SnapToGrid</function></"
@@ -1972,7 +2057,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1267
+#: reference_editor.xml:1373
 #, no-c-format
 msgid ""
 "Variant 1,2,3: Snap all points of the input geometry to the grid defined by "
@@ -1983,7 +2068,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1275
+#: reference_editor.xml:1381
 #, no-c-format
 msgid ""
 "Variant 4: Introduced 1.1.0 - Snap all points of the input geometry to the "
@@ -1992,7 +2077,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1281
+#: reference_editor.xml:1387
 #, no-c-format
 msgid ""
 "The returned geometry might lose its simplicity (see <xref linkend="
@@ -2000,7 +2085,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1286
+#: reference_editor.xml:1392
 #, no-c-format
 msgid ""
 "Before release 1.1.0 this function always returned a 2d geometry. Starting "
@@ -2010,19 +2095,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1293
+#: reference_editor.xml:1399
 #, no-c-format
 msgid "Availability: 1.0.0RC1"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1294
+#: reference_editor.xml:1400
 #, no-c-format
 msgid "Availability: 1.1.0 - Z and M support"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1303
+#: reference_editor.xml:1409
 #, no-c-format
 msgid ""
 "--Snap your geometries to a precision grid of 10^-3\n"
@@ -2062,7 +2147,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1310
+#: reference_editor.xml:1416
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_AsEWKT\"/>, <xref linkend=\"ST_AsText\"/>, <xref "
@@ -2071,13 +2156,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1323
+#: reference_editor.xml:1429
 #, no-c-format
 msgid "ST_Snap"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1325
+#: reference_editor.xml:1431
 #, no-c-format
 msgid ""
 "Snap segments and vertices of input geometry to vertices of a reference "
@@ -2085,7 +2170,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:1333
+#: reference_editor.xml:1439
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Snap</function></funcdef> "
@@ -2095,7 +2180,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1345
+#: reference_editor.xml:1451
 #, no-c-format
 msgid ""
 "Snaps the vertices and segments of a geometry another Geometry's vertices. A "
@@ -2103,7 +2188,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1350
+#: reference_editor.xml:1456
 #, no-c-format
 msgid ""
 "Snapping one geometry to another can improve robustness for overlay "
@@ -2112,7 +2197,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1357
+#: reference_editor.xml:1463
 #, no-c-format
 msgid ""
 "Too much snapping can result in invalid topology being created, so the "
@@ -2122,7 +2207,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1366
+#: reference_editor.xml:1472
 #, no-c-format
 msgid ""
 "The returned geometry might lose its simplicity (see <xref linkend="
@@ -2130,19 +2215,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1373
+#: reference_editor.xml:1479
 #, no-c-format
 msgid "Availability: 2.0.0 requires GEOS &gt;= 3.3.0."
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1390
+#: reference_editor.xml:1496
 #, no-c-format
 msgid "A multipolygon shown with a linestring (before any snapping)"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1401
+#: reference_editor.xml:1507
 #, no-c-format
 msgid ""
 "A multipolygon snapped to linestring to tolerance: 1.01 of distance. The new "
@@ -2150,7 +2235,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1405
+#: reference_editor.xml:1511
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Snap(poly,line, ST_Distance(poly,line)*1.01)) AS "
@@ -2171,7 +2256,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1412
+#: reference_editor.xml:1518
 #, no-c-format
 msgid ""
 "A multipolygon snapped to linestring to tolerance: 1.25 of distance. The new "
@@ -2179,7 +2264,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1416
+#: reference_editor.xml:1522
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -2201,7 +2286,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1425
+#: reference_editor.xml:1531
 #, no-c-format
 msgid ""
 "The linestring snapped to the original multipolygon at tolerance 1.01 of "
@@ -2209,7 +2294,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1429
+#: reference_editor.xml:1535
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -2229,7 +2314,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1437
+#: reference_editor.xml:1543
 #, no-c-format
 msgid ""
 "The linestring snapped to the original multipolygon at tolerance 1.25 of "
@@ -2237,7 +2322,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1441
+#: reference_editor.xml:1547
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -2256,13 +2341,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1462
+#: reference_editor.xml:1568
 #, no-c-format
 msgid "ST_Transform"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1464
+#: reference_editor.xml:1570
 #, no-c-format
 msgid ""
 "Return a new geometry with its coordinates transformed to a different "
@@ -2270,7 +2355,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_editor.xml:1469
+#: reference_editor.xml:1575
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Transform</function></"
@@ -2292,7 +2377,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1502
+#: reference_editor.xml:1608
 #, no-c-format
 msgid ""
 "Returns a new geometry with its coordinates transformed to a different "
@@ -2309,7 +2394,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1516
+#: reference_editor.xml:1622
 #, no-c-format
 msgid ""
 "ST_Transform is often confused with ST_SetSRID(). ST_Transform actually "
@@ -2319,7 +2404,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1521
+#: reference_editor.xml:1627
 #, no-c-format
 msgid ""
 "Requires PostGIS be compiled with Proj support. Use <xref linkend="
@@ -2327,7 +2412,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1525
+#: reference_editor.xml:1631
 #, no-c-format
 msgid ""
 "If using more than one transformation, it is useful to have a functional "
@@ -2335,25 +2420,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1532
+#: reference_editor.xml:1638
 #, no-c-format
 msgid "Enhanced: 2.3.0 support for direct PROJ.4 text was introduced."
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1533
+#: reference_editor.xml:1639
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.6"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1541
+#: reference_editor.xml:1647
 #, no-c-format
 msgid "Change Massachusetts state plane US feet geometry to WGS 84 long lat"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1542
+#: reference_editor.xml:1648
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Transform(ST_GeomFromText('POLYGON((743238 "
@@ -2384,7 +2469,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1543
+#: reference_editor.xml:1649
 #, no-c-format
 msgid ""
 "Example of creating a partial functional index. For tables where you are not "
@@ -2394,7 +2479,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1545
+#: reference_editor.xml:1651
 #, no-c-format
 msgid ""
 "CREATE INDEX idx_the_geom_26986_parcels\n"
@@ -2405,14 +2490,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1547
+#: reference_editor.xml:1653
 #, no-c-format
 msgid ""
 "Examples of using PROJ.4 text to transform with custom spatial references."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1548
+#: reference_editor.xml:1654
 #, no-c-format
 msgid ""
 "-- Find intersection of two polygons near the North pole, using a custom "
@@ -2438,13 +2523,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_editor.xml:1552
+#: reference_editor.xml:1658
 #, no-c-format
 msgid "Configuring transformation behaviour"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1553
+#: reference_editor.xml:1659
 #, no-c-format
 msgid ""
 "Sometimes coordinate transformation involving a grid-shift can fail, for "
@@ -2458,7 +2543,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1563
+#: reference_editor.xml:1669
 #, no-c-format
 msgid ""
 "For example, the proj4text parameter +datum=NAD87 is a shorthand form for "
@@ -2466,13 +2551,13 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1564
+#: reference_editor.xml:1670
 #, no-c-format
 msgid "+nadgrids=@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1565
+#: reference_editor.xml:1671
 #, no-c-format
 msgid ""
 "The @ prefix means no error is reported if the files are not present, but if "
@@ -2481,7 +2566,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1566
+#: reference_editor.xml:1672
 #, no-c-format
 msgid ""
 "If, conversely, you wanted to ensure that at least the standard files were "
@@ -2490,13 +2575,13 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1567
+#: reference_editor.xml:1673
 #, no-c-format
 msgid "+nadgrids=@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat,null"
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1568
+#: reference_editor.xml:1674
 #, no-c-format
 msgid ""
 "The null grid shift file is a valid grid shift file covering the whole world "
@@ -2506,7 +2591,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1569
+#: reference_editor.xml:1675
 #, no-c-format
 msgid ""
 "UPDATE spatial_ref_sys SET proj4text = '+proj=longlat +ellps=clrk66 "
@@ -2515,7 +2600,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1576
+#: reference_editor.xml:1682
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_AsText\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
@@ -2523,19 +2608,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1582
+#: reference_editor.xml:1688
 #, no-c-format
 msgid "ST_Translate"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1584
+#: reference_editor.xml:1690
 #, no-c-format
 msgid "Translate a geometry by given offsets."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_editor.xml:1588
+#: reference_editor.xml:1694
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Translate</function></"
@@ -2551,7 +2636,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1608
+#: reference_editor.xml:1714
 #, no-c-format
 msgid ""
 "Returns a new geometry whose coordinates are translated delta x,delta y,"
@@ -2560,13 +2645,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1620
+#: reference_editor.xml:1726
 #, no-c-format
 msgid "Move a point 1 degree longitude"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1621
+#: reference_editor.xml:1727
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Translate(ST_GeomFromText('POINT(-71.01 "
@@ -2578,13 +2663,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1622
+#: reference_editor.xml:1728
 #, no-c-format
 msgid "Move a linestring 1 degree longitude and 1/2 degree latitude"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1623
+#: reference_editor.xml:1729
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Translate(ST_GeomFromText('LINESTRING(-71.01 "
@@ -2595,13 +2680,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1624
+#: reference_editor.xml:1730
 #, no-c-format
 msgid "Move a 3d point"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1625
+#: reference_editor.xml:1731
 #, no-c-format
 msgid ""
 "SELECT ST_AsEWKT(ST_Translate(CAST('POINT(0 0 0)' As geometry), 5, 12,3));\n"
@@ -2611,13 +2696,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1626
+#: reference_editor.xml:1732
 #, no-c-format
 msgid "Move a curve and a point"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1627
+#: reference_editor.xml:1733
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Translate(ST_Collect('CURVEPOLYGON(CIRCULARSTRING(4 "
@@ -2629,25 +2714,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1633
+#: reference_editor.xml:1739
 #, no-c-format
 msgid ", <xref linkend=\"ST_AsText\"/>, <xref linkend=\"ST_GeomFromText\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_editor.xml:1639
+#: reference_editor.xml:1745
 #, no-c-format
 msgid "ST_TransScale"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_editor.xml:1641
+#: reference_editor.xml:1747
 #, no-c-format
 msgid "Translate a geometry by given factors and offsets."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_editor.xml:1646
+#: reference_editor.xml:1752
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_TransScale</function></funcdef> "
@@ -2659,7 +2744,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1660
+#: reference_editor.xml:1766
 #, no-c-format
 msgid ""
 "Translates the geometry using the deltaX and deltaY args, then scales it "
@@ -2667,7 +2752,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1663
+#: reference_editor.xml:1769
 #, no-c-format
 msgid ""
 "<code>ST_TransScale(geomA, deltaX, deltaY, XFactor, YFactor)</code> is short-"
@@ -2676,7 +2761,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_editor.xml:1679
+#: reference_editor.xml:1785
 #, no-c-format
 msgid ""
 "SELECT ST_AsEWKT(ST_TransScale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), "
@@ -2697,7 +2782,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_editor.xml:1686
+#: reference_editor.xml:1792
 #, no-c-format
 msgid ", <xref linkend=\"ST_Translate\"/>"
 msgstr ""
index bc9e183495bbcbe5d4718c04f34cccecf3285452..b6119935776352b4ead4fdad0a9bd2bdf437f990 100644 (file)
@@ -1,15 +1,16 @@
 # SOME DESCRIPTIVE TITLE.
 #
 # Translators:
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2012-09-14 17:50+0000\n"
-"PO-Revision-Date: 2013-11-27 13:48+0000\n"
-"Last-Translator: georgersilva <georger.silva@gmail.com>\n"
-"Language-Team: Spanish (http://www.transifex.com/projects/p/postgis-1/"
-"language/es/)\n"
+"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"PO-Revision-Date: 2017-07-21 13:20+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
+"Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
+"es/)\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgstr ""
 #: reference_exception.xml:3
 #, no-c-format
 msgid "Exceptional Functions"
-msgstr ""
+msgstr "Funciones Excepcionales"
 
 #. Tag: para
 #: reference_exception.xml:4
@@ -30,18 +31,22 @@ msgid ""
 "data is corrupted in someway. They are used for troubleshooting corruption "
 "and also fixing things that should under normal circumstances, never happen."
 msgstr ""
+"Estas funciones raramente se utilizan las funciones que sólo se deben "
+"utilizar si sus datos están dañados de alguna manera. Se utilizan para "
+"solucionar problemas de la corrupción y también arreglar cosas que en "
+"circunstancias normales, nunca sucedan."
 
 #. Tag: refname
 #: reference_exception.xml:9
 #, no-c-format
 msgid "PostGIS_AddBBox"
-msgstr ""
+msgstr "PostGIS_AddBBox"
 
 #. Tag: refpurpose
 #: reference_exception.xml:11
 #, no-c-format
 msgid "Add bounding box to the geometry."
-msgstr ""
+msgstr "Agregue el cuadro delimitador a la geometría."
 
 #. Tag: funcprototype
 #: reference_exception.xml:16
@@ -50,13 +55,15 @@ msgid ""
 "<funcdef>geometry <function>PostGIS_AddBBox</function></funcdef> "
 "<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 msgstr ""
+"<funcdef>geometry <function>PostGIS_AddBBox</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 
 #. Tag: title
 #: reference_exception.xml:24 reference_exception.xml:70
 #: reference_exception.xml:119
 #, no-c-format
 msgid "Description"
-msgstr ""
+msgstr "Descripción"
 
 #. Tag: para
 #: reference_exception.xml:26
@@ -65,6 +72,9 @@ msgid ""
 "Add bounding box to the geometry. This would make bounding box based queries "
 "faster, but will increase the size of the geometry."
 msgstr ""
+"Agregue el cuadro delimitador a la geometría. Esto haría que las consultas "
+"basadas en cuadros delimitadores se agilizaran, pero aumentarían el tamaño "
+"de la geometría."
 
 #. Tag: para
 #: reference_exception.xml:31
@@ -75,20 +85,25 @@ msgid ""
 "you have an old install that is lacking bounding boxes. Then you need to "
 "drop the old and readd."
 msgstr ""
+"Los cuadros delimitadores se agregan automáticamente a las geometrías por lo "
+"que en general esto no es necesario a menos que el cuadro de delimitación "
+"generado de alguna manera se corrompe o se tiene una instalación antigua que "
+"carece de cuadros delimitadores. Entonces usted necesita eliminar el viejo y "
+"reagregar."
 
 #. Tag: para
 #: reference_exception.xml:35 reference_exception.xml:83
 #: reference_exception.xml:124
 #, no-c-format
 msgid "&curve_support;"
-msgstr ""
+msgstr "&curve_support;"
 
 #. Tag: title
 #: reference_exception.xml:40 reference_exception.xml:88
 #: reference_exception.xml:129
 #, no-c-format
 msgid "Examples"
-msgstr ""
+msgstr "Ejemplos"
 
 #. Tag: programlisting
 #: reference_exception.xml:42
@@ -98,31 +113,34 @@ msgid ""
 " SET the_geom =  PostGIS_AddBBox(the_geom)\n"
 " WHERE PostGIS_HasBBox(the_geom) = false;"
 msgstr ""
+"UPDATE sometable\n"
+" SET the_geom =  PostGIS_AddBBox(the_geom)\n"
+" WHERE PostGIS_HasBBox(the_geom) = false;"
 
 #. Tag: title
 #: reference_exception.xml:47 reference_exception.xml:95
 #: reference_exception.xml:136
 #, no-c-format
 msgid "See Also"
-msgstr ""
+msgstr "Ver también"
 
 #. Tag: para
 #: reference_exception.xml:49
 #, no-c-format
 msgid ", <xref linkend=\"PostGIS_HasBBox\"/>"
-msgstr ""
+msgstr ", <xref linkend=\"PostGIS_HasBBox\"/>"
 
 #. Tag: refname
 #: reference_exception.xml:55
 #, no-c-format
 msgid "PostGIS_DropBBox"
-msgstr ""
+msgstr "PostGIS_DropBBox"
 
 #. Tag: refpurpose
 #: reference_exception.xml:57
 #, no-c-format
 msgid "Drop the bounding box cache from the geometry."
-msgstr ""
+msgstr "Elimina el caché de cuadro delimitador de la geometría."
 
 #. Tag: funcprototype
 #: reference_exception.xml:62
@@ -131,6 +149,8 @@ msgid ""
 "<funcdef>geometry <function>PostGIS_DropBBox</function></funcdef> "
 "<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 msgstr ""
+"<funcdef>geometry <function>PostGIS_DropBBox</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 
 #. Tag: para
 #: reference_exception.xml:72
@@ -142,6 +162,12 @@ msgid ""
 "when your ST_Intersects and other relation queries leave out geometries that "
 "rightfully should return true."
 msgstr ""
+"Elimina el caché de cuadro delimitador de la geometría. Esto reduce el "
+"tamaño de la geometría, pero hace más lentas las consultas basadas en el "
+"cuadro delimitador. También se utiliza para eliminar un cuadro delimitador "
+"corrupto. Un signo tale-tell de un cuadro delimitador dañado en caché es "
+"cuando su ST_Intersects y otras consultas de relación dejan fuera las "
+"geometrías que legítimamente deben devolver true."
 
 #. Tag: para
 #: reference_exception.xml:77
@@ -156,6 +182,16 @@ msgid ""
 "version without a dump reload will not correct already corrupted boxes. So "
 "one can manually correct using below and readd the bbox or do a dump reload."
 msgstr ""
+"Los cuadros delimitadores se agregan automáticamente a las geometrías y "
+"mejoran la velocidad de las consultas, por lo que en general esto no es "
+"necesario a menos que el cuadro delimitador generado de alguna manera se "
+"corrompa o tenga una instalación antigua que carezca de cuadros "
+"delimitadores. Entonces usted necesita eliminar el viejo y reagregar. Este "
+"tipo de corrupción se ha observado en la serie 8.3-8.3.6, por la cual las "
+"bboxes cacheadas no siempre se recalcularon cuando una geometría cambió y la "
+"actualización a una versión más reciente sin una recarga de volcado no "
+"corregirá las cajas ya corruptas. También uno puede corregir manualmente "
+"usando bajar y reagregar el Bbox o hace una recarga de la descarga."
 
 #. Tag: programlisting
 #: reference_exception.xml:90
@@ -174,24 +210,40 @@ msgid ""
 " SET the_geom =  PostGIS_AddBBox(the_geom)\n"
 " WHERE Not PostGIS_HasBBOX(the_geom);"
 msgstr ""
+"-- Este ejemplo elimina cuadros delimitadores donde el cuadro almacenado en "
+"caché no es correcto\n"
+"                        -- Lo fuerza a ST_AsBinary antes de aplicar Box2D "
+"fuerza un nuevo cálculo de la caja, y Box2D aplicado a la geometría de la "
+"tabla siempre\n"
+"                        -- Devuelve el cuadro delimitador almacenado en "
+"caché.\n"
+"                        UPDATE sometable\n"
+" SET the_geom =  PostGIS_DropBBox(the_geom)\n"
+" WHERE Not (Box2D(ST_AsBinary(the_geom)) = Box2D(the_geom));\n"
+"\n"
+"        UPDATE sometable\n"
+" SET the_geom =  PostGIS_AddBBox(the_geom)\n"
+" WHERE Not PostGIS_HasBBOX(the_geom);"
 
 #. Tag: para
 #: reference_exception.xml:97
 #, no-c-format
 msgid ", <xref linkend=\"PostGIS_HasBBox\"/>, <xref linkend=\"Box2D\"/>"
-msgstr ""
+msgstr ", <xref linkend=\"PostGIS_HasBBox\"/>, <xref linkend=\"Box2D\"/>"
 
 #. Tag: refname
 #: reference_exception.xml:104
 #, no-c-format
 msgid "PostGIS_HasBBox"
-msgstr ""
+msgstr "PostGIS_HasBBox"
 
 #. Tag: refpurpose
 #: reference_exception.xml:106
 #, no-c-format
 msgid "Returns TRUE if the bbox of this geometry is cached, FALSE otherwise."
 msgstr ""
+"Devuelve TRUE si el bbox de la geometría está almacenado en caché, FALSE de "
+"lo contrario."
 
 #. Tag: funcprototype
 #: reference_exception.xml:111
@@ -200,6 +252,8 @@ msgid ""
 "<funcdef>boolean <function>PostGIS_HasBBox</function></funcdef> "
 "<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 msgstr ""
+"<funcdef>boolean <function>PostGIS_HasBBox</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>"
 
 #. Tag: para
 #: reference_exception.xml:121
@@ -209,6 +263,9 @@ msgid ""
 "<xref linkend=\"PostGIS_AddBBox\"/> and <xref linkend=\"PostGIS_DropBBox\"/> "
 "to control caching."
 msgstr ""
+"Devuelve TRUE si el bbox de la geometría está almacenado en caché, FALSE de "
+"lo contrario. Utilice <xref linkend=\"PostGIS_AddBBox\"/> y <xref linkend="
+"\"PostGIS_DropBBox\"/> para controlar el almacenamiento en caché."
 
 #. Tag: programlisting
 #: reference_exception.xml:131
@@ -217,9 +274,11 @@ msgid ""
 "SELECT the_geom\n"
 "FROM sometable WHERE PostGIS_HasBBox(the_geom) = false;"
 msgstr ""
+"SELECT the_geom\n"
+"FROM sometable WHERE PostGIS_HasBBox(the_geom) = false;"
 
 #. Tag: para
 #: reference_exception.xml:138
 #, no-c-format
 msgid ", <xref linkend=\"PostGIS_DropBBox\"/>"
-msgstr ""
+msgstr ", <xref linkend=\"PostGIS_DropBBox\"/>"
index 3b4bd0c42563d6e69666f2f8091295974edee2ab..6b7bdd5f1daae0325d77a5b4645166849afa9794 100644 (file)
@@ -1,13 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 #
 # Translators:
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-09-29 12:21+0000\n"
-"PO-Revision-Date: 2015-09-29 12:23+0000\n"
-"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
+"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"PO-Revision-Date: 2017-05-31 16:21+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -50,7 +51,7 @@ msgstr ""
 #: reference_guc.xml:187
 #, no-c-format
 msgid "Description"
-msgstr ""
+msgstr "Descripción"
 
 #. Tag: para
 #: reference_guc.xml:18
@@ -66,14 +67,14 @@ msgstr ""
 #: reference_guc.xml:19
 #, no-c-format
 msgid "Availability: 2.1.0"
-msgstr ""
+msgstr "Disponibilidad: 2.1.0"
 
 #. Tag: title
 #: reference_guc.xml:23 reference_guc.xml:69 reference_guc.xml:146
 #: reference_guc.xml:213
 #, no-c-format
 msgid "Examples"
-msgstr ""
+msgstr "Ejemplos"
 
 #. Tag: para
 #: reference_guc.xml:24
@@ -104,7 +105,7 @@ msgstr ""
 #: reference_guc.xml:220
 #, no-c-format
 msgid "See Also"
-msgstr ""
+msgstr "Ver también"
 
 #. Tag: refname
 #: reference_guc.xml:38
@@ -150,7 +151,7 @@ msgstr ""
 #: reference_guc.xml:58 reference_guc.xml:141 reference_guc.xml:208
 #, no-c-format
 msgid "Availability: 2.2.0"
-msgstr ""
+msgstr "Disponibilidad: 2.2.0"
 
 #. Tag: para
 #: reference_guc.xml:61
@@ -193,7 +194,7 @@ msgstr ""
 #: reference_guc.xml:80
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Transform\"/>"
-msgstr ""
+msgstr ", <xref linkend=\"RT_ST_Transform\"/>"
 
 #. Tag: refname
 #: reference_guc.xml:88
index 35a9f4e531839f480c3ced77912cc8f756b5d72c..68bd8c0619bad5b4d3e0e94349f157027a7568c7 100644 (file)
@@ -1,13 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 #
 # Translators:
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
-"PO-Revision-Date: 2015-09-29 12:23+0000\n"
-"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
+"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"PO-Revision-Date: 2017-05-31 16:20+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -26,7 +27,7 @@ msgstr ""
 #: reference_lrs.xml:7
 #, no-c-format
 msgid "ST_LineInterpolatePoint"
-msgstr ""
+msgstr "ST_LineInterpolatePoint"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:9
@@ -46,6 +47,10 @@ msgid ""
 "paramdef> <paramdef><type>float8 </type> <parameter>a_fraction</parameter></"
 "paramdef>"
 msgstr ""
+"<funcdef>geometry <function>ST_LineInterpolatePoint</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>a_linestring</parameter></"
+"paramdef> <paramdef><type>float8 </type> <parameter>a_fraction</parameter></"
+"paramdef>"
 
 #. Tag: title
 #: reference_lrs.xml:24 reference_lrs.xml:86 reference_lrs.xml:138
@@ -53,7 +58,7 @@ msgstr ""
 #: reference_lrs.xml:359 reference_lrs.xml:403
 #, no-c-format
 msgid "Description"
-msgstr ""
+msgstr "Descripción"
 
 #. Tag: para
 #: reference_lrs.xml:26
@@ -105,7 +110,7 @@ msgstr ""
 #: reference_lrs.xml:369 reference_lrs.xml:413
 #, no-c-format
 msgid "Examples"
-msgstr ""
+msgstr "Ejemplos"
 
 #. Tag: para
 #: reference_lrs.xml:51
@@ -165,12 +170,14 @@ msgid ""
 ", <xref linkend=\"ST_AsEWKT\"/>, <xref linkend=\"ST_Length\"/>, <xref "
 "linkend=\"ST_LineLocatePoint\"/>"
 msgstr ""
+", <xref linkend=\"ST_AsEWKT\"/>, <xref linkend=\"ST_Length\"/>, <xref "
+"linkend=\"ST_LineLocatePoint\"/>"
 
 #. Tag: refname
 #: reference_lrs.xml:68
 #, no-c-format
 msgid "ST_LineLocatePoint"
-msgstr ""
+msgstr "ST_LineLocatePoint"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:70
@@ -190,6 +197,10 @@ msgid ""
 "paramdef> <paramdef><type>geometry </type> <parameter>a_point</parameter></"
 "paramdef>"
 msgstr ""
+"<funcdef>float8 <function>ST_LineLocatePoint</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>a_linestring</parameter></"
+"paramdef> <paramdef><type>geometry </type> <parameter>a_point</parameter></"
+"paramdef>"
 
 #. Tag: para
 #: reference_lrs.xml:88
@@ -219,7 +230,7 @@ msgstr ""
 #: reference_lrs.xml:97
 #, no-c-format
 msgid "Availability: 1.1.0"
-msgstr ""
+msgstr "Disponibilidad: 1.1.0"
 
 #. Tag: para
 #: reference_lrs.xml:98
@@ -273,12 +284,14 @@ msgid ""
 ", <xref linkend=\"ST_Length2D\"/>, <xref linkend=\"ST_LineInterpolatePoint\"/"
 ">, <xref linkend=\"ST_LineSubstring\"/>"
 msgstr ""
+", <xref linkend=\"ST_Length2D\"/>, <xref linkend=\"ST_LineInterpolatePoint\"/"
+">, <xref linkend=\"ST_LineSubstring\"/>"
 
 #. Tag: refname
 #: reference_lrs.xml:118
 #, no-c-format
 msgid "ST_LineSubstring"
-msgstr ""
+msgstr "ST_LineSubstring"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:120
@@ -299,6 +312,11 @@ msgid ""
 "parameter></paramdef> <paramdef><type>float8 </type> <parameter>endfraction</"
 "parameter></paramdef>"
 msgstr ""
+"<funcdef>geometry <function>ST_LineSubstring</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>a_linestring</parameter></"
+"paramdef> <paramdef><type>float8 </type> <parameter>startfraction</"
+"parameter></paramdef> <paramdef><type>float8 </type> <parameter>endfraction</"
+"parameter></paramdef>"
 
 #. Tag: para
 #: reference_lrs.xml:140
@@ -391,12 +409,14 @@ msgid ""
 ", <xref linkend=\"ST_LineInterpolatePoint\"/>, <xref linkend=\"ST_LineMerge"
 "\"/>"
 msgstr ""
+", <xref linkend=\"ST_LineInterpolatePoint\"/>, <xref linkend=\"ST_LineMerge"
+"\"/>"
 
 #. Tag: refname
 #: reference_lrs.xml:186
 #, no-c-format
 msgid "ST_LocateAlong"
-msgstr ""
+msgstr "ST_LocateAlong"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:188
@@ -417,6 +437,11 @@ msgid ""
 "paramdef> <paramdef choice=\"opt\"><type>float8 </type> <parameter>offset</"
 "parameter></paramdef>"
 msgstr ""
+"<funcdef>geometry <function>ST_LocateAlong</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>ageom_with_measure</parameter></"
+"paramdef> <paramdef><type>float8 </type> <parameter>a_measure</parameter></"
+"paramdef> <paramdef choice=\"opt\"><type>float8 </type> <parameter>offset</"
+"parameter></paramdef>"
 
 #. Tag: para
 #: reference_lrs.xml:207
@@ -505,13 +530,13 @@ msgstr ""
 #: reference_lrs.xml:236
 #, no-c-format
 msgid ", <xref linkend=\"ST_LocateBetween\"/>"
-msgstr ""
+msgstr ", <xref linkend=\"ST_LocateBetween\"/>"
 
 #. Tag: refname
 #: reference_lrs.xml:242
 #, no-c-format
 msgid "ST_LocateBetween"
-msgstr ""
+msgstr "ST_LocateBetween"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:244
@@ -533,6 +558,12 @@ msgid ""
 "paramdef> <paramdef choice=\"opt\"><type>float8 </type> <parameter>offset</"
 "parameter></paramdef>"
 msgstr ""
+"<funcdef>geometry <function>ST_LocateBetween</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef> "
+"<paramdef><type>float8 </type> <parameter>measure_start</parameter></"
+"paramdef> <paramdef><type>float8 </type> <parameter>measure_end</parameter></"
+"paramdef> <paramdef choice=\"opt\"><type>float8 </type> <parameter>offset</"
+"parameter></paramdef>"
 
 #. Tag: para
 #: reference_lrs.xml:265
@@ -592,13 +623,13 @@ msgstr ""
 #: reference_lrs.xml:288
 #, no-c-format
 msgid ", <xref linkend=\"ST_LocateAlong\"/>"
-msgstr ""
+msgstr ", <xref linkend=\"ST_LocateAlong\"/>"
 
 #. Tag: refname
 #: reference_lrs.xml:294
 #, no-c-format
 msgid "ST_LocateBetweenElevations"
-msgstr ""
+msgstr "ST_LocateBetweenElevations"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:296
@@ -619,6 +650,11 @@ msgid ""
 "parameter></paramdef> <paramdef><type>float8 </type> "
 "<parameter>elevation_end</parameter></paramdef>"
 msgstr ""
+"<funcdef>geometry <function>ST_LocateBetweenElevations</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geom_mline</parameter></"
+"paramdef> <paramdef><type>float8 </type> <parameter>elevation_start</"
+"parameter></paramdef> <paramdef><type>float8 </type> "
+"<parameter>elevation_end</parameter></paramdef>"
 
 #. Tag: para
 #: reference_lrs.xml:316
@@ -633,7 +669,7 @@ msgstr ""
 #: reference_lrs.xml:320
 #, no-c-format
 msgid "Availability: 1.4.0"
-msgstr ""
+msgstr "Disponibilidad: 1.4.0"
 
 #. Tag: programlisting
 #: reference_lrs.xml:328
@@ -672,7 +708,7 @@ msgstr ""
 #: reference_lrs.xml:342
 #, no-c-format
 msgid "ST_InterpolatePoint"
-msgstr ""
+msgstr "ST_InterpolatePoint"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:344
@@ -690,6 +726,9 @@ msgid ""
 "<paramdef><type>geometry </type> <parameter>line</parameter></paramdef> "
 "<paramdef><type>geometry </type> <parameter>point</parameter></paramdef>"
 msgstr ""
+"<funcdef>float8 <function>ST_InterpolatePoint</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>line</parameter></paramdef> "
+"<paramdef><type>geometry </type> <parameter>point</parameter></paramdef>"
 
 #. Tag: para
 #: reference_lrs.xml:361
@@ -703,7 +742,7 @@ msgstr ""
 #: reference_lrs.xml:363
 #, no-c-format
 msgid "Availability: 2.0.0"
-msgstr ""
+msgstr "Disponibilidad: 2.0.0"
 
 #. Tag: programlisting
 #: reference_lrs.xml:371
@@ -721,12 +760,13 @@ msgstr ""
 msgid ""
 ", <xref linkend=\"ST_LocateAlong\"/>, <xref linkend=\"ST_LocateBetween\"/>"
 msgstr ""
+", <xref linkend=\"ST_LocateAlong\"/>, <xref linkend=\"ST_LocateBetween\"/>"
 
 #. Tag: refname
 #: reference_lrs.xml:385
 #, no-c-format
 msgid "ST_AddMeasure"
-msgstr ""
+msgstr "ST_AddMeasure"
 
 #. Tag: refpurpose
 #: reference_lrs.xml:387
@@ -746,6 +786,11 @@ msgid ""
 "parameter></paramdef> <paramdef><type>float8 </type> <parameter>measure_end</"
 "parameter></paramdef>"
 msgstr ""
+"<funcdef>geometry <function>ST_AddMeasure</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geom_mline</parameter></"
+"paramdef> <paramdef><type>float8 </type> <parameter>measure_start</"
+"parameter></paramdef> <paramdef><type>float8 </type> <parameter>measure_end</"
+"parameter></paramdef>"
 
 #. Tag: para
 #: reference_lrs.xml:405
@@ -761,7 +806,7 @@ msgstr ""
 #: reference_lrs.xml:407
 #, no-c-format
 msgid "Availability: 1.5.0"
-msgstr ""
+msgstr "Disponibilidad: 1.5.0"
 
 #. Tag: programlisting
 #: reference_lrs.xml:415
index 7ac12b55401df346cc6aa18fbe4fd7b876fc6122..0c32ff6fa94c247ca037677fca2c52a3eba129cd 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2015-09-29 12:24+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -59,20 +59,20 @@ msgstr ""
 #: reference_measure.xml:1622 reference_measure.xml:1757
 #: reference_measure.xml:1835 reference_measure.xml:1887
 #: reference_measure.xml:1961 reference_measure.xml:2023
-#: reference_measure.xml:2078 reference_measure.xml:2125
-#: reference_measure.xml:2173 reference_measure.xml:2227
-#: reference_measure.xml:2309 reference_measure.xml:2373
-#: reference_measure.xml:2467 reference_measure.xml:2534
-#: reference_measure.xml:2594 reference_measure.xml:2661
-#: reference_measure.xml:2715 reference_measure.xml:2748
-#: reference_measure.xml:2793 reference_measure.xml:2844
-#: reference_measure.xml:2898 reference_measure.xml:2986
-#: reference_measure.xml:3029 reference_measure.xml:3120
-#: reference_measure.xml:3171 reference_measure.xml:3208
-#: reference_measure.xml:3250 reference_measure.xml:3297
-#: reference_measure.xml:3356 reference_measure.xml:3422
-#: reference_measure.xml:3465 reference_measure.xml:3544
-#: reference_measure.xml:3692
+#: reference_measure.xml:2090 reference_measure.xml:2144
+#: reference_measure.xml:2191 reference_measure.xml:2239
+#: reference_measure.xml:2293 reference_measure.xml:2375
+#: reference_measure.xml:2439 reference_measure.xml:2537
+#: reference_measure.xml:2604 reference_measure.xml:2664
+#: reference_measure.xml:2731 reference_measure.xml:2785
+#: reference_measure.xml:2818 reference_measure.xml:2863
+#: reference_measure.xml:2914 reference_measure.xml:2968
+#: reference_measure.xml:3056 reference_measure.xml:3099
+#: reference_measure.xml:3190 reference_measure.xml:3241
+#: reference_measure.xml:3278 reference_measure.xml:3320
+#: reference_measure.xml:3367 reference_measure.xml:3426
+#: reference_measure.xml:3492 reference_measure.xml:3535
+#: reference_measure.xml:3614 reference_measure.xml:3762
 #, no-c-format
 msgid "Description"
 msgstr ""
@@ -90,10 +90,10 @@ msgstr ""
 #: reference_measure.xml:32 reference_measure.xml:98 reference_measure.xml:151
 #: reference_measure.xml:213 reference_measure.xml:270
 #: reference_measure.xml:323 reference_measure.xml:388
-#: reference_measure.xml:444 reference_measure.xml:2486
-#: reference_measure.xml:2539 reference_measure.xml:2752
-#: reference_measure.xml:2807 reference_measure.xml:3212
-#: reference_measure.xml:3258
+#: reference_measure.xml:444 reference_measure.xml:2556
+#: reference_measure.xml:2609 reference_measure.xml:2822
+#: reference_measure.xml:2877 reference_measure.xml:3282
+#: reference_measure.xml:3328
 #, no-c-format
 msgid "&Z_support;"
 msgstr ""
@@ -111,7 +111,7 @@ msgstr ""
 #: reference_measure.xml:35 reference_measure.xml:104 reference_measure.xml:156
 #: reference_measure.xml:212 reference_measure.xml:262
 #: reference_measure.xml:321 reference_measure.xml:392
-#: reference_measure.xml:442 reference_measure.xml:3303
+#: reference_measure.xml:442 reference_measure.xml:3373
 #, no-c-format
 msgid "Availability: 2.0.0"
 msgstr ""
@@ -138,17 +138,17 @@ msgstr ""
 #: reference_measure.xml:1522 reference_measure.xml:1657
 #: reference_measure.xml:1780 reference_measure.xml:1928
 #: reference_measure.xml:1973 reference_measure.xml:2048
-#: reference_measure.xml:2090 reference_measure.xml:2139
-#: reference_measure.xml:2188 reference_measure.xml:2245
-#: reference_measure.xml:2343 reference_measure.xml:2393
-#: reference_measure.xml:2489 reference_measure.xml:2545
-#: reference_measure.xml:2758 reference_measure.xml:2811
-#: reference_measure.xml:2860 reference_measure.xml:2908
-#: reference_measure.xml:3001 reference_measure.xml:3051
-#: reference_measure.xml:3218 reference_measure.xml:3262
-#: reference_measure.xml:3392 reference_measure.xml:3432
-#: reference_measure.xml:3481 reference_measure.xml:3594
-#: reference_measure.xml:3726
+#: reference_measure.xml:2113 reference_measure.xml:2156
+#: reference_measure.xml:2205 reference_measure.xml:2254
+#: reference_measure.xml:2311 reference_measure.xml:2409
+#: reference_measure.xml:2463 reference_measure.xml:2559
+#: reference_measure.xml:2615 reference_measure.xml:2828
+#: reference_measure.xml:2881 reference_measure.xml:2930
+#: reference_measure.xml:2978 reference_measure.xml:3071
+#: reference_measure.xml:3121 reference_measure.xml:3288
+#: reference_measure.xml:3332 reference_measure.xml:3462
+#: reference_measure.xml:3502 reference_measure.xml:3551
+#: reference_measure.xml:3664 reference_measure.xml:3796
 #, no-c-format
 msgid "Examples"
 msgstr ""
@@ -237,19 +237,20 @@ msgstr ""
 #: reference_measure.xml:1430 reference_measure.xml:1727
 #: reference_measure.xml:1786 reference_measure.xml:1865
 #: reference_measure.xml:1934 reference_measure.xml:1978
-#: reference_measure.xml:2098 reference_measure.xml:2146
-#: reference_measure.xml:2195 reference_measure.xml:2250
-#: reference_measure.xml:2348 reference_measure.xml:2399
-#: reference_measure.xml:2510 reference_measure.xml:2552
-#: reference_measure.xml:2637 reference_measure.xml:2692
-#: reference_measure.xml:2724 reference_measure.xml:2767
-#: reference_measure.xml:2818 reference_measure.xml:2867
-#: reference_measure.xml:2961 reference_measure.xml:3006
-#: reference_measure.xml:3093 reference_measure.xml:3148
-#: reference_measure.xml:3184 reference_measure.xml:3225
-#: reference_measure.xml:3268 reference_measure.xml:3314
-#: reference_measure.xml:3398 reference_measure.xml:3438
-#: reference_measure.xml:3515 reference_measure.xml:3737
+#: reference_measure.xml:2058 reference_measure.xml:2119
+#: reference_measure.xml:2164 reference_measure.xml:2212
+#: reference_measure.xml:2261 reference_measure.xml:2316
+#: reference_measure.xml:2414 reference_measure.xml:2469
+#: reference_measure.xml:2580 reference_measure.xml:2622
+#: reference_measure.xml:2707 reference_measure.xml:2762
+#: reference_measure.xml:2794 reference_measure.xml:2837
+#: reference_measure.xml:2888 reference_measure.xml:2937
+#: reference_measure.xml:3031 reference_measure.xml:3076
+#: reference_measure.xml:3163 reference_measure.xml:3218
+#: reference_measure.xml:3254 reference_measure.xml:3295
+#: reference_measure.xml:3338 reference_measure.xml:3384
+#: reference_measure.xml:3468 reference_measure.xml:3508
+#: reference_measure.xml:3585 reference_measure.xml:3807
 #, no-c-format
 msgid "See Also"
 msgstr ""
@@ -302,7 +303,7 @@ msgstr ""
 #. Tag: para
 #: reference_measure.xml:102 reference_measure.xml:274
 #: reference_measure.xml:517 reference_measure.xml:1844
-#: reference_measure.xml:2626 reference_measure.xml:2677
+#: reference_measure.xml:2696 reference_measure.xml:2747
 #, no-c-format
 msgid "&sfcgal_enhanced;"
 msgstr ""
@@ -475,8 +476,8 @@ msgstr ""
 
 #. Tag: para
 #: reference_measure.xml:207 reference_measure.xml:264
-#: reference_measure.xml:1512 reference_measure.xml:2236
-#: reference_measure.xml:2322 reference_measure.xml:2610
+#: reference_measure.xml:1512 reference_measure.xml:2302
+#: reference_measure.xml:2388 reference_measure.xml:2680
 #, no-c-format
 msgid ""
 "This function call will automatically include a bounding box comparison that "
@@ -536,7 +537,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:256 reference_measure.xml:2597
+#: reference_measure.xml:256 reference_measure.xml:2667
 #, no-c-format
 msgid ""
 "Overlaps, Touches, Within all imply spatial intersection. If any of the "
@@ -568,8 +569,8 @@ msgid "&sqlmm_compliant; SQL-MM 3: ?"
 msgstr ""
 
 #. Tag: title
-#: reference_measure.xml:278 reference_measure.xml:2629
-#: reference_measure.xml:2681
+#: reference_measure.xml:278 reference_measure.xml:2699
+#: reference_measure.xml:2751
 #, no-c-format
 msgid "Geometry Examples"
 msgstr ""
@@ -956,7 +957,7 @@ msgstr ""
 
 #. Tag: para
 #: reference_measure.xml:512 reference_measure.xml:658
-#: reference_measure.xml:1841 reference_measure.xml:2336
+#: reference_measure.xml:1841 reference_measure.xml:2402
 #, no-c-format
 msgid "&sfs_compliant;"
 msgstr ""
@@ -1264,8 +1265,8 @@ msgstr ""
 #: reference_measure.xml:665
 #, no-c-format
 msgid ""
-"In each of the following illustrations, the green dot represents the centroid "
-"of the source geometry."
+"In each of the following illustrations, the green dot represents the "
+"centroid of the source geometry."
 msgstr ""
 
 #. Tag: para
@@ -1357,9 +1358,9 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:761 reference_measure.xml:2087
-#: reference_measure.xml:2241 reference_measure.xml:2903
-#: reference_measure.xml:3477
+#: reference_measure.xml:761 reference_measure.xml:2153
+#: reference_measure.xml:2307 reference_measure.xml:2973
+#: reference_measure.xml:3547
 #, no-c-format
 msgid "Availability: 1.5.0"
 msgstr ""
@@ -1470,7 +1471,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "A \"core\" geometry, that is within <varname>eps</varname> distance of at "
-"least <varname>minpoints</varname> other input geometries, or"
+"least <varname>minpoints</varname> input geometries (including itself) or"
 msgstr ""
 
 #. Tag: para
@@ -1848,14 +1849,14 @@ msgstr ""
 #. Tag: para
 #: reference_measure.xml:1090 reference_measure.xml:1318
 #: reference_measure.xml:1401 reference_measure.xml:1766
-#: reference_measure.xml:3034 reference_measure.xml:3382
-#: reference_measure.xml:3699
+#: reference_measure.xml:3104 reference_measure.xml:3452
+#: reference_measure.xml:3769
 #, no-c-format
 msgid "Performed by the GEOS module"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:1091 reference_measure.xml:2605
+#: reference_measure.xml:1091 reference_measure.xml:2675
 #, no-c-format
 msgid ""
 "Enhanced: 2.3.0 Enhancement to PIP short-circuit extended to support "
@@ -1866,7 +1867,7 @@ msgstr ""
 #: reference_measure.xml:1094 reference_measure.xml:1256
 #: reference_measure.xml:1321 reference_measure.xml:1404
 #: reference_measure.xml:1508 reference_measure.xml:1763
-#: reference_measure.xml:3580 reference_measure.xml:3704
+#: reference_measure.xml:3650 reference_measure.xml:3774
 #, no-c-format
 msgid "Do not call with a <varname>GEOMETRYCOLLECTION</varname> as an argument"
 msgstr ""
@@ -1874,7 +1875,7 @@ msgstr ""
 #. Tag: para
 #: reference_measure.xml:1098 reference_measure.xml:1260
 #: reference_measure.xml:1329 reference_measure.xml:1408
-#: reference_measure.xml:3708
+#: reference_measure.xml:3778
 #, no-c-format
 msgid ""
 "Do not use this function with invalid geometries. You will get unexpected "
@@ -1893,8 +1894,8 @@ msgstr ""
 #. Tag: para
 #: reference_measure.xml:1106 reference_measure.xml:1341
 #: reference_measure.xml:1416 reference_measure.xml:1772
-#: reference_measure.xml:2619 reference_measure.xml:3043
-#: reference_measure.xml:3716
+#: reference_measure.xml:2689 reference_measure.xml:3113
+#: reference_measure.xml:3786
 #, no-c-format
 msgid ""
 "NOTE: this is the \"allowable\" version that returns a boolean, not an "
@@ -1941,21 +1942,21 @@ msgid "<varname>LINESTRING</varname> / <varname>MULTIPOINT</varname>"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:1142 reference_measure.xml:3658
+#: reference_measure.xml:1142 reference_measure.xml:3728
 #, no-c-format
 msgid "<varname>POLYGON</varname> / <varname>POINT</varname>"
 msgstr ""
 
 #. Tag: para
 #: reference_measure.xml:1153 reference_measure.xml:1193
-#: reference_measure.xml:3627
+#: reference_measure.xml:3697
 #, no-c-format
 msgid "<varname>POLYGON</varname> / <varname>LINESTRING</varname>"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:1163 reference_measure.xml:3080
-#: reference_measure.xml:3607 reference_measure.xml:3617
+#: reference_measure.xml:1163 reference_measure.xml:3150
+#: reference_measure.xml:3677 reference_measure.xml:3687
 #, no-c-format
 msgid "<varname>POLYGON</varname> / <varname>POLYGON</varname>"
 msgstr ""
@@ -2206,7 +2207,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:1337 reference_measure.xml:3701
+#: reference_measure.xml:1337 reference_measure.xml:3771
 #, no-c-format
 msgid ""
 "Enhanced: 2.3.0 Enhancement to PIP short-circuit for geometry extended to "
@@ -2465,7 +2466,7 @@ msgid "&sqlmm_compliant; SQL-MM 3: 5.1.29"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:1524 reference_measure.xml:3052
+#: reference_measure.xml:1524 reference_measure.xml:3122
 #, no-c-format
 msgid "The following illustrations all return <varname>TRUE</varname>."
 msgstr ""
@@ -2489,8 +2490,8 @@ msgid "<varname>LINESTRING</varname> / <varname>POLYGON</varname>"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:1568 reference_measure.xml:3072
-#: reference_measure.xml:3638 reference_measure.xml:3648
+#: reference_measure.xml:1568 reference_measure.xml:3142
+#: reference_measure.xml:3708 reference_measure.xml:3718
 #, no-c-format
 msgid "<varname>LINESTRING</varname> / <varname>LINESTRING</varname>"
 msgstr ""
@@ -2849,7 +2850,7 @@ msgid "&sqlmm_compliant; SQL-MM 3: 5.1.23"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:1843 reference_measure.xml:2540
+#: reference_measure.xml:1843 reference_measure.xml:2610
 #, no-c-format
 msgid "&curve_support;"
 msgstr ""
@@ -2925,8 +2926,8 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_measure.xml:1858 reference_measure.xml:2633
-#: reference_measure.xml:2687
+#: reference_measure.xml:1858 reference_measure.xml:2703
+#: reference_measure.xml:2757
 #, no-c-format
 msgid "Geography Examples"
 msgstr ""
@@ -3148,7 +3149,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2033
+#: reference_measure.xml:2033 reference_measure.xml:2099
 #, no-c-format
 msgid ""
 "The current implementation supports only vertices as the discrete locations. "
@@ -3219,13 +3220,103 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2061
+#: reference_measure.xml:2066
+#, no-c-format
+msgid "ST_FrechetDistance"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_measure.xml:2068
+#, no-c-format
+msgid ""
+"Returns the Fréchet distance between two geometries. This is a measure of "
+"similarity between curves that takes into account the location and ordering "
+"of the points along the curves. Units are in the units of the spatial "
+"reference system of the geometries."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_measure.xml:2074
+#, no-c-format
+msgid ""
+"<funcdef>float <function>ST_FrechetDistance</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>g1</parameter></paramdef> "
+"<paramdef><type>geometry </type> <parameter>g2</parameter></paramdef> "
+"<paramdef><type>float</type> <parameter>densifyFrac = -1</parameter></"
+"paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_measure.xml:2092
+#, no-c-format
+msgid ""
+"Implements algorithm for computing the Fréchet distance restricted to "
+"discrete points for both geometries, based on <ulink url=\"http://www.kr."
+"tuwien.ac.at/staff/eiter/et-archive/cdtr9464.pdf\">Computing Discrete "
+"Fréchet Distance</ulink>. The Fréchet distance is a measure of similarity "
+"between curves that takes into account the location and ordering of the "
+"points along the curves. Therefore it is often better than the Hausdorff "
+"distance."
+msgstr ""
+
+#. Tag: para
+#: reference_measure.xml:2094
+#, no-c-format
+msgid ""
+"When the optional densifyFrac is specified, this function performs a segment "
+"densification before computing the discrete Fréchet distance. The "
+"densifyFrac parameter sets the fraction by which to densify each segment. "
+"Each segment will be split into a number of equal-length subsegments, whose "
+"fraction of the total length is closest to the given fraction."
+msgstr ""
+
+#. Tag: para
+#: reference_measure.xml:2104
+#, no-c-format
+msgid ""
+"The smaller densifyFrac we specify, the more acurate Fréchet distance we "
+"get. But, the computation time and the memory usage increase with the square "
+"of the number of subsegments."
+msgstr ""
+
+#. Tag: para
+#: reference_measure.xml:2108
+#, no-c-format
+msgid "Availability: 2.4.0 - requires GEOS &gt;= 3.7.0"
+msgstr ""
+
+#. Tag: programlisting
+#: reference_measure.xml:2114
+#, no-c-format
+msgid ""
+"postgres=# SELECT st_frechetdistance('LINESTRING (0 0, 100 0)'::geometry, "
+"'LINESTRING (0 0, 50 50, 100 0)'::geometry);\n"
+" st_frechetdistance\n"
+"--------------------\n"
+"   70.7106781186548\n"
+"(1 row)"
+msgstr ""
+
+#. Tag: programlisting
+#: reference_measure.xml:2115
+#, no-c-format
+msgid ""
+"SELECT st_frechetdistance('LINESTRING (0 0, 100 0)'::geometry, 'LINESTRING "
+"(0 0, 50 50, 100 0)'::geometry, 0.5);\n"
+" st_frechetdistance\n"
+"--------------------\n"
+"                 50\n"
+"(1 row)"
+msgstr ""
+
+#. Tag: refname
+#: reference_measure.xml:2127
 #, no-c-format
 msgid "ST_MaxDistance"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2063
+#: reference_measure.xml:2129
 #, no-c-format
 msgid ""
 "Returns the 2-dimensional largest distance between two geometries in "
@@ -3233,7 +3324,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2069
+#: reference_measure.xml:2135
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_MaxDistance</function></funcdef> "
@@ -3242,7 +3333,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2082
+#: reference_measure.xml:2148
 #, no-c-format
 msgid ""
 "Returns the 2-dimensional maximum distance between two geometries in "
@@ -3252,13 +3343,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2092
+#: reference_measure.xml:2158
 #, no-c-format
 msgid "Basic furthest distance the point is to any part of the line"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2093
+#: reference_measure.xml:2159
 #, no-c-format
 msgid ""
 "postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 "
@@ -3277,20 +3368,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2099
+#: reference_measure.xml:2165
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_LongestLine\"/>, <xref linkend=\"ST_DFullyWithin\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2105
+#: reference_measure.xml:2171
 #, no-c-format
 msgid "ST_DistanceSphere"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2107
+#: reference_measure.xml:2173
 #, no-c-format
 msgid ""
 "Returns minimum distance in meters between two lon/lat geometries. Uses a "
@@ -3300,7 +3391,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2116
+#: reference_measure.xml:2182
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_DistanceSphere</function></funcdef> "
@@ -3310,7 +3401,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2127
+#: reference_measure.xml:2193
 #, no-c-format
 msgid ""
 "Returns minimum distance in meters between two lon/lat points. Uses a "
@@ -3320,7 +3411,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2133 reference_measure.xml:2182
+#: reference_measure.xml:2199 reference_measure.xml:2248
 #, no-c-format
 msgid ""
 "Availability: 1.5 - support for other geometry types besides points was "
@@ -3328,14 +3419,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2134
+#: reference_measure.xml:2200
 #, no-c-format
 msgid ""
 "Changed: 2.2.0 In prior versions this used to be called ST_Distance_Sphere"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2141
+#: reference_measure.xml:2207
 #, no-c-format
 msgid ""
 "SELECT round(CAST(ST_DistanceSphere(ST_Centroid(the_geom), "
@@ -3360,19 +3451,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2148
+#: reference_measure.xml:2214
 #, no-c-format
 msgid ", <xref linkend=\"ST_Distance_Spheroid\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2154
+#: reference_measure.xml:2220
 #, no-c-format
 msgid "ST_DistanceSpheroid"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2156
+#: reference_measure.xml:2222
 #, no-c-format
 msgid ""
 "Returns the minimum distance between two lon/lat geometries given a "
@@ -3380,7 +3471,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2163
+#: reference_measure.xml:2229
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_DistanceSpheroid</function></funcdef> "
@@ -3391,7 +3482,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2175
+#: reference_measure.xml:2241
 #, no-c-format
 msgid ""
 "Returns minimum distance in meters between two lon/lat geometries given a "
@@ -3401,7 +3492,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2179
+#: reference_measure.xml:2245
 #, no-c-format
 msgid ""
 "This function currently does not look at the SRID of a geometry and will "
@@ -3410,14 +3501,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2183
+#: reference_measure.xml:2249
 #, no-c-format
 msgid ""
 "Changed: 2.2.0 In prior versions this used to be called ST_Distance_Spheroid"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2190
+#: reference_measure.xml:2256
 #, no-c-format
 msgid ""
 "SELECT round(CAST(\n"
@@ -3440,19 +3531,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2197
+#: reference_measure.xml:2263
 #, no-c-format
 msgid ", <xref linkend=\"ST_DistanceSphere\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2203
+#: reference_measure.xml:2269
 #, no-c-format
 msgid "ST_DFullyWithin"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2205
+#: reference_measure.xml:2271
 #, no-c-format
 msgid ""
 "Returns true if all of the geometries are within the specified distance of "
@@ -3460,7 +3551,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2211
+#: reference_measure.xml:2277
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_DFullyWithin</function></funcdef> "
@@ -3471,7 +3562,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2229
+#: reference_measure.xml:2295
 #, no-c-format
 msgid ""
 "Returns true if the geometries is fully within the specified distance of one "
@@ -3482,7 +3573,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2246
+#: reference_measure.xml:2312
 #, no-c-format
 msgid ""
 "postgis=# SELECT ST_DFullyWithin(geom_a, geom_b, 10) as DFullyWithin10, "
@@ -3498,19 +3589,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2252
+#: reference_measure.xml:2318
 #, no-c-format
 msgid ", <xref linkend=\"ST_DWithin\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2258
+#: reference_measure.xml:2324
 #, no-c-format
 msgid "ST_DWithin"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2260
+#: reference_measure.xml:2326
 #, no-c-format
 msgid ""
 "Returns true if the geometries are within the specified distance of one "
@@ -3521,7 +3612,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_measure.xml:2266
+#: reference_measure.xml:2332
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_DWithin</function></funcdef> "
@@ -3542,7 +3633,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2311
+#: reference_measure.xml:2377
 #, no-c-format
 msgid ""
 "Returns true if the geometries are within the specified distance of one "
@@ -3550,7 +3641,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2313
+#: reference_measure.xml:2379
 #, no-c-format
 msgid ""
 "For Geometries: The distance is specified in units defined by the spatial "
@@ -3560,7 +3651,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2318
+#: reference_measure.xml:2384
 #, no-c-format
 msgid ""
 "For geography units are in meters and measurement is defaulted to "
@@ -3569,7 +3660,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2328
+#: reference_measure.xml:2394
 #, no-c-format
 msgid ""
 "Prior to 1.3, ST_Expand was commonly used in conjunction with &amp;&amp; and "
@@ -3580,19 +3671,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2334
+#: reference_measure.xml:2400
 #, no-c-format
 msgid "Use ST_3DDWithin if you have 3D geometries."
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2337
+#: reference_measure.xml:2403
 #, no-c-format
 msgid "Availability: 1.5.0 support for geography was introduced"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2338
+#: reference_measure.xml:2404
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 improved speed for geography. See <ulink url=\"http://blog."
@@ -3601,13 +3692,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2339
+#: reference_measure.xml:2405
 #, no-c-format
 msgid "Enhanced: 2.1.0 support for curved geometries was introduced."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2344
+#: reference_measure.xml:2410
 #, no-c-format
 msgid ""
 "--Find the nearest hospital to each school\n"
@@ -3635,19 +3726,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2350
+#: reference_measure.xml:2416
 #, no-c-format
 msgid ", <xref linkend=\"ST_Expand\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2356
+#: reference_measure.xml:2422
 #, no-c-format
 msgid "ST_Equals"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2358
+#: reference_measure.xml:2424
 #, no-c-format
 msgid ""
 "Returns true if the given geometries represent the same geometry. "
@@ -3655,7 +3746,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2364
+#: reference_measure.xml:2430
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_Equals</function></funcdef> "
@@ -3664,7 +3755,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2375
+#: reference_measure.xml:2441
 #, no-c-format
 msgid ""
 "Returns TRUE if the given Geometries are \"spatially equal\". Use this for a "
@@ -3677,7 +3768,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2384
+#: reference_measure.xml:2450
 #, no-c-format
 msgid ""
 "This function will return false if either geometry is invalid except in the "
@@ -3685,19 +3776,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2387
+#: reference_measure.xml:2454
+#, no-c-format
+msgid "Do not call with a GEOMETRYCOLLECTION as an argument."
+msgstr ""
+
+#. Tag: para
+#: reference_measure.xml:2457
 #, no-c-format
 msgid "&sfs_compliant; s2.1.1.2"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2388
+#: reference_measure.xml:2458
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.24"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2389
+#: reference_measure.xml:2459
 #, no-c-format
 msgid ""
 "Changed: 2.2.0 Returns true even for invalid geometries if they are binary "
@@ -3705,7 +3802,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2395
+#: reference_measure.xml:2465
 #, no-c-format
 msgid ""
 "SELECT ST_Equals(ST_GeomFromText('LINESTRING(0 0, 10 10)'),\n"
@@ -3724,7 +3821,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2401
+#: reference_measure.xml:2471
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_OrderingEquals\"/>, <xref linkend=\"ST_Reverse\"/>, "
@@ -3732,19 +3829,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2408
+#: reference_measure.xml:2478
 #, no-c-format
 msgid "ST_GeometricMedian"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2412
+#: reference_measure.xml:2482
 #, no-c-format
 msgid "Returns the geometric median of a MultiPoint."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2419
+#: reference_measure.xml:2489
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function> ST_GeometricMedian </function> </funcdef> "
@@ -3756,7 +3853,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2469
+#: reference_measure.xml:2539
 #, no-c-format
 msgid ""
 "Computes the approximate geometric median of a MultiPoint geometry using the "
@@ -3772,13 +3869,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2485
+#: reference_measure.xml:2555
 #, no-c-format
 msgid "Availability: 2.3.0"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2498
+#: reference_measure.xml:2568
 #, no-c-format
 msgid ""
 "Comparison of the centroid (turquoise point) and geometric median (red "
@@ -3786,7 +3883,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2506
+#: reference_measure.xml:2576
 #, no-c-format
 msgid ""
 "WITH test AS (\n"
@@ -3802,13 +3899,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2519
+#: reference_measure.xml:2589
 #, no-c-format
 msgid "ST_HasArc"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2521
+#: reference_measure.xml:2591
 #, no-c-format
 msgid ""
 "<refpurpose>Returns true if a geometry or geometry collection contains a "
@@ -3816,7 +3913,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2526
+#: reference_measure.xml:2596
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_HasArc</function></funcdef> "
@@ -3824,7 +3921,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2536
+#: reference_measure.xml:2606
 #, no-c-format
 msgid ""
 "<para>Returns true if a geometry or geometry collection contains a circular "
@@ -3832,13 +3929,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2538
+#: reference_measure.xml:2608
 #, no-c-format
 msgid "Availability: 1.2.3?"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2547
+#: reference_measure.xml:2617
 #, no-c-format
 msgid ""
 "SELECT ST_HasArc(ST_Collect('LINESTRING(1 2, 3 4, 5 6)', 'CIRCULARSTRING(1 "
@@ -3849,19 +3946,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2554
+#: reference_measure.xml:2624
 #, no-c-format
 msgid ", <xref linkend=\"ST_LineToCurve\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2560
+#: reference_measure.xml:2630
 #, no-c-format
 msgid "<refname>ST_Intersects</refname>"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2562
+#: reference_measure.xml:2632
 #, no-c-format
 msgid ""
 "Returns TRUE if the Geometries/Geography \"spatially intersect in 2D\" - "
@@ -3871,7 +3968,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_measure.xml:2568
+#: reference_measure.xml:2638
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Intersects</function></"
@@ -3884,7 +3981,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2595
+#: reference_measure.xml:2665
 #, no-c-format
 msgid ""
 "If a geometry or geography shares any portion of space then they intersect. "
@@ -3893,7 +3990,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2602
+#: reference_measure.xml:2672
 #, no-c-format
 msgid ""
 "Do not call with a <varname>GEOMETRYCOLLECTION</varname> as an argument for "
@@ -3902,19 +3999,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2607
+#: reference_measure.xml:2677
 #, no-c-format
 msgid "Performed by the GEOS module (for geometry), geography is native"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2608
+#: reference_measure.xml:2678
 #, no-c-format
 msgid "Availability: 1.5 support for geography was introduced."
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2615
+#: reference_measure.xml:2685
 #, no-c-format
 msgid ""
 "For geography, this function has a distance tolerance of about 0.00001 "
@@ -3922,7 +4019,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2622
+#: reference_measure.xml:2692
 #, no-c-format
 msgid ""
 "&sfs_compliant; s2.1.1.2 //s2.1.13.3 - ST_Intersects(g1, g2 ) --&gt; Not "
@@ -3930,13 +4027,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2625
+#: reference_measure.xml:2695
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.27"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2630
+#: reference_measure.xml:2700
 #, no-c-format
 msgid ""
 "SELECT ST_Intersects('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::"
@@ -3954,7 +4051,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2634
+#: reference_measure.xml:2704
 #, no-c-format
 msgid ""
 "SELECT ST_Intersects(\n"
@@ -3970,19 +4067,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2638
+#: reference_measure.xml:2708
 #, no-c-format
 msgid ", <xref linkend=\"ST_Disjoint\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2643
+#: reference_measure.xml:2713
 #, no-c-format
 msgid "ST_Length"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2645
+#: reference_measure.xml:2715
 #, no-c-format
 msgid ""
 "Returns the 2D length of the geometry if it is a LineString or "
@@ -3991,7 +4088,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_measure.xml:2648
+#: reference_measure.xml:2718
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float <function>ST_Length</function></funcdef> "
@@ -4004,7 +4101,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2663
+#: reference_measure.xml:2733
 #, no-c-format
 msgid ""
 "For geometry: Returns the 2D Cartesian length of the geometry if it is a "
@@ -4015,7 +4112,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2666
+#: reference_measure.xml:2736
 #, no-c-format
 msgid ""
 "For geography types, the calculations are performed using the inverse "
@@ -4026,7 +4123,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2670
+#: reference_measure.xml:2740
 #, no-c-format
 msgid ""
 "Currently for geometry this is an alias for ST_Length2D, but this may change "
@@ -4034,7 +4131,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2671
+#: reference_measure.xml:2741
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 Breaking change -- in prior versions applying this to a MULTI/"
@@ -4045,7 +4142,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2673
+#: reference_measure.xml:2743
 #, no-c-format
 msgid ""
 "For geography measurement defaults spheroid measurement. To use the faster "
@@ -4053,25 +4150,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2674 reference_measure.xml:3131
+#: reference_measure.xml:2744 reference_measure.xml:3201
 #, no-c-format
 msgid "&sfs_compliant; s2.1.5.1"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2675
+#: reference_measure.xml:2745
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 7.1.2, 9.3.4"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2676
+#: reference_measure.xml:2746
 #, no-c-format
 msgid "Availability: 1.5.0 geography support was introduced in 1.5."
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2682
+#: reference_measure.xml:2752
 #, no-c-format
 msgid ""
 "Return length in feet for line string. Note this is in feet because "
@@ -4079,7 +4176,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2684
+#: reference_measure.xml:2754
 #, no-c-format
 msgid ""
 "SELECT ST_Length(ST_GeomFromText('LINESTRING(743238 2967416,743238 "
@@ -4104,13 +4201,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2688
+#: reference_measure.xml:2758
 #, no-c-format
 msgid "Return length of WGS 84 geography line"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2689
+#: reference_measure.xml:2759
 #, no-c-format
 msgid ""
 "-- default calculation is using a sphere rather than spheroid\n"
@@ -4126,7 +4223,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2693
+#: reference_measure.xml:2763
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_GeomFromEWKT\"/>, <xref linkend=\"ST_Length_Spheroid\"/"
@@ -4134,13 +4231,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2699
+#: reference_measure.xml:2769
 #, no-c-format
 msgid "ST_Length2D"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2701
+#: reference_measure.xml:2771
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the 2-dimensional length of the geometry if it is a "
@@ -4149,7 +4246,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2707
+#: reference_measure.xml:2777
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_Length2D</function></funcdef> "
@@ -4158,7 +4255,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2717
+#: reference_measure.xml:2787
 #, no-c-format
 msgid ""
 "<para>Returns the 2-dimensional length of the geometry if it is a linestring "
@@ -4166,19 +4263,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2726
+#: reference_measure.xml:2796
 #, no-c-format
 msgid ", <xref linkend=\"ST_3DLength\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2732
+#: reference_measure.xml:2802
 #, no-c-format
 msgid "ST_3DLength"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2734
+#: reference_measure.xml:2804
 #, no-c-format
 msgid ""
 "Returns the 3-dimensional or 2-dimensional length of the geometry if it is a "
@@ -4186,7 +4283,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2740
+#: reference_measure.xml:2810
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_3DLength</function></funcdef> "
@@ -4195,7 +4292,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2750
+#: reference_measure.xml:2820
 #, no-c-format
 msgid ""
 "Returns the 3-dimensional or 2-dimensional length of the geometry if it is a "
@@ -4204,13 +4301,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2753
+#: reference_measure.xml:2823
 #, no-c-format
 msgid "Changed: 2.0.0 In prior versions this used to be called ST_Length3D"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2760
+#: reference_measure.xml:2830
 #, no-c-format
 msgid ""
 "Return length in feet for a 3D cable. Note this is in feet because EPSG:2249 "
@@ -4218,7 +4315,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2762
+#: reference_measure.xml:2832
 #, no-c-format
 msgid ""
 "SELECT ST_3DLength(ST_GeomFromText('LINESTRING(743238 2967416 1,743238 "
@@ -4230,19 +4327,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2769
+#: reference_measure.xml:2839
 #, no-c-format
 msgid ", <xref linkend=\"ST_Length2D\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2775
+#: reference_measure.xml:2845
 #, no-c-format
 msgid "ST_LengthSpheroid"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2777
+#: reference_measure.xml:2847
 #, no-c-format
 msgid ""
 "Calculates the 2D or 3D length/perimeter of a geometry on an ellipsoid. This "
@@ -4251,7 +4348,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2784
+#: reference_measure.xml:2854
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_LengthSpheroid</function></funcdef> "
@@ -4261,7 +4358,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2795
+#: reference_measure.xml:2865
 #, no-c-format
 msgid ""
 "Calculates the length/perimeter of a geometry on an ellipsoid. This is "
@@ -4271,26 +4368,26 @@ msgid ""
 msgstr ""
 
 #. Tag: literallayout
-#: reference_measure.xml:2801 reference_measure.xml:2852
+#: reference_measure.xml:2871 reference_measure.xml:2922
 #, no-c-format
 msgid ""
 "SPHEROID[&lt;NAME&gt;,&lt;SEMI-MAJOR AXIS&gt;,&lt;INVERSE FLATTENING&gt;]"
 msgstr ""
 
 #. Tag: literallayout
-#: reference_measure.xml:2803 reference_measure.xml:2854
+#: reference_measure.xml:2873 reference_measure.xml:2924
 #, no-c-format
 msgid "SPHEROID[\"GRS_1980\",6378137,298.257222101]"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2805
+#: reference_measure.xml:2875
 #, no-c-format
 msgid "Availability: 1.2.2"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2806
+#: reference_measure.xml:2876
 #, no-c-format
 msgid ""
 "Changed: 2.2.0 In prior versions this used to be called ST_Length_Spheroid "
@@ -4298,7 +4395,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2813
+#: reference_measure.xml:2883
 #, no-c-format
 msgid ""
 "SELECT ST_LengthSpheroid( geometry_column,\n"
@@ -4333,19 +4430,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2820
+#: reference_measure.xml:2890
 #, no-c-format
 msgid ", <xref linkend=\"ST_Length\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2826
+#: reference_measure.xml:2896
 #, no-c-format
 msgid "ST_Length2D_Spheroid"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2828
+#: reference_measure.xml:2898
 #, no-c-format
 msgid ""
 "Calculates the 2D length/perimeter of a geometry on an ellipsoid. This is "
@@ -4354,7 +4451,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2835
+#: reference_measure.xml:2905
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_Length2D_Spheroid</function></funcdef> "
@@ -4364,7 +4461,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2846
+#: reference_measure.xml:2916
 #, no-c-format
 msgid ""
 "Calculates the 2D length/perimeter of a geometry on an ellipsoid. This is "
@@ -4374,7 +4471,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2855
+#: reference_measure.xml:2925
 #, no-c-format
 msgid ""
 "This is much like <xref linkend=\"ST_Length_Spheroid\"/> except it will "
@@ -4382,7 +4479,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2862
+#: reference_measure.xml:2932
 #, no-c-format
 msgid ""
 "SELECT ST_Length2D_Spheroid( geometry_column,\n"
@@ -4417,19 +4514,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2869
+#: reference_measure.xml:2939
 #, no-c-format
 msgid ", <xref linkend=\"ST_Length_Spheroid\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2875
+#: reference_measure.xml:2945
 #, no-c-format
 msgid "ST_LongestLine"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2877
+#: reference_measure.xml:2947
 #, no-c-format
 msgid ""
 "Returns the 2-dimensional longest line points of two geometries. The "
@@ -4440,7 +4537,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2885
+#: reference_measure.xml:2955
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_LongestLine</function></funcdef> "
@@ -4449,20 +4546,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2900
+#: reference_measure.xml:2970
 #, no-c-format
 msgid ""
 "Returns the 2-dimensional longest line between the points of two geometries."
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2918
+#: reference_measure.xml:2988
 #, no-c-format
 msgid "Longest line between point and line"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2921
+#: reference_measure.xml:2991
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -4477,13 +4574,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2929
+#: reference_measure.xml:2999
 #, no-c-format
 msgid "longest line between polygon and polygon"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2932
+#: reference_measure.xml:3002
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -4500,7 +4597,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2948
+#: reference_measure.xml:3018
 #, no-c-format
 msgid ""
 "longest straight distance to travel from one part of an elegant city to the "
@@ -4508,7 +4605,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:2952
+#: reference_measure.xml:3022
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_LongestLine(c.the_geom, c.the_geom)) As llinewkt,\n"
@@ -4527,20 +4624,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2963
+#: reference_measure.xml:3033
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_ShortestLine\"/>, <xref linkend=\"ST_LongestLine\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:2969
+#: reference_measure.xml:3039
 #, no-c-format
 msgid "ST_OrderingEquals"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:2971
+#: reference_measure.xml:3041
 #, no-c-format
 msgid ""
 "Returns true if the given geometries represent the same geometry and points "
@@ -4548,7 +4645,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:2977
+#: reference_measure.xml:3047
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_OrderingEquals</function></funcdef> "
@@ -4557,7 +4654,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2988
+#: reference_measure.xml:3058
 #, no-c-format
 msgid ""
 "ST_OrderingEquals compares two geometries and returns t (TRUE) if the "
@@ -4566,7 +4663,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2993
+#: reference_measure.xml:3063
 #, no-c-format
 msgid ""
 "This function is implemented as per the ArcSDE SQL specification rather than "
@@ -4575,13 +4672,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:2997
+#: reference_measure.xml:3067
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.43"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3003
+#: reference_measure.xml:3073
 #, no-c-format
 msgid ""
 "SELECT ST_OrderingEquals(ST_GeomFromText('LINESTRING(0 0, 10 10)'),\n"
@@ -4608,19 +4705,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3007
+#: reference_measure.xml:3077
 #, no-c-format
 msgid ", <xref linkend=\"ST_Reverse\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3013
+#: reference_measure.xml:3083
 #, no-c-format
 msgid "ST_Overlaps"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3015
+#: reference_measure.xml:3085
 #, no-c-format
 msgid ""
 "Returns TRUE if the Geometries share space, are of the same dimension, but "
@@ -4628,7 +4725,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3020
+#: reference_measure.xml:3090
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_Overlaps</function></funcdef> "
@@ -4637,7 +4734,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3031
+#: reference_measure.xml:3101
 #, no-c-format
 msgid ""
 "Returns TRUE if the Geometries \"spatially overlap\". By that we mean they "
@@ -4645,14 +4742,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3036 reference_measure.xml:3364
-#: reference_measure.xml:3378
+#: reference_measure.xml:3106 reference_measure.xml:3434
+#: reference_measure.xml:3448
 #, no-c-format
 msgid "Do not call with a GeometryCollection as an argument"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3038
+#: reference_measure.xml:3108
 #, no-c-format
 msgid ""
 "This function call will automatically include a bounding box comparison that "
@@ -4661,26 +4758,26 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3046 reference_measure.xml:3384
-#: reference_measure.xml:3589
+#: reference_measure.xml:3116 reference_measure.xml:3454
+#: reference_measure.xml:3659
 #, no-c-format
 msgid "&sfs_compliant; s2.1.1.2 // s2.1.13.3"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3047
+#: reference_measure.xml:3117
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.32"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3063
+#: reference_measure.xml:3133
 #, no-c-format
 msgid "<varname>MULTIPOINT</varname> / <varname>MULTIPOINT</varname>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3087
+#: reference_measure.xml:3157
 #, no-c-format
 msgid ""
 "--a point on a line is contained by the line and is of a lower dimension, "
@@ -4739,7 +4836,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3095
+#: reference_measure.xml:3165
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Crosses\"/>, <xref linkend=\"ST_Dimension\"/>, <xref "
@@ -4747,13 +4844,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3100
+#: reference_measure.xml:3170
 #, no-c-format
 msgid "ST_Perimeter"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3102
+#: reference_measure.xml:3172
 #, no-c-format
 msgid ""
 "Return the length measurement of the boundary of an ST_Surface or "
@@ -4762,7 +4859,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_measure.xml:3106
+#: reference_measure.xml:3176
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float <function>ST_Perimeter</function></funcdef> "
@@ -4774,7 +4871,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3122
+#: reference_measure.xml:3192
 #, no-c-format
 msgid ""
 "Returns the 2D perimeter of the geometry/geography if it is a ST_Surface, "
@@ -4785,7 +4882,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3125
+#: reference_measure.xml:3195
 #, no-c-format
 msgid ""
 "For geography types, the calculations are performed using the inverse "
@@ -4796,7 +4893,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3129
+#: reference_measure.xml:3199
 #, no-c-format
 msgid ""
 "Currently this is an alias for ST_Perimeter2D, but this may change to "
@@ -4804,25 +4901,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3132
+#: reference_measure.xml:3202
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 8.1.3, 9.5.4"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3133
+#: reference_measure.xml:3203
 #, no-c-format
 msgid "Availability 2.0.0: Support for geography was introduced"
 msgstr ""
 
 #. Tag: title
-#: reference_measure.xml:3137
+#: reference_measure.xml:3207
 #, no-c-format
 msgid "Examples: Geometry"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3138
+#: reference_measure.xml:3208
 #, no-c-format
 msgid ""
 "Return perimeter in feet for Polygon and MultiPolygon. Note this is in feet "
@@ -4830,7 +4927,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3140
+#: reference_measure.xml:3210
 #, no-c-format
 msgid ""
 "SELECT ST_Perimeter(ST_GeomFromText('POLYGON((743238 2967416,743238 "
@@ -4860,13 +4957,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_measure.xml:3143
+#: reference_measure.xml:3213
 #, no-c-format
 msgid "Examples: Geography"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3144
+#: reference_measure.xml:3214
 #, no-c-format
 msgid ""
 "Return perimeter in meters and feet for Polygon and MultiPolygon. Note this "
@@ -4874,7 +4971,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3145
+#: reference_measure.xml:3215
 #, no-c-format
 msgid ""
 "SELECT  ST_Perimeter(geog) As per_meters, ST_Perimeter(geog)/0.3048 As "
@@ -4912,19 +5009,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3149
+#: reference_measure.xml:3219
 #, no-c-format
 msgid ", <xref linkend=\"ST_GeomFromText\"/>, <xref linkend=\"ST_Length\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3155
+#: reference_measure.xml:3225
 #, no-c-format
 msgid "ST_Perimeter2D"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3157
+#: reference_measure.xml:3227
 #, no-c-format
 msgid ""
 "Returns the 2-dimensional perimeter of the geometry, if it is a polygon or "
@@ -4932,7 +5029,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3163
+#: reference_measure.xml:3233
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_Perimeter2D</function></funcdef> "
@@ -4940,7 +5037,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3173
+#: reference_measure.xml:3243
 #, no-c-format
 msgid ""
 "Returns the 2-dimensional perimeter of the geometry, if it is a polygon or "
@@ -4948,7 +5045,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3178
+#: reference_measure.xml:3248
 #, no-c-format
 msgid ""
 "This is currently an alias for ST_Perimeter. In future versions ST_Perimeter "
@@ -4957,13 +5054,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3192
+#: reference_measure.xml:3262
 #, no-c-format
 msgid "ST_3DPerimeter"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3194
+#: reference_measure.xml:3264
 #, no-c-format
 msgid ""
 "Returns the 3-dimensional perimeter of the geometry, if it is a polygon or "
@@ -4971,7 +5068,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3200
+#: reference_measure.xml:3270
 #, no-c-format
 msgid ""
 "<funcdef>float <function>ST_3DPerimeter</function></funcdef> "
@@ -4979,7 +5076,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3210
+#: reference_measure.xml:3280
 #, no-c-format
 msgid ""
 "Returns the 3-dimensional perimeter of the geometry, if it is a polygon or "
@@ -4988,13 +5085,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3213
+#: reference_measure.xml:3283
 #, no-c-format
 msgid "Changed: 2.0.0 In prior versions this used to be called ST_Perimeter3D"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3219
+#: reference_measure.xml:3289
 #, no-c-format
 msgid ""
 "Perimeter of a slightly elevated polygon in the air in Massachusetts state "
@@ -5002,7 +5099,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3220
+#: reference_measure.xml:3290
 #, no-c-format
 msgid ""
 "SELECT ST_3DPerimeter(the_geom), ST_Perimeter2d(the_geom), "
@@ -5017,25 +5114,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3227
+#: reference_measure.xml:3297
 #, no-c-format
 msgid ", <xref linkend=\"ST_Perimeter\"/>, <xref linkend=\"ST_Perimeter2D\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3233
+#: reference_measure.xml:3303
 #, no-c-format
 msgid "ST_PointOnSurface"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3235
+#: reference_measure.xml:3305
 #, no-c-format
 msgid "Returns a <varname>POINT</varname> guaranteed to lie on the surface."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3240
+#: reference_measure.xml:3310
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PointOnSurface</function></funcdef> "
@@ -5043,19 +5140,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3252
+#: reference_measure.xml:3322
 #, no-c-format
 msgid "Returns a <varname>POINT</varname> guaranteed to intersect a surface."
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3254
+#: reference_measure.xml:3324
 #, no-c-format
 msgid "&sfs_compliant; s3.2.14.2 // s3.2.18.2"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3255
+#: reference_measure.xml:3325
 #, no-c-format
 msgid ""
 "&sqlmm_compliant; SQL-MM 3: 8.1.5, 9.5.6. According to the specs, "
@@ -5067,7 +5164,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3264
+#: reference_measure.xml:3334
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_PointOnSurface('POINT(0 5)'::geometry));\n"
@@ -5098,19 +5195,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3270
+#: reference_measure.xml:3340
 #, no-c-format
 msgid ", <xref linkend=\"ST_Point_Inside_Circle\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3276
+#: reference_measure.xml:3346
 #, no-c-format
 msgid "ST_Project"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3278
+#: reference_measure.xml:3348
 #, no-c-format
 msgid ""
 "Returns a <varname>POINT</varname> projected from a start point using a "
@@ -5118,7 +5215,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3283
+#: reference_measure.xml:3353
 #, no-c-format
 msgid ""
 "<funcdef>geography <function>ST_Project</function></funcdef> "
@@ -5128,7 +5225,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3299
+#: reference_measure.xml:3369
 #, no-c-format
 msgid ""
 "Returns a <varname>POINT</varname> projected along a geodesic from a start "
@@ -5137,7 +5234,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3300
+#: reference_measure.xml:3370
 #, no-c-format
 msgid ""
 "The azimuth is sometimes called the heading or the bearing in navigation. It "
@@ -5147,13 +5244,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3301
+#: reference_measure.xml:3371
 #, no-c-format
 msgid "The distance is given in meters."
 msgstr ""
 
 #. Tag: title
-#: reference_measure.xml:3308
+#: reference_measure.xml:3378
 #, no-c-format
 msgid ""
 "Example: Using degrees - projected point 100,000 meters and bearing 45 "
@@ -5161,7 +5258,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3310
+#: reference_measure.xml:3380
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Project('POINT(0 0)'::geography, 100000, "
@@ -5174,7 +5271,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3316
+#: reference_measure.xml:3386
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Distance\"/>, <ulink url=\"http://www.postgresql.org/"
@@ -5183,13 +5280,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3322
+#: reference_measure.xml:3392
 #, no-c-format
 msgid "ST_Relate"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3324
+#: reference_measure.xml:3394
 #, no-c-format
 msgid ""
 "Returns true if this Geometry is spatially related to anotherGeometry, by "
@@ -5200,7 +5297,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_measure.xml:3332
+#: reference_measure.xml:3402
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Relate</function></funcdef> "
@@ -5219,7 +5316,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3358
+#: reference_measure.xml:3428
 #, no-c-format
 msgid ""
 "Version 1: Takes geomA, geomB, intersectionMatrix and Returns 1 (TRUE) if "
@@ -5230,7 +5327,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3363
+#: reference_measure.xml:3433
 #, no-c-format
 msgid ""
 "This is especially useful for testing compound checks of intersection, "
@@ -5238,7 +5335,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3366
+#: reference_measure.xml:3436
 #, no-c-format
 msgid ""
 "This is the \"allowable\" version that returns a boolean, not an integer. "
@@ -5246,7 +5343,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3369
+#: reference_measure.xml:3439
 #, no-c-format
 msgid ""
 "This DOES NOT automagically include an index call. The reason for that is "
@@ -5255,14 +5352,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3374
+#: reference_measure.xml:3444
 #, no-c-format
 msgid ""
 "Version 2: Takes geomA and geomB and returns the <xref linkend=\"DE-9IM\"/>"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3376
+#: reference_measure.xml:3446
 #, no-c-format
 msgid ""
 "Version 3: same as version 2, but allows to specify a boundary node rule (1:"
@@ -5270,19 +5367,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3380
+#: reference_measure.xml:3450
 #, no-c-format
 msgid "not in OGC spec, but implied. see s2.1.13.2"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3385
+#: reference_measure.xml:3455
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.25"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3386
+#: reference_measure.xml:3456
 #, no-c-format
 msgid ""
 "Enhanced: 2.0.0 - added support for specifying boundary node rule (requires "
@@ -5290,7 +5387,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3393
+#: reference_measure.xml:3463
 #, no-c-format
 msgid ""
 "--Find all compounds that intersect and not touch a poly (interior "
@@ -5328,7 +5425,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3400
+#: reference_measure.xml:3470
 #, no-c-format
 msgid ""
 ", <xref linkend=\"DE-9IM\"/>, <xref linkend=\"ST_Disjoint\"/>, <xref linkend="
@@ -5336,13 +5433,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3406
+#: reference_measure.xml:3476
 #, no-c-format
 msgid "ST_RelateMatch"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3408
+#: reference_measure.xml:3478
 #, no-c-format
 msgid ""
 "Returns true if intersectionMattrixPattern1 implies "
@@ -5350,7 +5447,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3413
+#: reference_measure.xml:3483
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_RelateMatch</function></funcdef> "
@@ -5360,7 +5457,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3424
+#: reference_measure.xml:3494
 #, no-c-format
 msgid ""
 "Takes intersectionMatrix and intersectionMatrixPattern and Returns true if "
@@ -5369,13 +5466,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3427
+#: reference_measure.xml:3497
 #, no-c-format
 msgid "Availability: 2.0.0 - requires GEOS &gt;= 3.3.0."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3433
+#: reference_measure.xml:3503
 #, no-c-format
 msgid ""
 "SELECT ST_RelateMatch('101202FFF', 'TTTTTTFFF') ;\n"
@@ -5398,25 +5495,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3439
+#: reference_measure.xml:3509
 #, no-c-format
 msgid ", <xref linkend=\"ST_Relate\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3445
+#: reference_measure.xml:3515
 #, no-c-format
 msgid "ST_ShortestLine"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3447
+#: reference_measure.xml:3517
 #, no-c-format
 msgid "Returns the 2-dimensional shortest line between two geometries"
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3452
+#: reference_measure.xml:3522
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_ShortestLine</function></funcdef> "
@@ -5425,7 +5522,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3467
+#: reference_measure.xml:3537
 #, no-c-format
 msgid ""
 "Returns the 2-dimensional shortest line between two geometries. The function "
@@ -5440,13 +5537,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3491
+#: reference_measure.xml:3561
 #, no-c-format
 msgid "Shortest line between point and linestring"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3494
+#: reference_measure.xml:3564
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -5461,13 +5558,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3502
+#: reference_measure.xml:3572
 #, no-c-format
 msgid "shortest line between polygon and polygon"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3505
+#: reference_measure.xml:3575
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -5483,7 +5580,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3517
+#: reference_measure.xml:3587
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Distance\"/>, <xref linkend=\"ST_LongestLine\"/>, <xref "
@@ -5491,13 +5588,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3523
+#: reference_measure.xml:3593
 #, no-c-format
 msgid "ST_Touches"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3525
+#: reference_measure.xml:3595
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if the geometries have at least one point in "
@@ -5505,7 +5602,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3531
+#: reference_measure.xml:3601
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_Touches</function></funcdef> "
@@ -5514,7 +5611,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3546
+#: reference_measure.xml:3616
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if the only points in common between "
@@ -5526,37 +5623,37 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3553
+#: reference_measure.xml:3623
 #, no-c-format
 msgid "In mathematical terms, this predicate is expressed as:"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3563
+#: reference_measure.xml:3633
 #, no-c-format
 msgid "The allowable DE-9IM Intersection Matrices for the two geometries are:"
 msgstr ""
 
 #. Tag: markup
-#: reference_measure.xml:3567
+#: reference_measure.xml:3637
 #, no-c-format
 msgid "FT*******"
 msgstr ""
 
 #. Tag: markup
-#: reference_measure.xml:3571
+#: reference_measure.xml:3641
 #, no-c-format
 msgid "F**T*****"
 msgstr ""
 
 #. Tag: markup
-#: reference_measure.xml:3575
+#: reference_measure.xml:3645
 #, no-c-format
 msgid "F***T****"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3584
+#: reference_measure.xml:3654
 #, no-c-format
 msgid ""
 "This function call will automatically include a bounding box comparison that "
@@ -5565,13 +5662,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3590
+#: reference_measure.xml:3660
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.28"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3596
+#: reference_measure.xml:3666
 #, no-c-format
 msgid ""
 "The <function>ST_Touches</function> predicate returns <varname>TRUE</"
@@ -5579,7 +5676,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3666
+#: reference_measure.xml:3736
 #, no-c-format
 msgid ""
 "SELECT ST_Touches('LINESTRING(0 0, 1 1, 0 2)'::geometry, 'POINT(1 1)'::"
@@ -5598,19 +5695,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_measure.xml:3672
+#: reference_measure.xml:3742
 #, no-c-format
 msgid "ST_Within"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_measure.xml:3674
+#: reference_measure.xml:3744
 #, no-c-format
 msgid "Returns true if the geometry A is completely inside geometry B"
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_measure.xml:3679
+#: reference_measure.xml:3749
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_Within</function></funcdef> "
@@ -5619,7 +5716,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3694
+#: reference_measure.xml:3764
 #, no-c-format
 msgid ""
 "Returns TRUE if geometry A is completely inside geometry B. For this "
@@ -5630,7 +5727,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3711
+#: reference_measure.xml:3781
 #, no-c-format
 msgid ""
 "This function call will automatically include a bounding box comparison that "
@@ -5639,19 +5736,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3719
+#: reference_measure.xml:3789
 #, no-c-format
 msgid "&sfs_compliant; s2.1.1.2 // s2.1.13.3 - a.Relate(b, 'T*F**F***')"
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3722
+#: reference_measure.xml:3792
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.30"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_measure.xml:3727
+#: reference_measure.xml:3797
 #, no-c-format
 msgid ""
 "--a circle within a circle\n"
@@ -5675,7 +5772,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_measure.xml:3738
+#: reference_measure.xml:3808
 #, no-c-format
 msgid ", <xref linkend=\"ST_Equals\"/>, <xref linkend=\"ST_IsValid\"/>"
 msgstr ""
index 26b5b987e9b01e6b8b3507f419cd608fd8ad7c8f..5d461ff0a7e6bc0c267d2593d241341564d1e07e 100644 (file)
@@ -1,13 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 #
 # Translators:
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
-"PO-Revision-Date: 2016-02-16 08:34+0000\n"
-"Last-Translator: georgersilva <georger.silva@gmail.com>\n"
+"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"PO-Revision-Date: 2017-05-31 16:03+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -26,7 +27,7 @@ msgstr ""
 #: reference_misc.xml:7
 #, no-c-format
 msgid "ST_Accum"
-msgstr ""
+msgstr "ST_Accum"
 
 #. Tag: refpurpose
 #: reference_misc.xml:9
@@ -50,7 +51,7 @@ msgstr ""
 #: reference_misc.xml:528
 #, no-c-format
 msgid "Description"
-msgstr ""
+msgstr "Descripción"
 
 #. Tag: para
 #: reference_misc.xml:24
@@ -104,7 +105,7 @@ msgstr ""
 #: reference_misc.xml:542
 #, no-c-format
 msgid "Examples"
-msgstr ""
+msgstr "Ejemplos"
 
 #. Tag: programlisting
 #: reference_misc.xml:36
@@ -141,7 +142,7 @@ msgstr ""
 #: reference_misc.xml:549
 #, no-c-format
 msgid "See Also"
-msgstr ""
+msgstr "Ver también"
 
 #. Tag: refname
 #: reference_misc.xml:49
@@ -251,7 +252,7 @@ msgstr ""
 #: reference_misc.xml:133
 #, no-c-format
 msgid "ST_EstimatedExtent"
-msgstr ""
+msgstr "ST_EstimatedExtent"
 
 #. Tag: refpurpose
 #: reference_misc.xml:135
@@ -322,7 +323,7 @@ msgstr ""
 #: reference_misc.xml:194
 #, no-c-format
 msgid "Availability: 1.0.0"
-msgstr ""
+msgstr "Disponibilidad: 1.0.0"
 
 #. Tag: para
 #: reference_misc.xml:195
@@ -347,7 +348,7 @@ msgstr ""
 #: reference_misc.xml:216
 #, no-c-format
 msgid "ST_Expand"
-msgstr ""
+msgstr "ST_Expand"
 
 #. Tag: refpurpose
 #: reference_misc.xml:217
@@ -504,7 +505,7 @@ msgstr ""
 #: reference_misc.xml:313
 #, no-c-format
 msgid "ST_Extent"
-msgstr ""
+msgstr "ST_Extent"
 
 #. Tag: refpurpose
 #: reference_misc.xml:314
@@ -569,7 +570,7 @@ msgstr ""
 #: reference_misc.xml:344
 #, no-c-format
 msgid "Availability: 1.4.0"
-msgstr ""
+msgstr "Disponibilidad: 1.4.0"
 
 #. Tag: para
 #: reference_misc.xml:355
@@ -622,7 +623,7 @@ msgstr ""
 #: reference_misc.xml:367
 #, no-c-format
 msgid "ST_3DExtent"
-msgstr ""
+msgstr "ST_3DExtent"
 
 #. Tag: refpurpose
 #: reference_misc.xml:368
@@ -703,7 +704,7 @@ msgstr ""
 #: reference_misc.xml:415
 #, no-c-format
 msgid "Find_SRID"
-msgstr ""
+msgstr "Find_SRID"
 
 #. Tag: refpurpose
 #: reference_misc.xml:417
@@ -750,7 +751,7 @@ msgstr ""
 #: reference_misc.xml:461
 #, no-c-format
 msgid "ST_MemSize"
-msgstr ""
+msgstr "ST_MemSize"
 
 #. Tag: refpurpose
 #: reference_misc.xml:463
@@ -855,7 +856,7 @@ msgstr ""
 #: reference_misc.xml:510
 #, no-c-format
 msgid "ST_PointInsideCircle"
-msgstr ""
+msgstr "ST_PointInsideCircle"
 
 #. Tag: refpurpose
 #: reference_misc.xml:512
@@ -895,7 +896,7 @@ msgstr ""
 #: reference_misc.xml:536
 #, no-c-format
 msgid "Availability: 1.2"
-msgstr ""
+msgstr "Disponibilidad: 1.2"
 
 #. Tag: para
 #: reference_misc.xml:537
index 97be5f5a97550e9408fbce904b4cca9a4f759d90..8806f20ef4930ece3f299c1cd62f559c83054241 100644 (file)
@@ -1,13 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 #
 # Translators:
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2017-01-28 07:02+0000\n"
-"PO-Revision-Date: 2015-09-29 12:24+0000\n"
-"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
+"PO-Revision-Date: 2017-05-31 15:56+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -20,13 +21,13 @@ msgstr ""
 #: reference_operator.xml:3
 #, no-c-format
 msgid "Operators"
-msgstr ""
+msgstr "Operadores"
 
 #. Tag: refname
 #: reference_operator.xml:6
 #, no-c-format
 msgid "&amp;&amp;"
-msgstr ""
+msgstr "&amp;&amp;"
 
 #. Tag: refpurpose
 #: reference_operator.xml:8
@@ -68,7 +69,7 @@ msgstr ""
 #: reference_operator.xml:1874
 #, no-c-format
 msgid "Description"
-msgstr ""
+msgstr "Descripción"
 
 #. Tag: para
 #: reference_operator.xml:52
@@ -149,7 +150,7 @@ msgstr ""
 #: reference_operator.xml:1712 reference_operator.xml:1769
 #, no-c-format
 msgid "Examples"
-msgstr ""
+msgstr "Ejemplos"
 
 #. Tag: programlisting
 #: reference_operator.xml:66
@@ -189,7 +190,7 @@ msgstr ""
 #: reference_operator.xml:1892
 #, no-c-format
 msgid "See Also"
-msgstr ""
+msgstr "Ver también"
 
 #. Tag: para
 #: reference_operator.xml:73
@@ -433,7 +434,7 @@ msgstr ""
 #: reference_operator.xml:301
 #, no-c-format
 msgid "Availability: 2.0.0"
-msgstr ""
+msgstr "Disponibilidad: 2.0.0"
 
 #. Tag: para
 #: reference_operator.xml:304 reference_operator.xml:366
index 86d767c2c6bb1c1afa95b0decc4e6c13be9723d9..9858c48fa59eac0bf7db7b692e8c372fca3b220b 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2015-09-29 12:24+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -59,7 +59,8 @@ msgstr ""
 #: reference_output.xml:207 reference_output.xml:283 reference_output.xml:384
 #: reference_output.xml:485 reference_output.xml:541 reference_output.xml:599
 #: reference_output.xml:671 reference_output.xml:715 reference_output.xml:781
-#: reference_output.xml:828 reference_output.xml:950
+#: reference_output.xml:828 reference_output.xml:950 reference_output.xml:995
+#: reference_output.xml:1035 reference_output.xml:1075
 #, no-c-format
 msgid "Description"
 msgstr ""
@@ -196,6 +197,8 @@ msgstr ""
 #: reference_output.xml:229 reference_output.xml:330 reference_output.xml:498
 #: reference_output.xml:572 reference_output.xml:628 reference_output.xml:690
 #: reference_output.xml:738 reference_output.xml:795 reference_output.xml:968
+#: reference_output.xml:1010 reference_output.xml:1051
+#: reference_output.xml:1098
 #, no-c-format
 msgid "Examples"
 msgstr ""
@@ -242,6 +245,7 @@ msgstr ""
 #: reference_output.xml:79 reference_output.xml:128 reference_output.xml:183
 #: reference_output.xml:236 reference_output.xml:454 reference_output.xml:576
 #: reference_output.xml:745 reference_output.xml:804 reference_output.xml:972
+#: reference_output.xml:1103
 #, no-c-format
 msgid "See Also"
 msgstr ""
@@ -2143,3 +2147,241 @@ msgid ""
 " c0w3h\n"
 "                ]]>"
 msgstr ""
+
+#. Tag: refname
+#: reference_output.xml:980
+#, no-c-format
+msgid "ST_AsGeobuf"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_output.xml:982
+#, no-c-format
+msgid "Return a Geobuf representation of a set of rows."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_output.xml:986
+#, no-c-format
+msgid ""
+"<funcdef>bytea <function>ST_AsGeobuf</function></funcdef> "
+"<paramdef><type>text </type> <parameter>geom_name</parameter></paramdef> "
+"<paramdef><type>anyelement </type> <parameter>row</parameter></paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:997
+#, no-c-format
+msgid ""
+"Return a Geobuf representation (<ulink url=\"https://github.com/mapbox/geobuf"
+"\">https://github.com/mapbox/geobuf</ulink>) of a set of rows corresponding "
+"to a FeatureCollection. Every input geometry is analyzed to determine "
+"maximum precision for optimal storage. Note that Geobuf in its current form "
+"cannot be streamed so the full output will be assembled in memory."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1003 reference_output.xml:1091
+#, no-c-format
+msgid ""
+"<varname>geom_name</varname> is the name of the geometry column in the row "
+"data."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1004 reference_output.xml:1092
+#, no-c-format
+msgid "<varname>row</varname> row data with at least a geometry column."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1006 reference_output.xml:1047
+#: reference_output.xml:1094
+#, no-c-format
+msgid "Availability: 2.4.0"
+msgstr ""
+
+#. Tag: programlisting
+#: reference_output.xml:1011
+#, no-c-format
+msgid ""
+"<![CDATA[encode(ST_AsGeobuf('geom', q), 'base64')\n"
+"    FROM (SELECT ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))') as geom) "
+"AS q;\n"
+" st_asgeobuf\n"
+"----------------------------------\n"
+" GAAiEAoOCgwIBBoIAAAAAgIAAAE=\n"
+"\n"
+"                ]]>"
+msgstr ""
+
+#. Tag: refname
+#: reference_output.xml:1017
+#, no-c-format
+msgid "ST_AsMVTGeom"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_output.xml:1019
+#, no-c-format
+msgid ""
+"Transform a geometry into the coordinate space of a <ulink url=\"https://www."
+"mapbox.com/vector-tiles/\">Mapbox Vector Tile</ulink>."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_output.xml:1023
+#, no-c-format
+msgid ""
+"<funcdef>geometry <function>ST_AsMVTGeom</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geom</parameter></paramdef> "
+"<paramdef><type>box2d </type> <parameter>bounds</parameter></paramdef> "
+"<paramdef><type>int4 </type> <parameter>extent</parameter></paramdef> "
+"<paramdef><type>int4 </type> <parameter>buffer</parameter></paramdef> "
+"<paramdef><type>bool </type> <parameter>clip_geom</parameter></paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1037
+#, no-c-format
+msgid ""
+"Transform a geometry into the coordinate space of a <ulink url=\"https://www."
+"mapbox.com/vector-tiles/\">Mapbox Vector Tile</ulink> of a set of rows "
+"corresponding to a Layer. Makes best effort to keep and even correct "
+"validity and might collapse geometry into a lower dimension in the process."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1041
+#, no-c-format
+msgid "<varname>geom</varname> is the geometry to transform."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1042
+#, no-c-format
+msgid ""
+"<varname>bounds</varname> is the geometric bounds of the tile contents "
+"without buffer."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1043
+#, no-c-format
+msgid ""
+"<varname>extent</varname> is the tile extent in tile coordinate space as "
+"defined by the <ulink url=\"https://www.mapbox.com/vector-tiles/"
+"specification/\">specification</ulink>. If NULL it will default to 4096."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1044
+#, no-c-format
+msgid ""
+"<varname>buffer</varname> is the buffer distance in tile coordinate space to "
+"optionally clip geometries. If NULL it will default to 0."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1045
+#, no-c-format
+msgid ""
+"<varname>clip_geom</varname> is a boolean to control if geometries should be "
+"clipped or encoded as is. If NULL it will default to true."
+msgstr ""
+
+#. Tag: programlisting
+#: reference_output.xml:1052
+#, no-c-format
+msgid ""
+"<![CDATA[SELECT ST_AsText(ST_AsMVTGeom(\n"
+"        ST_GeomFromText('POLYGON ((0 0, 10 0, 10 5, 0 -5, 0 0))'),\n"
+"        ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)),\n"
+"        4096, 0, false));\n"
+"                              st_astext\n"
+"--------------------------------------------------------------------\n"
+" MULTIPOLYGON(((5 4096,10 4096,10 4091,5 4096)),((5 4096,0 4096,0 4101,5 "
+"4096)))\n"
+"\n"
+"                ]]>"
+msgstr ""
+
+#. Tag: refname
+#: reference_output.xml:1058
+#, no-c-format
+msgid "ST_AsMVT"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_output.xml:1060
+#, no-c-format
+msgid ""
+"Return a <ulink url=\"https://www.mapbox.com/vector-tiles/\">Mapbox Vector "
+"Tile</ulink> representation of a set of rows."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_output.xml:1064
+#, no-c-format
+msgid ""
+"<funcdef>bytea <function>ST_AsMVT</function></funcdef> <paramdef><type>text "
+"</type> <parameter>name</parameter></paramdef> <paramdef><type>int4 </type> "
+"<parameter>extent</parameter></paramdef> <paramdef><type>text </type> "
+"<parameter>geom_name</parameter></paramdef> <paramdef><type>anyelement </"
+"type> <parameter>row</parameter></paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1077
+#, no-c-format
+msgid ""
+"Return a <ulink url=\"https://www.mapbox.com/vector-tiles/\">Mapbox Vector "
+"Tile</ulink> representation of a set of rows corresponding to a Layer. "
+"Multiple calls can be concatenated to a tile with multiple Layers. Geometry "
+"is assumed to be in tile coordinate space and valid as per <ulink url="
+"\"https://www.mapbox.com/vector-tiles/specification/\">specification</"
+"ulink>. Typically <xref linkend=\"ST_AsMVTGeom\"/> can be used to transform "
+"geometry into tile coordinate space. Other row data will be encoded as "
+"attributes."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1084
+#, no-c-format
+msgid ""
+"The <ulink url=\"https://www.mapbox.com/vector-tiles/\">Mapbox Vector Tile</"
+"ulink> format can store features with a different set of attributes per "
+"feature. To make use of this feature supply a JSONB column in the row data "
+"containing Json objects one level deep. The keys and values in the object "
+"will be parsed into feature attributes."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1089
+#, no-c-format
+msgid "<varname>name</varname> is the name of the Layer"
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1090
+#, no-c-format
+msgid ""
+"<varname>extent</varname> is the tile extent in screen space as defined by "
+"the specification. If NULL it will default to 4096."
+msgstr ""
+
+#. Tag: programlisting
+#: reference_output.xml:1099
+#, no-c-format
+msgid ""
+"<![CDATA[SELECT ST_AsMVT('test', 4096, 'geom', q) FROM (SELECT 1 AS c1,\n"
+"    ST_AsMVTGeom(ST_GeomFromText('POLYGON ((35 10, 45 45, 15 40, 10 20, 35 "
+"10), (20 30, 35 35, 30 20, 20 30))'),\n"
+"    ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)), 4096, 0, false) AS "
+"geom) AS q;\n"
+"                              st_asmvt\n"
+"--------------------------------------------------------------------\n"
+" \\x1a330a0474657374122112020000180322190946ec3f2214453b0a092832140f091d271a1e09091e13130f1a026331220228017802\n"
+"\n"
+"                ]]>"
+msgstr ""
index e638708e39a5f5d31cb493a0b0e79b8edd2409fb..77d3a3a03cfbecac8576c12e7bfd98ea658c5d84 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2015-09-29 12:24+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -74,23 +74,23 @@ msgstr ""
 #: reference_processing.xml:61 reference_processing.xml:235
 #: reference_processing.xml:314 reference_processing.xml:369
 #: reference_processing.xml:434 reference_processing.xml:583
-#: reference_processing.xml:651 reference_processing.xml:699
-#: reference_processing.xml:798 reference_processing.xml:878
-#: reference_processing.xml:936 reference_processing.xml:1005
-#: reference_processing.xml:1052 reference_processing.xml:1100
-#: reference_processing.xml:1183 reference_processing.xml:1248
-#: reference_processing.xml:1290 reference_processing.xml:1349
-#: reference_processing.xml:1396 reference_processing.xml:1450
-#: reference_processing.xml:1492 reference_processing.xml:1544
-#: reference_processing.xml:1598 reference_processing.xml:1752
-#: reference_processing.xml:1790 reference_processing.xml:1864
-#: reference_processing.xml:1918 reference_processing.xml:1974
-#: reference_processing.xml:2025 reference_processing.xml:2067
-#: reference_processing.xml:2109 reference_processing.xml:2165
-#: reference_processing.xml:2291 reference_processing.xml:2375
-#: reference_processing.xml:2458 reference_processing.xml:2513
-#: reference_processing.xml:2582 reference_processing.xml:2650
-#: reference_processing.xml:2740
+#: reference_processing.xml:658 reference_processing.xml:741
+#: reference_processing.xml:840 reference_processing.xml:920
+#: reference_processing.xml:978 reference_processing.xml:1047
+#: reference_processing.xml:1094 reference_processing.xml:1142
+#: reference_processing.xml:1225 reference_processing.xml:1290
+#: reference_processing.xml:1332 reference_processing.xml:1391
+#: reference_processing.xml:1438 reference_processing.xml:1492
+#: reference_processing.xml:1534 reference_processing.xml:1586
+#: reference_processing.xml:1640 reference_processing.xml:1794
+#: reference_processing.xml:1832 reference_processing.xml:1906
+#: reference_processing.xml:1960 reference_processing.xml:2016
+#: reference_processing.xml:2067 reference_processing.xml:2109
+#: reference_processing.xml:2151 reference_processing.xml:2207
+#: reference_processing.xml:2333 reference_processing.xml:2417
+#: reference_processing.xml:2500 reference_processing.xml:2555
+#: reference_processing.xml:2624 reference_processing.xml:2692
+#: reference_processing.xml:2782
 #, no-c-format
 msgid "Description"
 msgstr ""
@@ -162,7 +162,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:80 reference_processing.xml:1621
+#: reference_processing.xml:80 reference_processing.xml:1663
 #, no-c-format
 msgid ""
 "'quad_segs=#' : number of segments used to approximate a quarter circle "
@@ -219,16 +219,16 @@ msgstr ""
 
 #. Tag: para
 #: reference_processing.xml:98 reference_processing.xml:323
-#: reference_processing.xml:1638 reference_processing.xml:2034
-#: reference_processing.xml:2533
+#: reference_processing.xml:1680 reference_processing.xml:2076
+#: reference_processing.xml:2575
 #, no-c-format
 msgid "Performed by the GEOS module."
 msgstr ""
 
 #. Tag: para
 #: reference_processing.xml:99 reference_processing.xml:602
-#: reference_processing.xml:809 reference_processing.xml:1208
-#: reference_processing.xml:2302 reference_processing.xml:2542
+#: reference_processing.xml:851 reference_processing.xml:1250
+#: reference_processing.xml:2344 reference_processing.xml:2584
 #, no-c-format
 msgid "&sfs_compliant; s2.1.1.3"
 msgstr ""
@@ -244,7 +244,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "People often make the mistake of using this function to try to do radius "
-"searches. Creating a buffer to to a radius search is slow and pointless. Use "
+"searches. Creating a buffer to a radius search is slow and pointless. Use "
 "<xref linkend=\"ST_DWithin\"/> instead."
 msgstr ""
 
@@ -252,17 +252,18 @@ msgstr ""
 #: reference_processing.xml:107 reference_processing.xml:252
 #: reference_processing.xml:331 reference_processing.xml:402
 #: reference_processing.xml:472 reference_processing.xml:608
-#: reference_processing.xml:665 reference_processing.xml:816
-#: reference_processing.xml:1020 reference_processing.xml:1111
-#: reference_processing.xml:1212 reference_processing.xml:1365
-#: reference_processing.xml:1416 reference_processing.xml:1462
-#: reference_processing.xml:1561 reference_processing.xml:1647
-#: reference_processing.xml:1885 reference_processing.xml:1943
-#: reference_processing.xml:1996 reference_processing.xml:2040
-#: reference_processing.xml:2080 reference_processing.xml:2136
-#: reference_processing.xml:2188 reference_processing.xml:2310
-#: reference_processing.xml:2394 reference_processing.xml:2549
-#: reference_processing.xml:2676 reference_processing.xml:2766
+#: reference_processing.xml:707 reference_processing.xml:858
+#: reference_processing.xml:1062 reference_processing.xml:1153
+#: reference_processing.xml:1254 reference_processing.xml:1301
+#: reference_processing.xml:1407 reference_processing.xml:1458
+#: reference_processing.xml:1504 reference_processing.xml:1603
+#: reference_processing.xml:1689 reference_processing.xml:1927
+#: reference_processing.xml:1985 reference_processing.xml:2038
+#: reference_processing.xml:2082 reference_processing.xml:2122
+#: reference_processing.xml:2178 reference_processing.xml:2230
+#: reference_processing.xml:2352 reference_processing.xml:2436
+#: reference_processing.xml:2591 reference_processing.xml:2718
+#: reference_processing.xml:2808
 #, no-c-format
 msgid "Examples"
 msgstr ""
@@ -432,23 +433,23 @@ msgstr ""
 #: reference_processing.xml:211 reference_processing.xml:286
 #: reference_processing.xml:335 reference_processing.xml:409
 #: reference_processing.xml:561 reference_processing.xml:624
-#: reference_processing.xml:672 reference_processing.xml:773
-#: reference_processing.xml:856 reference_processing.xml:915
-#: reference_processing.xml:983 reference_processing.xml:1027
-#: reference_processing.xml:1069 reference_processing.xml:1226
-#: reference_processing.xml:1268 reference_processing.xml:1322
-#: reference_processing.xml:1372 reference_processing.xml:1411
-#: reference_processing.xml:1429 reference_processing.xml:1457
-#: reference_processing.xml:1516 reference_processing.xml:1567
-#: reference_processing.xml:1729 reference_processing.xml:1768
-#: reference_processing.xml:1838 reference_processing.xml:1892
-#: reference_processing.xml:1950 reference_processing.xml:2001
-#: reference_processing.xml:2045 reference_processing.xml:2085
-#: reference_processing.xml:2143 reference_processing.xml:2259
-#: reference_processing.xml:2351 reference_processing.xml:2429
-#: reference_processing.xml:2481 reference_processing.xml:2556
-#: reference_processing.xml:2610 reference_processing.xml:2701
-#: reference_processing.xml:2819
+#: reference_processing.xml:714 reference_processing.xml:815
+#: reference_processing.xml:898 reference_processing.xml:957
+#: reference_processing.xml:1025 reference_processing.xml:1069
+#: reference_processing.xml:1111 reference_processing.xml:1268
+#: reference_processing.xml:1310 reference_processing.xml:1364
+#: reference_processing.xml:1414 reference_processing.xml:1453
+#: reference_processing.xml:1471 reference_processing.xml:1499
+#: reference_processing.xml:1558 reference_processing.xml:1609
+#: reference_processing.xml:1771 reference_processing.xml:1810
+#: reference_processing.xml:1880 reference_processing.xml:1934
+#: reference_processing.xml:1992 reference_processing.xml:2043
+#: reference_processing.xml:2087 reference_processing.xml:2127
+#: reference_processing.xml:2185 reference_processing.xml:2301
+#: reference_processing.xml:2393 reference_processing.xml:2471
+#: reference_processing.xml:2523 reference_processing.xml:2598
+#: reference_processing.xml:2652 reference_processing.xml:2743
+#: reference_processing.xml:2861
 #, no-c-format
 msgid "See Also"
 msgstr ""
@@ -501,7 +502,7 @@ msgid "This function will assume all inner geometries represent holes"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:245 reference_processing.xml:1504
+#: reference_processing.xml:245 reference_processing.xml:1546
 #, no-c-format
 msgid ""
 "Input linework must be correctly noded for this function to work properly"
@@ -600,7 +601,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:324 reference_processing.xml:2387
+#: reference_processing.xml:324 reference_processing.xml:2429
 #, no-c-format
 msgid "Requires GEOS 3.5.0+"
 msgstr ""
@@ -706,14 +707,14 @@ msgstr ""
 
 #. Tag: para
 #: reference_processing.xml:395 reference_processing.xml:604
-#: reference_processing.xml:659 reference_processing.xml:711
-#: reference_processing.xml:902 reference_processing.xml:957
-#: reference_processing.xml:1015 reference_processing.xml:1056
-#: reference_processing.xml:1253 reference_processing.xml:1317
-#: reference_processing.xml:1360 reference_processing.xml:1551
-#: reference_processing.xml:1764 reference_processing.xml:1876
-#: reference_processing.xml:1934 reference_processing.xml:2468
-#: reference_processing.xml:2602
+#: reference_processing.xml:701 reference_processing.xml:753
+#: reference_processing.xml:944 reference_processing.xml:999
+#: reference_processing.xml:1057 reference_processing.xml:1098
+#: reference_processing.xml:1295 reference_processing.xml:1359
+#: reference_processing.xml:1402 reference_processing.xml:1593
+#: reference_processing.xml:1806 reference_processing.xml:1918
+#: reference_processing.xml:1976 reference_processing.xml:2510
+#: reference_processing.xml:2644
 #, no-c-format
 msgid "&Z_support;"
 msgstr ""
@@ -728,7 +729,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:403 reference_processing.xml:2550
+#: reference_processing.xml:403 reference_processing.xml:2592
 #, no-c-format
 msgid "Aggregate example"
 msgstr ""
@@ -745,7 +746,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:405 reference_processing.xml:2552
+#: reference_processing.xml:405 reference_processing.xml:2594
 #, no-c-format
 msgid "Non-Aggregate example"
 msgstr ""
@@ -874,8 +875,8 @@ msgstr ""
 
 #. Tag: para
 #: reference_processing.xml:452 reference_processing.xml:600
-#: reference_processing.xml:805 reference_processing.xml:1203
-#: reference_processing.xml:2298
+#: reference_processing.xml:847 reference_processing.xml:1245
+#: reference_processing.xml:2340
 #, no-c-format
 msgid "Performed by the GEOS module"
 msgstr ""
@@ -929,8 +930,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:468 reference_processing.xml:1054
-#: reference_processing.xml:2176
+#: reference_processing.xml:468 reference_processing.xml:1096
+#: reference_processing.xml:2218
 #, no-c-format
 msgid "Availability: 2.0.0"
 msgstr ""
@@ -1205,11 +1206,16 @@ msgid ""
 "<function>ST_CurveToLine</function></funcdef> <paramdef><type>geometry</"
 "type> <parameter>curveGeom</parameter></paramdef> <paramdef><type>integer</"
 "type> <parameter>segments_per_qtr_circle</parameter></paramdef> </"
-"funcprototype>"
+"funcprototype> <funcprototype> <funcdef>geometry <function>ST_CurveToLine</"
+"function></funcdef> <paramdef><type>geometry</type> <parameter>curveGeom</"
+"parameter></paramdef> <paramdef><type>float</type> <parameter>tolerance</"
+"parameter></paramdef> <paramdef><type>integer</type> "
+"<parameter>tolerance_type</parameter></paramdef> <paramdef><type>integer</"
+"type> <parameter>flags</parameter></paramdef> </funcprototype>"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:653
+#: reference_processing.xml:660
 #, no-c-format
 msgid ""
 "Converst a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON. "
@@ -1218,42 +1224,96 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:654
+#: reference_processing.xml:662
 #, no-c-format
 msgid ""
 "Converts a given geometry to a linear geometry. Each curved geometry or "
-"segment is converted into a linear approximation using the default value of "
-"32 segments per quarter circle"
+"segment is converted into a linear approximation using the given `tolerance` "
+"and options (32 segments per quadrant and no options by default)."
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:667
+#, no-c-format
+msgid ""
+"The 'tolerance_type' argument determines interpretation of the `tolerance` "
+"argument. It can take the following values:"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:656 reference_processing.xml:1252
+#: reference_processing.xml:672
+#, no-c-format
+msgid "0 (default): Tolerance is max segments per quadrant."
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:675
+#, no-c-format
+msgid "1: Tolerance is max-deviation of line from curve, in source units."
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:678
+#, no-c-format
+msgid "2: Tolerance is max-angle, in radians, between generating radii."
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:683
+#, no-c-format
+msgid "The 'flags' argument is a bitfield. 0 by default. Supported bits are:"
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:688
+#, no-c-format
+msgid "1: Symmetric (orientation idependent) output."
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:691
+#, no-c-format
+msgid ""
+"2: Retain angle, avoids reducing angles (segment lengths) when producing "
+"symmetric output. Has no effect when Symmetric flag is off."
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:696 reference_processing.xml:1294
 #, no-c-format
 msgid "Availability: 1.2.2?"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:657
+#: reference_processing.xml:697
+#, no-c-format
+msgid ""
+"Changed: 2.4.0 added support for max-deviation and max-angle tolerance, and "
+"for symmetric output."
+msgstr ""
+
+#. Tag: para
+#: reference_processing.xml:699
 #, no-c-format
 msgid "&sfs_compliant;"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:658
+#: reference_processing.xml:700
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 7.1.7"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:660 reference_processing.xml:899
-#: reference_processing.xml:954 reference_processing.xml:1055
-#: reference_processing.xml:1254 reference_processing.xml:2467
+#: reference_processing.xml:702 reference_processing.xml:941
+#: reference_processing.xml:996 reference_processing.xml:1097
+#: reference_processing.xml:1296 reference_processing.xml:2509
 #, no-c-format
 msgid "&curve_support;"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:667
+#: reference_processing.xml:709
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_CurveToLine(ST_GeomFromText('CIRCULARSTRING(220268 "
@@ -1356,23 +1416,36 @@ msgid ""
 "150485.87804878,\n"
 " 220244.779251566 150505.61834893,220207.243902439 150496,220187.50360229 "
 "150462.657300346,\n"
-" 220197.12195122 150425.12195122,220227 150406)"
+" 220197.12195122 150425.12195122,220227 150406)\n"
+"\n"
+"-- Ensure approximated line is no further than 20 units away from\n"
+"-- original curve, and make the result direction-neutral\n"
+"SELECT ST_AsText(ST_CurveToLine(\n"
+" 'CIRCULARSTRING(0 0,100 -100,200 0)'::geometry,\n"
+"        20, -- Tolerance\n"
+"        1, -- Above is max distance between curve and line\n"
+"        1  -- Symmetric flag\n"
+"));\n"
+"st_astext\n"
+"-------------------------------------------------------------------------------------------\n"
+" LINESTRING(0 0,50 -86.6025403784438,150 -86.6025403784439,200 "
+"-1.1331077795296e-13,200 0)"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:680
+#: reference_processing.xml:722
 #, no-c-format
 msgid "ST_DelaunayTriangles"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:682
+#: reference_processing.xml:724
 #, no-c-format
 msgid "Return a Delaunay triangulation around the given input points."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:689
+#: reference_processing.xml:731
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_DelaunayTriangles</function></funcdef> "
@@ -1382,7 +1455,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:701
+#: reference_processing.xml:743
 #, no-c-format
 msgid ""
 "Return a <ulink url=\"http://en.wikipedia.org/wiki/Delaunay_triangulation"
@@ -1393,33 +1466,33 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:710
+#: reference_processing.xml:752
 #, no-c-format
 msgid "Availability: 2.1.0 - requires GEOS &gt;= 3.4.0."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:712 reference_processing.xml:901
-#: reference_processing.xml:956 reference_processing.xml:1059
-#: reference_processing.xml:1880 reference_processing.xml:2471
+#: reference_processing.xml:754 reference_processing.xml:943
+#: reference_processing.xml:998 reference_processing.xml:1101
+#: reference_processing.xml:1922 reference_processing.xml:2513
 #, no-c-format
 msgid "&T_support;"
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:716
+#: reference_processing.xml:758
 #, no-c-format
 msgid "2D Examples"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:725
+#: reference_processing.xml:767
 #, no-c-format
 msgid "Original polygons"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:728
+#: reference_processing.xml:770
 #, no-c-format
 msgid ""
 "-- our original geometry --\n"
@@ -1430,7 +1503,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:736
+#: reference_processing.xml:778
 #, no-c-format
 msgid ""
 "ST_DelaunayTriangles of 2 polygons: delaunay triangle polygons each triangle "
@@ -1438,7 +1511,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:739
+#: reference_processing.xml:781
 #, no-c-format
 msgid ""
 "-- geometries overlaid multilinestring triangles\n"
@@ -1452,13 +1525,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:746
+#: reference_processing.xml:788
 #, no-c-format
 msgid "-- delaunay triangles as multilinestring"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:749
+#: reference_processing.xml:791
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -1471,13 +1544,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:757
+#: reference_processing.xml:799
 #, no-c-format
 msgid "-- delaunay triangles of 45 points as 55 triangle polygons"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:760
+#: reference_processing.xml:802
 #, no-c-format
 msgid ""
 "-- this produces a table of 42 points that form an L shape\n"
@@ -1505,13 +1578,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:769
+#: reference_processing.xml:811
 #, no-c-format
 msgid "3D Examples"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:770
+#: reference_processing.xml:812
 #, no-c-format
 msgid ""
 "-- 3D multipoint --\n"
@@ -1525,19 +1598,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:774 reference_processing.xml:1517
+#: reference_processing.xml:816 reference_processing.xml:1559
 #, no-c-format
 msgid ", <xref linkend=\"ST_Dump\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:781
+#: reference_processing.xml:823
 #, no-c-format
 msgid "ST_Difference"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:783
+#: reference_processing.xml:825
 #, no-c-format
 msgid ""
 "Returns a geometry that represents that part of geometry A that does not "
@@ -1545,7 +1618,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:789
+#: reference_processing.xml:831
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Difference</function></funcdef> "
@@ -1554,7 +1627,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:800
+#: reference_processing.xml:842
 #, no-c-format
 msgid ""
 "Returns a geometry that represents that part of geometry A that does not "
@@ -1564,25 +1637,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:803
+#: reference_processing.xml:845
 #, no-c-format
 msgid "Note - order matters. B - A will always return a portion of B"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:807 reference_processing.xml:2300
+#: reference_processing.xml:849 reference_processing.xml:2342
 #, no-c-format
 msgid "Do not call with a GeometryCollection as an argument"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:810
+#: reference_processing.xml:852
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.20"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:811 reference_processing.xml:2304
+#: reference_processing.xml:853 reference_processing.xml:2346
 #, no-c-format
 msgid ""
 "&Z_support; However it seems to only consider x y when doing the difference "
@@ -1590,19 +1663,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:828
+#: reference_processing.xml:870
 #, no-c-format
 msgid "The original linestrings shown together."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:840
+#: reference_processing.xml:882
 #, no-c-format
 msgid "The difference of the two linestrings"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:849
+#: reference_processing.xml:891
 #, no-c-format
 msgid ""
 "--Safe for 2d. This is same geometries as what is shown for "
@@ -1620,7 +1693,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:851
+#: reference_processing.xml:893
 #, no-c-format
 msgid ""
 "--When used in 3d doesn't quite do the right thing\n"
@@ -1633,20 +1706,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:864
+#: reference_processing.xml:906
 #, no-c-format
 msgid "ST_Dump"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:865
+#: reference_processing.xml:907
 #, no-c-format
 msgid ""
 "Returns a set of geometry_dump (geom,path) rows, that make up a geometry g1."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:870
+#: reference_processing.xml:912
 #, no-c-format
 msgid ""
 "<funcdef>geometry_dump[] <function>ST_Dump</function></funcdef> "
@@ -1654,7 +1727,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:879
+#: reference_processing.xml:921
 #, no-c-format
 msgid ""
 "This is a set-returning function (SRF). It returns a set of geometry_dump "
@@ -1667,7 +1740,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:888
+#: reference_processing.xml:930
 #, no-c-format
 msgid ""
 "ST_Dump is useful for expanding geometries. It is the reverse of a GROUP BY "
@@ -1676,7 +1749,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:892 reference_processing.xml:952
+#: reference_processing.xml:934 reference_processing.xml:994
 #, no-c-format
 msgid ""
 "Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was "
@@ -1684,13 +1757,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:893
+#: reference_processing.xml:935
 #, no-c-format
 msgid "Availability: PostGIS 1.0.0RC1. Requires PostgreSQL 7.3 or higher."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:895
+#: reference_processing.xml:937
 #, no-c-format
 msgid ""
 "Prior to 1.3.4, this function crashes if used with geometries that contain "
@@ -1698,21 +1771,21 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:900 reference_processing.xml:955
-#: reference_processing.xml:1058 reference_processing.xml:1763
-#: reference_processing.xml:1879 reference_processing.xml:2470
+#: reference_processing.xml:942 reference_processing.xml:997
+#: reference_processing.xml:1100 reference_processing.xml:1805
+#: reference_processing.xml:1921 reference_processing.xml:2512
 #, no-c-format
 msgid "&P_support;"
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:906
+#: reference_processing.xml:948
 #, no-c-format
 msgid "Standard Examples"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:907
+#: reference_processing.xml:949
 #, no-c-format
 msgid ""
 "SELECT sometable.field1, sometable.field1,\n"
@@ -1734,13 +1807,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:909 reference_processing.xml:977
+#: reference_processing.xml:951 reference_processing.xml:1019
 #, no-c-format
 msgid "Polyhedral Surfaces, TIN and Triangle Examples"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:910
+#: reference_processing.xml:952
 #, no-c-format
 msgid ""
 "-- Polyhedral surface example\n"
@@ -1765,7 +1838,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:912
+#: reference_processing.xml:954
 #, no-c-format
 msgid ""
 "-- TIN --\n"
@@ -1793,7 +1866,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:916
+#: reference_processing.xml:958
 #, no-c-format
 msgid ""
 ", <xref linkend=\"PostGIS_Geometry_DumpFunctions\"/>, <xref linkend="
@@ -1802,13 +1875,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:922
+#: reference_processing.xml:964
 #, no-c-format
 msgid "ST_DumpPoints"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:923
+#: reference_processing.xml:965
 #, no-c-format
 msgid ""
 "Returns a set of geometry_dump (geom,path) rows of all points that make up a "
@@ -1816,7 +1889,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:928
+#: reference_processing.xml:970
 #, no-c-format
 msgid ""
 "<funcdef>geometry_dump[]<function>ST_DumpPoints</function></funcdef> "
@@ -1824,7 +1897,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:937
+#: reference_processing.xml:979
 #, no-c-format
 msgid ""
 "This set-returning function (SRF) returns a set of <varname>geometry_dump</"
@@ -1833,7 +1906,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:940
+#: reference_processing.xml:982
 #, no-c-format
 msgid ""
 "The <parameter>geom</parameter> component of <varname>geometry_dump</"
@@ -1842,7 +1915,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:943
+#: reference_processing.xml:985
 #, no-c-format
 msgid ""
 "The <parameter>path</parameter> component of <varname>geometry_dump</"
@@ -1858,25 +1931,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:951
+#: reference_processing.xml:993
 #, no-c-format
 msgid "Enhanced: 2.1.0 Faster speed. Reimplemented as native-C."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:953
+#: reference_processing.xml:995
 #, no-c-format
 msgid "Availability: 1.5.0"
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:960
+#: reference_processing.xml:1002
 #, no-c-format
 msgid "Classic Explode a Table of LineStrings into nodes"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:961
+#: reference_processing.xml:1003
 #, no-c-format
 msgid ""
 "SELECT edge_id, (dp).path[1] As index, ST_AsText((dp).geom) As wktnode\n"
@@ -1899,13 +1972,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:964
+#: reference_processing.xml:1006
 #, no-c-format
 msgid "Standard Geometry Examples"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:974
+#: reference_processing.xml:1016
 #, no-c-format
 msgid ""
 "SELECT path, ST_AsText(geom)\n"
@@ -1963,7 +2036,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:978
+#: reference_processing.xml:1020
 #, no-c-format
 msgid ""
 "-- Polyhedral surface cube --\n"
@@ -2015,7 +2088,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:979
+#: reference_processing.xml:1021
 #, no-c-format
 msgid ""
 "-- Triangle --\n"
@@ -2039,7 +2112,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:980
+#: reference_processing.xml:1022
 #, no-c-format
 msgid ""
 "-- TIN --\n"
@@ -2074,7 +2147,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:984
+#: reference_processing.xml:1026
 #, no-c-format
 msgid ""
 ", <xref linkend=\"PostGIS_Geometry_DumpFunctions\"/>, <xref linkend=\"ST_Dump"
@@ -2082,13 +2155,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:989
+#: reference_processing.xml:1031
 #, no-c-format
 msgid "ST_DumpRings"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:991
+#: reference_processing.xml:1033
 #, no-c-format
 msgid ""
 "Returns a set of <varname>geometry_dump</varname> rows, representing the "
@@ -2096,7 +2169,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:997
+#: reference_processing.xml:1039
 #, no-c-format
 msgid ""
 "<funcdef>geometry_dump[] <function>ST_DumpRings</function></funcdef> "
@@ -2104,7 +2177,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1007
+#: reference_processing.xml:1049
 #, no-c-format
 msgid ""
 "This is a set-returning function (SRF). It returns a set of "
@@ -2116,20 +2189,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1013
+#: reference_processing.xml:1055
 #, no-c-format
 msgid "Availability: PostGIS 1.1.3. Requires PostgreSQL 7.3 or higher."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1014
+#: reference_processing.xml:1056
 #, no-c-format
 msgid ""
 "This only works for POLYGON geometries. It will not work for MULTIPOLYGONS"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1022
+#: reference_processing.xml:1064
 #, no-c-format
 msgid ""
 "SELECT sometable.field1, sometable.field1,\n"
@@ -2163,7 +2236,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1029
+#: reference_processing.xml:1071
 #, no-c-format
 msgid ""
 ", <xref linkend=\"PostGIS_Geometry_DumpFunctions\"/>, <xref linkend=\"ST_Dump"
@@ -2172,13 +2245,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1035
+#: reference_processing.xml:1077
 #, no-c-format
 msgid "ST_FlipCoordinates"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1036
+#: reference_processing.xml:1078
 #, no-c-format
 msgid ""
 "Returns a version of the given geometry with X and Y axis flipped. Useful "
@@ -2186,7 +2259,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1044
+#: reference_processing.xml:1086
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_FlipCoordinates</function></funcdef> "
@@ -2194,25 +2267,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1053
+#: reference_processing.xml:1095
 #, no-c-format
 msgid "Returns a version of the given geometry with X and Y axis flipped."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1057 reference_processing.xml:2469
+#: reference_processing.xml:1099 reference_processing.xml:2511
 #, no-c-format
 msgid "&M_support;"
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:1063 reference_processing.xml:2475
+#: reference_processing.xml:1105 reference_processing.xml:2517
 #, no-c-format
 msgid "Example"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1064
+#: reference_processing.xml:1106
 #, no-c-format
 msgid ""
 "<![CDATA[\n"
@@ -2224,13 +2297,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1077
+#: reference_processing.xml:1119
 #, no-c-format
 msgid "ST_GeneratePoints"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1079
+#: reference_processing.xml:1121
 #, no-c-format
 msgid ""
 "Converts a polygon or multi-polygon into a multi-point composed of randomly "
@@ -2238,7 +2311,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1084
+#: reference_processing.xml:1126
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_GeneratePoints</function></funcdef> "
@@ -2247,7 +2320,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1102
+#: reference_processing.xml:1144
 #, no-c-format
 msgid ""
 "ST_GeneratePoints generates pseudo-random points until the requested number "
@@ -2255,25 +2328,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1107 reference_processing.xml:1932
+#: reference_processing.xml:1149 reference_processing.xml:1974
 #, no-c-format
 msgid "Availability: 2.3.0"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1123
+#: reference_processing.xml:1165
 #, no-c-format
 msgid "Original Polygon"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1134
+#: reference_processing.xml:1176
 #, no-c-format
 msgid "Generated 12 Points overlaid on top of original polygon"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1137
+#: reference_processing.xml:1179
 #, no-c-format
 msgid ""
 "SELECT ST_GeneratePoints(\n"
@@ -2284,20 +2357,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1149
+#: reference_processing.xml:1191
 #, no-c-format
 msgid "ST_Intersection"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1151
+#: reference_processing.xml:1193
 #, no-c-format
 msgid ""
 "(T) Returns a geometry that represents the shared portion of geomA and geomB."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_processing.xml:1157
+#: reference_processing.xml:1199
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Intersection</function></"
@@ -2310,7 +2383,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1184
+#: reference_processing.xml:1226
 #, no-c-format
 msgid ""
 "Returns a geometry that represents the point set intersection of the "
@@ -2318,7 +2391,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1187
+#: reference_processing.xml:1229
 #, no-c-format
 msgid ""
 "In other words - that portion of geometry A and geometry B that is shared "
@@ -2326,7 +2399,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1190
+#: reference_processing.xml:1232
 #, no-c-format
 msgid ""
 "If the geometries do not share any space (are disjoint), then an empty "
@@ -2334,7 +2407,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1192
+#: reference_processing.xml:1234
 #, no-c-format
 msgid ""
 "ST_Intersection in conjunction with ST_Intersects is very useful for "
@@ -2344,7 +2417,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1195
+#: reference_processing.xml:1237
 #, no-c-format
 msgid ""
 "Geography: For geography this is really a thin wrapper around the geometry "
@@ -2357,13 +2430,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1198
+#: reference_processing.xml:1240
 #, no-c-format
 msgid "Do not call with a <varname>GEOMETRYCOLLECTION</varname> as an argument"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1201
+#: reference_processing.xml:1243
 #, no-c-format
 msgid ""
 "If working with 3D geometries, you may want to use SFGCAL based <xref "
@@ -2376,25 +2449,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1204
+#: reference_processing.xml:1246
 #, no-c-format
 msgid "&sfcgal_enhanced;"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1206
+#: reference_processing.xml:1248
 #, no-c-format
 msgid "Availability: 1.5 support for geography data type was introduced."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1209
+#: reference_processing.xml:1251
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.18"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1213
+#: reference_processing.xml:1255
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Intersection('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, "
@@ -2446,13 +2519,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:1217
+#: reference_processing.xml:1259
 #, no-c-format
 msgid "Examples: 2.5Dish"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1218
+#: reference_processing.xml:1260
 #, no-c-format
 msgid ""
 "Geos is the default backend if not set. Note this is not a true "
@@ -2461,7 +2534,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1219
+#: reference_processing.xml:1261
 #, no-c-format
 msgid ""
 "set postgis.backend=geos;\n"
@@ -2477,7 +2550,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1221
+#: reference_processing.xml:1263
 #, no-c-format
 msgid ""
 "If your PostGIS is compiled with sfcgal support, have option of using "
@@ -2487,7 +2560,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1223
+#: reference_processing.xml:1265
 #, no-c-format
 msgid ""
 "set postgis.backend=sfcgal;\n"
@@ -2503,7 +2576,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1227
+#: reference_processing.xml:1269
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Difference\"/>, <xref linkend=\"ST_Dimension\"/>, <xref "
@@ -2513,19 +2586,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1233
+#: reference_processing.xml:1275
 #, no-c-format
 msgid "ST_LineToCurve"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1235
+#: reference_processing.xml:1277
 #, no-c-format
 msgid "Converts a LINESTRING/POLYGON to a CIRCULARSTRING, CURVEPOLYGON"
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1240
+#: reference_processing.xml:1282
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_LineToCurve</function></funcdef> "
@@ -2534,23 +2607,26 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1250
+#: reference_processing.xml:1292
 #, no-c-format
 msgid ""
-"Converts plain LINESTRING/POLYGONS to CIRCULAR STRINGs and Curved Polygons. "
+"Converts plain LINESTRING/POLYGON to CIRCULAR STRINGs and Curved Polygons. "
 "Note much fewer points are needed to describe the curved equivalent."
 msgstr ""
 
-#. Tag: title
-#: reference_processing.xml:1259
+#. Tag: para
+#: reference_processing.xml:1293
 #, no-c-format
-msgid "Examples: 2D"
+msgid ""
+"If the input LINESTRING/POLYGON is not curved enough to clearly represent a "
+"curve, the function will return the same input geometry."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1261
+#: reference_processing.xml:1303
 #, no-c-format
 msgid ""
+"-- 2D Example\n"
 "SELECT ST_AsText(ST_LineToCurve(foo.the_geom)) As curvedastext,ST_AsText(foo."
 "the_geom) As non_curvedastext\n"
 "        FROM (SELECT ST_Buffer('POINT(1 3)'::geometry, 3) As the_geom) As "
@@ -2576,29 +2652,42 @@ msgid ""
 "-1.49440883690763 1.33328930094119,-1.77163859753386 1.85194970290472\n"
 "                                                                    |  --"
 "ETC-- ,3.94235584120969 3.58527096604839,4 3))\n"
+"\n"
 "--3D example\n"
-"SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 "
-"6 4, 7 8 4, 9 10 4)')));\n"
+"SELECT ST_AsText(ST_LineToCurve(geom)) As curved, ST_AsText(geom) AS "
+"not_curved\n"
+"FROM (SELECT ST_Translate(ST_Force3D(ST_Boundary(ST_Buffer(ST_Point(1,3), "
+"2,2))),0,0,3) AS geom) AS foo;\n"
 "\n"
-"                         st_asewkt\n"
-"------------------------------------\n"
-" CIRCULARSTRING(1 2 3,5 6 4,9 10 4)"
+"                        curved                        |               "
+"not_curved\n"
+"------------------------------------------------------"
+"+---------------------------------------------------------------------\n"
+" CIRCULARSTRING Z (3 3 3,-1 2.99999999999999 3,3 3 3) | LINESTRING Z (3 3 "
+"3,2.4142135623731 1.58578643762691 3,1 1 3,\n"
+"                                                      |        "
+"-0.414213562373092 1.5857864376269 3,-1 2.99999999999999 3,\n"
+"                                                      | -0.414213562373101 "
+"4.41421356237309 3,\n"
+"                                                      |        "
+"0.999999999999991 5 3,2.41421356237309 4.4142135623731 3,3 3 3)\n"
+"(1 row)"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1276
+#: reference_processing.xml:1318
 #, no-c-format
 msgid "ST_MakeValid"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1277
+#: reference_processing.xml:1319
 #, no-c-format
 msgid "Attempts to make an invalid geometry valid without losing vertices."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1282
+#: reference_processing.xml:1324
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_MakeValid</function></funcdef> "
@@ -2606,7 +2695,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1291
+#: reference_processing.xml:1333
 #, no-c-format
 msgid ""
 "The function attempts to create a valid representation of a given invalid "
@@ -2615,7 +2704,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1297
+#: reference_processing.xml:1339
 #, no-c-format
 msgid ""
 "Supported inputs are: POINTS, MULTIPOINTS, LINESTRINGS, MULTILINESTRINGS, "
@@ -2623,7 +2712,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1303
+#: reference_processing.xml:1345
 #, no-c-format
 msgid ""
 "In case of full or partial dimensional collapses, the output geometry may be "
@@ -2632,38 +2721,38 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1309
+#: reference_processing.xml:1351
 #, no-c-format
 msgid ""
 "Single polygons may become multi-geometries in case of self-intersections."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1313
+#: reference_processing.xml:1355
 #, no-c-format
 msgid "Availability: 2.0.0, requires GEOS-3.3.0"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1314
+#: reference_processing.xml:1356
 #, no-c-format
 msgid "Enhanced: 2.0.1, speed improvements requires GEOS-3.3.4"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1315
+#: reference_processing.xml:1357
 #, no-c-format
 msgid "Enhanced: 2.1.0 added support for GEOMETRYCOLLECTION and MULTIPOINT."
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1332
+#: reference_processing.xml:1374
 #, no-c-format
 msgid "ST_MemUnion"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1334
+#: reference_processing.xml:1376
 #, no-c-format
 msgid ""
 "Same as ST_Union, only memory-friendly (uses less memory and more processor "
@@ -2671,7 +2760,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1340
+#: reference_processing.xml:1382
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_MemUnion</function></funcdef> "
@@ -2680,13 +2769,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1351
+#: reference_processing.xml:1393
 #, no-c-format
 msgid "Some useful description here."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1355
+#: reference_processing.xml:1397
 #, no-c-format
 msgid ""
 "Same as ST_Union, only memory-friendly (uses less memory and more processor "
@@ -2696,19 +2785,19 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1367
+#: reference_processing.xml:1409
 #, no-c-format
 msgid "See ST_Union"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1380
+#: reference_processing.xml:1422
 #, no-c-format
 msgid "ST_MinimumBoundingCircle"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1381
+#: reference_processing.xml:1423
 #, no-c-format
 msgid ""
 "Returns the smallest circle polygon that can fully contain a geometry. "
@@ -2716,7 +2805,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1387
+#: reference_processing.xml:1429
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_MinimumBoundingCircle</function></funcdef> "
@@ -2726,13 +2815,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1397
+#: reference_processing.xml:1439
 #, no-c-format
 msgid "Returns the smallest circle polygon that can fully contain a geometry."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1398
+#: reference_processing.xml:1440
 #, no-c-format
 msgid ""
 "The circle is approximated by a polygon with a default of 48 segments per "
@@ -2745,7 +2834,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1400
+#: reference_processing.xml:1442
 #, no-c-format
 msgid ""
 "It is often used with MULTI and Geometry Collections. Although it is not an "
@@ -2755,7 +2844,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1405
+#: reference_processing.xml:1447
 #, no-c-format
 msgid ""
 "The ratio of the area of a polygon divided by the area of its Minimum "
@@ -2763,19 +2852,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1407
+#: reference_processing.xml:1449
 #, no-c-format
 msgid "Availability: 1.4.0 - requires GEOS"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1412 reference_processing.xml:1430
+#: reference_processing.xml:1454 reference_processing.xml:1472
 #, no-c-format
 msgid ", <xref linkend=\"ST_MinimumBoundingRadius\"/>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1417
+#: reference_processing.xml:1459
 #, no-c-format
 msgid ""
 "SELECT d.disease_type,\n"
@@ -2785,7 +2874,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1423
+#: reference_processing.xml:1465
 #, no-c-format
 msgid ""
 "Minimum bounding circle of a point and linestring. Using 8 segs to "
@@ -2793,7 +2882,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1426
+#: reference_processing.xml:1468
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_MinimumBoundingCircle(\n"
@@ -2825,13 +2914,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1436
+#: reference_processing.xml:1478
 #, no-c-format
 msgid "ST_MinimumBoundingRadius"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1437
+#: reference_processing.xml:1479
 #, no-c-format
 msgid ""
 "Returns the center point and radius of the smallest circle that can fully "
@@ -2839,7 +2928,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1442
+#: reference_processing.xml:1484
 #, no-c-format
 msgid ""
 "<funcdef>(geometry, double precision) <function>ST_MinimumBoundingRadius</"
@@ -2848,7 +2937,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1451
+#: reference_processing.xml:1493
 #, no-c-format
 msgid ""
 "Returns a record containing the center point and radius of the smallest "
@@ -2856,7 +2945,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1452
+#: reference_processing.xml:1494
 #, no-c-format
 msgid ""
 "Can be used in conjunction with <xref linkend=\"ST_Collect\"/> to get the "
@@ -2864,19 +2953,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1453
+#: reference_processing.xml:1495
 #, no-c-format
 msgid "Availability - 2.3.0"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1458
+#: reference_processing.xml:1500
 #, no-c-format
 msgid ", <xref linkend=\"ST_MinimumBoundingCircle\"/>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1463
+#: reference_processing.xml:1505
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(center), radius FROM "
@@ -2889,13 +2978,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1470
+#: reference_processing.xml:1512
 #, no-c-format
 msgid "ST_Polygonize"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1472
+#: reference_processing.xml:1514
 #, no-c-format
 msgid ""
 "Aggregate. Creates a GeometryCollection containing possible polygons formed "
@@ -2903,7 +2992,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_processing.xml:1478
+#: reference_processing.xml:1520
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Polygonize</function></"
@@ -2914,7 +3003,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1494
+#: reference_processing.xml:1536
 #, no-c-format
 msgid ""
 "Creates a GeometryCollection containing possible polygons formed from the "
@@ -2922,7 +3011,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1499
+#: reference_processing.xml:1541
 #, no-c-format
 msgid ""
 "Geometry Collections are often difficult to deal with with third party "
@@ -2931,19 +3020,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1507
+#: reference_processing.xml:1549
 #, no-c-format
 msgid "Availability: 1.0.0RC1 - requires GEOS &gt;= 2.1.0."
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:1511
+#: reference_processing.xml:1553
 #, no-c-format
 msgid "Examples: Polygonizing single linestrings"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1512
+#: reference_processing.xml:1554
 #, no-c-format
 msgid ""
 "SELECT ST_AsEWKT(ST_Polygonize(the_geom_4269)) As geomtextrep\n"
@@ -2978,19 +3067,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1526
+#: reference_processing.xml:1568
 #, no-c-format
 msgid "ST_Node"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1528
+#: reference_processing.xml:1570
 #, no-c-format
 msgid "Node a set of linestrings."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1535
+#: reference_processing.xml:1577
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Node</function></funcdef> "
@@ -2998,7 +3087,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1546
+#: reference_processing.xml:1588
 #, no-c-format
 msgid ""
 "Fully node a set of linestrings using the least possible number of nodes "
@@ -3006,13 +3095,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1553 reference_processing.xml:2604
+#: reference_processing.xml:1595 reference_processing.xml:2646
 #, no-c-format
 msgid "Availability: 2.0.0 - requires GEOS &gt;= 3.3.0."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1555
+#: reference_processing.xml:1597
 #, no-c-format
 msgid ""
 "Due to a bug in GEOS up to 3.3.1 this function fails to node self-"
@@ -3020,7 +3109,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1562
+#: reference_processing.xml:1604
 #, no-c-format
 msgid ""
 "SELECT ST_AsEWKT(\n"
@@ -3034,13 +3123,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1577
+#: reference_processing.xml:1619
 #, no-c-format
 msgid "ST_OffsetCurve"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1579
+#: reference_processing.xml:1621
 #, no-c-format
 msgid ""
 "Return an offset line at a given distance and side from an input line. "
@@ -3048,7 +3137,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1587
+#: reference_processing.xml:1629
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_OffsetCurve</function></funcdef> "
@@ -3059,7 +3148,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1600
+#: reference_processing.xml:1642
 #, no-c-format
 msgid ""
 "Return an offset line at a given distance and side from an input line. All "
@@ -3068,7 +3157,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1606
+#: reference_processing.xml:1648
 #, no-c-format
 msgid ""
 "For positive distance the offset will be at the left side of the input line "
@@ -3077,14 +3166,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1612
+#: reference_processing.xml:1654
 #, no-c-format
 msgid ""
 "Availability: 2.0 - requires GEOS &gt;= 3.2, improved with GEOS &gt;= 3.3"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1616
+#: reference_processing.xml:1658
 #, no-c-format
 msgid ""
 "The optional third parameter allows specifying a list of blank-separated "
@@ -3092,7 +3181,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1624
+#: reference_processing.xml:1666
 #, no-c-format
 msgid ""
 "'join=round|mitre|bevel' : join style (defaults to \"round\"). 'miter' is "
@@ -3100,7 +3189,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1627
+#: reference_processing.xml:1669
 #, no-c-format
 msgid ""
 "'mitre_limit=#.#' : mitre ratio limit (only affects mitred join style). "
@@ -3108,20 +3197,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1632
+#: reference_processing.xml:1674
 #, no-c-format
 msgid ""
 "Units of distance are measured in units of the spatial reference system."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1636
+#: reference_processing.xml:1678
 #, no-c-format
 msgid "The inputs can only be LINESTRINGS."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1640
+#: reference_processing.xml:1682
 #, no-c-format
 msgid ""
 "This function ignores the third dimension (z) and will always give a 2-d "
@@ -3129,13 +3218,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1648
+#: reference_processing.xml:1690
 #, no-c-format
 msgid "Compute an open buffer around roads"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1649
+#: reference_processing.xml:1691
 #, no-c-format
 msgid ""
 "SELECT ST_Union(\n"
@@ -3146,13 +3235,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1659
+#: reference_processing.xml:1701
 #, no-c-format
 msgid "15, 'quad_segs=4 join=round' original line and its offset 15 units."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1663
+#: reference_processing.xml:1705
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_OffsetCurve(ST_GeomFromText(\n"
@@ -3169,13 +3258,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1670
+#: reference_processing.xml:1712
 #, no-c-format
 msgid "-15, 'quad_segs=4 join=round' original line and its offset -15 units"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1674
+#: reference_processing.xml:1716
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_OffsetCurve(geom,\n"
@@ -3190,7 +3279,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1683
+#: reference_processing.xml:1725
 #, no-c-format
 msgid ""
 "double-offset to get more curvy, note the first reverses direction, so -30 + "
@@ -3198,7 +3287,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1686
+#: reference_processing.xml:1728
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_OffsetCurve(ST_OffsetCurve(geom,\n"
@@ -3216,7 +3305,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1693
+#: reference_processing.xml:1735
 #, no-c-format
 msgid ""
 "double-offset to get more curvy,combined with regular offset 15 to get "
@@ -3224,7 +3313,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1696
+#: reference_processing.xml:1738
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Collect(\n"
@@ -3248,13 +3337,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1705
+#: reference_processing.xml:1747
 #, no-c-format
 msgid "15, 'quad_segs=4 join=bevel' shown with original line"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1708
+#: reference_processing.xml:1750
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_OffsetCurve(ST_GeomFromText(\n"
@@ -3269,13 +3358,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1716
+#: reference_processing.xml:1758
 #, no-c-format
 msgid "15,-15 collected, join=mitre mitre_limit=2.1"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1719
+#: reference_processing.xml:1761
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Collect(\n"
@@ -3293,19 +3382,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1736
+#: reference_processing.xml:1778
 #, no-c-format
 msgid "ST_RemoveRepeatedPoints"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1737
+#: reference_processing.xml:1779
 #, no-c-format
 msgid "Returns a version of the given geometry with duplicated points removed."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1743
+#: reference_processing.xml:1785
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_RemoveRepeatedPoints</function></funcdef> "
@@ -3315,7 +3404,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1753
+#: reference_processing.xml:1795
 #, no-c-format
 msgid ""
 "Returns a version of the given geometry with duplicated points removed. Will "
@@ -3326,7 +3415,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1759
+#: reference_processing.xml:1801
 #, no-c-format
 msgid ""
 "If the tolerance parameter is provided, vertices within the tolerance of one "
@@ -3334,20 +3423,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1762 reference_processing.xml:2076
-#: reference_processing.xml:2132 reference_processing.xml:2466
+#: reference_processing.xml:1804 reference_processing.xml:2118
+#: reference_processing.xml:2174 reference_processing.xml:2508
 #, no-c-format
 msgid "Availability: 2.2.0"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1775
+#: reference_processing.xml:1817
 #, no-c-format
 msgid "ST_SharedPaths"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1776
+#: reference_processing.xml:1818
 #, no-c-format
 msgid ""
 "Returns a collection containing paths shared by the two input linestrings/"
@@ -3355,7 +3444,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1781
+#: reference_processing.xml:1823
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SharedPaths</function></funcdef> "
@@ -3364,7 +3453,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1791
+#: reference_processing.xml:1833
 #, no-c-format
 msgid ""
 "Returns a collection containing paths shared by the two input geometries. "
@@ -3374,25 +3463,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1796
+#: reference_processing.xml:1838
 #, no-c-format
 msgid "Availability: 2.0.0 requires GEOS &gt;= 3.3.0."
 msgstr ""
 
 #. Tag: title
-#: reference_processing.xml:1799
+#: reference_processing.xml:1841
 #, no-c-format
 msgid "Examples: Finding shared paths"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1809
+#: reference_processing.xml:1851
 #, no-c-format
 msgid "A multilinestring and a linestring"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1820
+#: reference_processing.xml:1862
 #, no-c-format
 msgid ""
 "The shared path of multilinestring and linestring overlaid with original "
@@ -3400,7 +3489,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1823
+#: reference_processing.xml:1865
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(\n"
@@ -3420,7 +3509,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1829
+#: reference_processing.xml:1871
 #, no-c-format
 msgid ""
 "-- same example but linestring orientation flipped\n"
@@ -3439,26 +3528,26 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1839
+#: reference_processing.xml:1881
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_GeometryN\"/>, <xref linkend=\"ST_NumGeometries\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1849
+#: reference_processing.xml:1891
 #, no-c-format
 msgid "ST_ShiftLongitude"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1851
+#: reference_processing.xml:1893
 #, no-c-format
 msgid "Toggle geometry coordinates between -180..180 and 0..360 ranges."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1856
+#: reference_processing.xml:1898
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_ShiftLongitude</function></funcdef> "
@@ -3466,7 +3555,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1866
+#: reference_processing.xml:1908
 #, no-c-format
 msgid ""
 "Reads every point/vertex in every component of every feature in a geometry, "
@@ -3475,13 +3564,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1870
+#: reference_processing.xml:1912
 #, no-c-format
 msgid "This is only useful for data in long lat e.g. 4326 (WGS 84 long lat)"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1872
+#: reference_processing.xml:1914
 #, no-c-format
 msgid ""
 "Pre-1.3.4 bug prevented this from working for MULTIPOINT. 1.3.4+ works with "
@@ -3489,19 +3578,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1877
+#: reference_processing.xml:1919
 #, no-c-format
 msgid "Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1878
+#: reference_processing.xml:1920
 #, no-c-format
 msgid "NOTE: this function was renamed from \"ST_Shift_Longitude\" in 2.2.0"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1887
+#: reference_processing.xml:1929
 #, no-c-format
 msgid ""
 "--3d points\n"
@@ -3523,19 +3612,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1901
+#: reference_processing.xml:1943
 #, no-c-format
 msgid "ST_WrapX"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1903
+#: reference_processing.xml:1945
 #, no-c-format
 msgid "Wrap a geometry around an X value."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1908
+#: reference_processing.xml:1950
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_WrapX</function></funcdef> "
@@ -3545,7 +3634,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1920
+#: reference_processing.xml:1962
 #, no-c-format
 msgid ""
 "This function splits the input geometries and then moves every resulting "
@@ -3555,7 +3644,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1927
+#: reference_processing.xml:1969
 #, no-c-format
 msgid ""
 "This is useful to \"recenter\" long-lat input to have features of interest "
@@ -3563,7 +3652,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1945
+#: reference_processing.xml:1987
 #, no-c-format
 msgid ""
 "-- Move all components of the given geometries whose bounding box\n"
@@ -3576,13 +3665,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:1957
+#: reference_processing.xml:1999
 #, no-c-format
 msgid "ST_Simplify"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:1958
+#: reference_processing.xml:2000
 #, no-c-format
 msgid ""
 "Returns a \"simplified\" version of the given geometry using the Douglas-"
@@ -3590,7 +3679,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:1964
+#: reference_processing.xml:2006
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Simplify</function></funcdef> "
@@ -3601,7 +3690,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1975
+#: reference_processing.xml:2017
 #, no-c-format
 msgid ""
 "Returns a \"simplified\" version of the given geometry using the Douglas-"
@@ -3612,7 +3701,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1982
+#: reference_processing.xml:2024
 #, no-c-format
 msgid ""
 "The \"preserve collapsed\" flag will retain objects that would otherwise be "
@@ -3623,8 +3712,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1988 reference_processing.xml:2072
-#: reference_processing.xml:2127
+#: reference_processing.xml:2030 reference_processing.xml:2114
+#: reference_processing.xml:2169
 #, no-c-format
 msgid ""
 "Note that returned geometry might lose its simplicity (see <xref linkend="
@@ -3632,8 +3721,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1990 reference_processing.xml:2074
-#: reference_processing.xml:2129
+#: reference_processing.xml:2032 reference_processing.xml:2116
+#: reference_processing.xml:2171
 #, no-c-format
 msgid ""
 "Note topology may not be preserved and may result in invalid geometries. Use "
@@ -3641,19 +3730,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1992
+#: reference_processing.xml:2034
 #, no-c-format
 msgid "Availability: 1.2.2"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:1997
+#: reference_processing.xml:2039
 #, no-c-format
 msgid "A circle simplified too much becomes a triangle, medium an octagon,"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:1998
+#: reference_processing.xml:2040
 #, no-c-format
 msgid ""
 "SELECT ST_Npoints(the_geom) As np_before, "
@@ -3673,7 +3762,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2002
+#: reference_processing.xml:2044
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_SimplifyPreserveTopology\"/>, Topology <xref linkend="
@@ -3681,13 +3770,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2008
+#: reference_processing.xml:2050
 #, no-c-format
 msgid "ST_SimplifyPreserveTopology"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2009
+#: reference_processing.xml:2051
 #, no-c-format
 msgid ""
 "Returns a \"simplified\" version of the given geometry using the Douglas-"
@@ -3696,7 +3785,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2016
+#: reference_processing.xml:2058
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SimplifyPreserveTopology</function></funcdef> "
@@ -3705,7 +3794,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2026
+#: reference_processing.xml:2068
 #, no-c-format
 msgid ""
 "Returns a \"simplified\" version of the given geometry using the Douglas-"
@@ -3717,19 +3806,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2035
+#: reference_processing.xml:2077
 #, no-c-format
 msgid "Requires GEOS 3.0.0+"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2036
+#: reference_processing.xml:2078
 #, no-c-format
 msgid "Availability: 1.3.3"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2041
+#: reference_processing.xml:2083
 #, no-c-format
 msgid ""
 "Same example as Simplify, but we see Preserve Topology prevents "
@@ -3737,7 +3826,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2042
+#: reference_processing.xml:2084
 #, no-c-format
 msgid ""
 "SELECT ST_Npoints(the_geom) As np_before, "
@@ -3759,13 +3848,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2052
+#: reference_processing.xml:2094
 #, no-c-format
 msgid "ST_SimplifyVW"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2053
+#: reference_processing.xml:2095
 #, no-c-format
 msgid ""
 "Returns a \"simplified\" version of the given geometry using the Visvalingam-"
@@ -3773,7 +3862,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2058
+#: reference_processing.xml:2100
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SimplifyVW</function></funcdef> "
@@ -3782,7 +3871,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2068
+#: reference_processing.xml:2110
 #, no-c-format
 msgid ""
 "Returns a \"simplified\" version of the given geometry using the Visvalingam-"
@@ -3793,20 +3882,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2075
+#: reference_processing.xml:2117
 #, no-c-format
 msgid ""
 "This function handles 3D and the third dimension will affect the result."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2081
+#: reference_processing.xml:2123
 #, no-c-format
 msgid "A LineString is simplified with a minimum area threshold of 30."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2082
+#: reference_processing.xml:2124
 #, no-c-format
 msgid ""
 "select ST_AsText(ST_SimplifyVW(geom,30)) simplified\n"
@@ -3819,7 +3908,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2086
+#: reference_processing.xml:2128
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Simplify\"/>, <xref linkend="
@@ -3828,13 +3917,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2091
+#: reference_processing.xml:2133
 #, no-c-format
 msgid "ST_SetEffectiveArea"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2092
+#: reference_processing.xml:2134
 #, no-c-format
 msgid ""
 "Sets the effective area for each vertex, storing the value in the M "
@@ -3843,7 +3932,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2099
+#: reference_processing.xml:2141
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SetEffectiveArea</function></funcdef> "
@@ -3853,7 +3942,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2110
+#: reference_processing.xml:2152
 #, no-c-format
 msgid ""
 "Sets the effective area for each vertex, using the Visvalingam-Whyatt "
@@ -3864,7 +3953,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2115
+#: reference_processing.xml:2157
 #, no-c-format
 msgid ""
 "This function can be used for server-side simplification when a threshold is "
@@ -3874,7 +3963,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2118
+#: reference_processing.xml:2160
 #, no-c-format
 msgid ""
 "Will actually do something only with (multi)lines and (multi)polygons but "
@@ -3884,13 +3973,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2130
+#: reference_processing.xml:2172
 #, no-c-format
 msgid "The output geometry will lose all previous information in the M-values"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2131
+#: reference_processing.xml:2173
 #, no-c-format
 msgid ""
 "This function handles 3D and the third dimension will affect the effective "
@@ -3898,7 +3987,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2137
+#: reference_processing.xml:2179
 #, no-c-format
 msgid ""
 "Calculating the effective area of a LineString. Because we use a threshold "
@@ -3906,7 +3995,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2140
+#: reference_processing.xml:2182
 #, no-c-format
 msgid ""
 "select ST_AsText(ST_SetEffectiveArea(geom)) all_pts, "
@@ -3922,19 +4011,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2150
+#: reference_processing.xml:2192
 #, no-c-format
 msgid "ST_Split"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2151
+#: reference_processing.xml:2193
 #, no-c-format
 msgid "Returns a collection of geometries resulting by splitting a geometry."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2156
+#: reference_processing.xml:2198
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Split</function></funcdef> "
@@ -3943,7 +4032,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2166
+#: reference_processing.xml:2208
 #, no-c-format
 msgid ""
 "The function supports splitting a line by (multi)point, (multi)line or "
@@ -3952,7 +4041,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2170
+#: reference_processing.xml:2212
 #, no-c-format
 msgid ""
 "Think of this function as the opposite of ST_Union. Theoretically applying "
@@ -3961,7 +4050,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2177
+#: reference_processing.xml:2219
 #, no-c-format
 msgid ""
 "Changed: 2.2.0 support for splitting a line by a multiline, a multipoint or "
@@ -3969,7 +4058,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2179
+#: reference_processing.xml:2221
 #, no-c-format
 msgid ""
 "To improve the robustness of ST_Split it may be convenient to <xref linkend="
@@ -3981,7 +4070,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2181
+#: reference_processing.xml:2223
 #, no-c-format
 msgid ""
 "When a (multi)polygon is passed as as the blade, its linear component (the "
@@ -3989,25 +4078,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2189
+#: reference_processing.xml:2231
 #, no-c-format
 msgid "Polygon Cut by Line"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2201 reference_processing.xml:2235
+#: reference_processing.xml:2243 reference_processing.xml:2277
 #, no-c-format
 msgid "Before Split"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2213 reference_processing.xml:2247
+#: reference_processing.xml:2255 reference_processing.xml:2289
 #, no-c-format
 msgid "After split"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2222
+#: reference_processing.xml:2264
 #, no-c-format
 msgid ""
 "-- this creates a geometry collection consisting of the 2 halves of the "
@@ -4037,13 +4126,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2223
+#: reference_processing.xml:2265
 #, no-c-format
 msgid "Multilinestring Cut by point"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2256
+#: reference_processing.xml:2298
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Split(mline, pt)) As wktcut\n"
@@ -4063,7 +4152,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2260
+#: reference_processing.xml:2302
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_BuildArea\"/>, <xref linkend=\"ST_Dump\"/>, <xref "
@@ -4072,13 +4161,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2273
+#: reference_processing.xml:2315
 #, no-c-format
 msgid "ST_SymDifference"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2275
+#: reference_processing.xml:2317
 #, no-c-format
 msgid ""
 "Returns a geometry that represents the portions of A and B that do not "
@@ -4087,7 +4176,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2282
+#: reference_processing.xml:2324
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SymDifference</function></funcdef> "
@@ -4096,7 +4185,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2293
+#: reference_processing.xml:2335
 #, no-c-format
 msgid ""
 "Returns a geometry that represents the portions of A and B that do not "
@@ -4106,25 +4195,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2303
+#: reference_processing.xml:2345
 #, no-c-format
 msgid "&sqlmm_compliant; SQL-MM 3: 5.1.21"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2323
+#: reference_processing.xml:2365
 #, no-c-format
 msgid "The original linestrings shown together"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2335
+#: reference_processing.xml:2377
 #, no-c-format
 msgid "The symmetric difference of the two linestrings"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2344
+#: reference_processing.xml:2386
 #, no-c-format
 msgid ""
 "--Safe for 2d - symmetric difference of 2 linestrings\n"
@@ -4141,7 +4230,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2346
+#: reference_processing.xml:2388
 #, no-c-format
 msgid ""
 "--When used in 3d doesn't quite do the right thing\n"
@@ -4155,19 +4244,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2353
+#: reference_processing.xml:2395
 #, no-c-format
 msgid ", <xref linkend=\"ST_Intersection\"/>, <xref linkend=\"ST_Union\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2360
+#: reference_processing.xml:2402
 #, no-c-format
 msgid "ST_Subdivide"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2361
+#: reference_processing.xml:2403
 #, no-c-format
 msgid ""
 "Returns a set of geometry where no geometry in the set has more than the "
@@ -4175,7 +4264,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2366
+#: reference_processing.xml:2408
 #, no-c-format
 msgid ""
 "<funcdef>setof geometry <function>ST_Subdivide</function></funcdef> "
@@ -4185,7 +4274,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2377
+#: reference_processing.xml:2419
 #, no-c-format
 msgid ""
 "Turns a single geometry into a set in which each element has fewer than the "
@@ -4198,19 +4287,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2386
+#: reference_processing.xml:2428
 #, no-c-format
 msgid "Clipping performed by the GEOS module."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2389
+#: reference_processing.xml:2431
 #, no-c-format
 msgid "Availability: 2.2.0 requires GEOS &gt;= 3.5.0."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2395
+#: reference_processing.xml:2437
 #, no-c-format
 msgid ""
 "-- Create a new subdivided table suitable for joining to the original\n"
@@ -4220,13 +4309,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2406
+#: reference_processing.xml:2448
 #, no-c-format
 msgid "Subdivide max 10 vertices"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2409
+#: reference_processing.xml:2451
 #, no-c-format
 msgid ""
 "SELECT row_number() OVER() As rn, ST_AsText(geom) As wkt\n"
@@ -4239,7 +4328,7 @@ msgid ""
 msgstr ""
 
 #. Tag: screen
-#: reference_processing.xml:2410
+#: reference_processing.xml:2452
 #, no-c-format
 msgid ""
 "rn |                          wkt\n"
@@ -4265,7 +4354,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2419
+#: reference_processing.xml:2461
 #, no-c-format
 msgid ""
 "Useful in conjunction with ST_Segmentize to create additional vertices that "
@@ -4273,7 +4362,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2422
+#: reference_processing.xml:2464
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_SubDivide(ST_Segmentize('LINESTRING(0 0, 100 100, 150 "
@@ -4281,7 +4370,7 @@ msgid ""
 msgstr ""
 
 #. Tag: screen
-#: reference_processing.xml:2423
+#: reference_processing.xml:2465
 #, no-c-format
 msgid ""
 "LINESTRING(0 0,7.07106781186547 7.07106781186547,14.1421356237309 "
@@ -4304,7 +4393,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2430
+#: reference_processing.xml:2472
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_ClipByBox2D\"/>, <xref linkend=\"ST_Segmentize\"/>, "
@@ -4312,20 +4401,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2441
+#: reference_processing.xml:2483
 #, no-c-format
 msgid "ST_SwapOrdinates"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2442
+#: reference_processing.xml:2484
 #, no-c-format
 msgid ""
 "Returns a version of the given geometry with given ordinate values swapped."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2449
+#: reference_processing.xml:2491
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_SwapOrdinates</function></funcdef> "
@@ -4334,13 +4423,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2459
+#: reference_processing.xml:2501
 #, no-c-format
 msgid "Returns a version of the given geometry with given ordinates swapped."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2462
+#: reference_processing.xml:2504
 #, no-c-format
 msgid ""
 "The <varname>ords</varname> parameter is a 2-characters string naming the "
@@ -4348,7 +4437,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2476
+#: reference_processing.xml:2518
 #, no-c-format
 msgid ""
 "<![CDATA[\n"
@@ -4368,20 +4457,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2489
+#: reference_processing.xml:2531
 #, no-c-format
 msgid "ST_Union"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2490
+#: reference_processing.xml:2532
 #, no-c-format
 msgid ""
 "Returns a geometry that represents the point set union of the Geometries."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_processing.xml:2495
+#: reference_processing.xml:2537
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>geometry <function>ST_Union</function></funcdef> "
@@ -4396,7 +4485,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2514
+#: reference_processing.xml:2556
 #, no-c-format
 msgid ""
 "Output type can be a MULTI*, single geometry, or Geometry Collection. Comes "
@@ -4407,7 +4496,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2518
+#: reference_processing.xml:2560
 #, no-c-format
 msgid ""
 "Aggregate version: This function returns a MULTI geometry or NON-MULTI "
@@ -4418,7 +4507,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2524
+#: reference_processing.xml:2566
 #, no-c-format
 msgid ""
 "Non-Aggregate version: This function returns a geometry being a union of two "
@@ -4427,7 +4516,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2528
+#: reference_processing.xml:2570
 #, no-c-format
 msgid ""
 "ST_Collect and ST_Union are often interchangeable. ST_Union is in general "
@@ -4437,7 +4526,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2534
+#: reference_processing.xml:2576
 #, no-c-format
 msgid ""
 "NOTE: this function was formerly called GeomUnion(), which was renamed from "
@@ -4445,7 +4534,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2537
+#: reference_processing.xml:2579
 #, no-c-format
 msgid ""
 "Availability: 1.4.0 - ST_Union was enhanced. ST_Union(geomarray) was "
@@ -4457,13 +4546,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2543
+#: reference_processing.xml:2585
 #, no-c-format
 msgid "Aggregate version is not explicitly defined in OGC SPEC."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2544
+#: reference_processing.xml:2586
 #, no-c-format
 msgid ""
 "&sqlmm_compliant; SQL-MM 3: 5.1.19 the z-index (elevation) when polygons are "
@@ -4471,7 +4560,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2551
+#: reference_processing.xml:2593
 #, no-c-format
 msgid ""
 "SELECT stusps,\n"
@@ -4481,7 +4570,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2553
+#: reference_processing.xml:2595
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_Union(ST_GeomFromText('POINT(1 2)'),\n"
@@ -4544,19 +4633,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2566
+#: reference_processing.xml:2608
 #, no-c-format
 msgid "ST_UnaryUnion"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2568
+#: reference_processing.xml:2610
 #, no-c-format
 msgid "Like ST_Union, but working at the geometry component level."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2573
+#: reference_processing.xml:2615
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_UnaryUnion</function></funcdef> "
@@ -4564,7 +4653,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2584
+#: reference_processing.xml:2626
 #, no-c-format
 msgid ""
 "Unlike ST_Union, ST_UnaryUnion does dissolve boundaries between components "
@@ -4575,7 +4664,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2594
+#: reference_processing.xml:2636
 #, no-c-format
 msgid ""
 "You may use this function to node a set of linestrings. You may mix "
@@ -4585,7 +4674,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2612
+#: reference_processing.xml:2654
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_MemUnion\"/>, <xref linkend=\"ST_Collect\"/>, <xref "
@@ -4593,13 +4682,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2623
+#: reference_processing.xml:2665
 #, no-c-format
 msgid "ST_VoronoiLines"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2625
+#: reference_processing.xml:2667
 #, no-c-format
 msgid ""
 "Returns the boundaries between the cells of the Voronoi diagram constructed "
@@ -4607,7 +4696,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2630
+#: reference_processing.xml:2672
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_VoronoiLines</function></funcdef> <paramdef> "
@@ -4618,7 +4707,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2652
+#: reference_processing.xml:2694
 #, no-c-format
 msgid ""
 "ST_VoronoiLines computes a two-dimensional <ulink url=\"https://en.wikipedia."
@@ -4628,13 +4717,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2657 reference_processing.xml:2747
+#: reference_processing.xml:2699 reference_processing.xml:2789
 #, no-c-format
 msgid "Optional parameters:"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2661 reference_processing.xml:2751
+#: reference_processing.xml:2703 reference_processing.xml:2793
 #, no-c-format
 msgid ""
 "'tolerance' : The distance within which vertices will be considered "
@@ -4643,7 +4732,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2664 reference_processing.xml:2754
+#: reference_processing.xml:2706 reference_processing.xml:2796
 #, no-c-format
 msgid ""
 "'extend_to' : If a geometry is supplied as the \"extend_to\" parameter, the "
@@ -4653,19 +4742,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2671 reference_processing.xml:2761
+#: reference_processing.xml:2713 reference_processing.xml:2803
 #, no-c-format
 msgid "Availability: 2.3.0 - requires GEOS &gt;= 3.5.0."
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2686
+#: reference_processing.xml:2728
 #, no-c-format
 msgid "Voronoi lines with tolerance of 30 units"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2689 reference_processing.xml:2807
+#: reference_processing.xml:2731 reference_processing.xml:2849
 #, no-c-format
 msgid ""
 "SELECT ST_VoronoiLines(geom, 30) As geom\n"
@@ -4674,7 +4763,7 @@ msgid ""
 msgstr ""
 
 #. Tag: screen
-#: reference_processing.xml:2690 reference_processing.xml:2808
+#: reference_processing.xml:2732 reference_processing.xml:2850
 #, no-c-format
 msgid ""
 "-- ST_AsText output\n"
@@ -4684,20 +4773,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2703
+#: reference_processing.xml:2745
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_VoronoiPolygons\"/>, <xref linkend=\"ST_Collect\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_processing.xml:2713
+#: reference_processing.xml:2755
 #, no-c-format
 msgid "ST_VoronoiPolygons"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_processing.xml:2715
+#: reference_processing.xml:2757
 #, no-c-format
 msgid ""
 "Returns the cells of the Voronoi diagram constructed from the vertices of a "
@@ -4705,7 +4794,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_processing.xml:2720
+#: reference_processing.xml:2762
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_VoronoiPolygons</function></funcdef> "
@@ -4716,7 +4805,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2742
+#: reference_processing.xml:2784
 #, no-c-format
 msgid ""
 "ST_VoronoiPolygons computes a two-dimensional <ulink url=\"https://en."
@@ -4727,13 +4816,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2777
+#: reference_processing.xml:2819
 #, no-c-format
 msgid "Points overlaid on top of Voronoi diagram"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2780
+#: reference_processing.xml:2822
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -4743,7 +4832,7 @@ msgid ""
 msgstr ""
 
 #. Tag: screen
-#: reference_processing.xml:2781
+#: reference_processing.xml:2823
 #, no-c-format
 msgid ""
 "-- ST_AsText output\n"
@@ -4761,13 +4850,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2791
+#: reference_processing.xml:2833
 #, no-c-format
 msgid "Voronoi with tolerance of 30 units"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_processing.xml:2794
+#: reference_processing.xml:2836
 #, no-c-format
 msgid ""
 "SELECT ST_VoronoiPolygons(geom, 30) As geom\n"
@@ -4776,7 +4865,7 @@ msgid ""
 msgstr ""
 
 #. Tag: screen
-#: reference_processing.xml:2795
+#: reference_processing.xml:2837
 #, no-c-format
 msgid ""
 "-- ST_AsText output\n"
@@ -4792,13 +4881,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2804
+#: reference_processing.xml:2846
 #, no-c-format
 msgid "Voronoi with tolerance of 30 units as MultiLineString"
 msgstr ""
 
 #. Tag: para
-#: reference_processing.xml:2821
+#: reference_processing.xml:2863
 #, no-c-format
 msgid ", <xref linkend=\"ST_VoronoiLines\"/>, <xref linkend=\"ST_Collect\"/>"
 msgstr ""
index 026728e9bbfbeb80e09785c16b81a311bd5f9271..45e3d81aa5c0d95de054e679b374823c4f1a0ff1 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:03+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2015-09-29 12:24+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -131,71 +131,71 @@ msgstr ""
 #: reference_raster.xml:777 reference_raster.xml:846 reference_raster.xml:889
 #: reference_raster.xml:924 reference_raster.xml:961 reference_raster.xml:1002
 #: reference_raster.xml:1060 reference_raster.xml:1105
-#: reference_raster.xml:1211 reference_raster.xml:1420
-#: reference_raster.xml:1507 reference_raster.xml:1603
-#: reference_raster.xml:1670 reference_raster.xml:1735
-#: reference_raster.xml:1777 reference_raster.xml:1827
-#: reference_raster.xml:1866 reference_raster.xml:1900
-#: reference_raster.xml:1937 reference_raster.xml:1980
-#: reference_raster.xml:2015 reference_raster.xml:2049
-#: reference_raster.xml:2099 reference_raster.xml:2153
-#: reference_raster.xml:2190 reference_raster.xml:2230
-#: reference_raster.xml:2285 reference_raster.xml:2340
-#: reference_raster.xml:2386 reference_raster.xml:2421
-#: reference_raster.xml:2457 reference_raster.xml:2493
-#: reference_raster.xml:2528 reference_raster.xml:2567
-#: reference_raster.xml:2601 reference_raster.xml:2635
-#: reference_raster.xml:2679 reference_raster.xml:2741
-#: reference_raster.xml:2796 reference_raster.xml:2837
-#: reference_raster.xml:2884 reference_raster.xml:2926
-#: reference_raster.xml:2977 reference_raster.xml:3012
-#: reference_raster.xml:3087 reference_raster.xml:3130
-#: reference_raster.xml:3176 reference_raster.xml:3234
-#: reference_raster.xml:3277 reference_raster.xml:3328
-#: reference_raster.xml:3371 reference_raster.xml:3443
-#: reference_raster.xml:3530 reference_raster.xml:3617
-#: reference_raster.xml:3705 reference_raster.xml:3790
-#: reference_raster.xml:3916 reference_raster.xml:4013
-#: reference_raster.xml:4065 reference_raster.xml:4113
-#: reference_raster.xml:4156 reference_raster.xml:4203
-#: reference_raster.xml:4247 reference_raster.xml:4285
-#: reference_raster.xml:4360 reference_raster.xml:4429
-#: reference_raster.xml:4497 reference_raster.xml:4574
-#: reference_raster.xml:4646 reference_raster.xml:4725
-#: reference_raster.xml:4833 reference_raster.xml:4868
-#: reference_raster.xml:4935 reference_raster.xml:5000
-#: reference_raster.xml:5113 reference_raster.xml:5234
-#: reference_raster.xml:5300 reference_raster.xml:5379
-#: reference_raster.xml:5525 reference_raster.xml:5568
-#: reference_raster.xml:5614 reference_raster.xml:5699
-#: reference_raster.xml:5790 reference_raster.xml:5878
-#: reference_raster.xml:5989 reference_raster.xml:6182
-#: reference_raster.xml:6458 reference_raster.xml:6607
-#: reference_raster.xml:6937 reference_raster.xml:7143
-#: reference_raster.xml:7267 reference_raster.xml:7593
-#: reference_raster.xml:7711 reference_raster.xml:7824
-#: reference_raster.xml:7966 reference_raster.xml:8052
-#: reference_raster.xml:8124 reference_raster.xml:8188
-#: reference_raster.xml:8259 reference_raster.xml:8334
-#: reference_raster.xml:8417 reference_raster.xml:8488
-#: reference_raster.xml:8544 reference_raster.xml:8619
-#: reference_raster.xml:8690 reference_raster.xml:8774
-#: reference_raster.xml:8866 reference_raster.xml:8948
-#: reference_raster.xml:9002 reference_raster.xml:9076
-#: reference_raster.xml:9124 reference_raster.xml:9176
-#: reference_raster.xml:9218 reference_raster.xml:9266
-#: reference_raster.xml:9317 reference_raster.xml:9365
-#: reference_raster.xml:9407 reference_raster.xml:9481
-#: reference_raster.xml:9526 reference_raster.xml:9570
-#: reference_raster.xml:9615 reference_raster.xml:9684
-#: reference_raster.xml:9731 reference_raster.xml:9804
-#: reference_raster.xml:9872 reference_raster.xml:9961
-#: reference_raster.xml:10046 reference_raster.xml:10127
-#: reference_raster.xml:10208 reference_raster.xml:10337
-#: reference_raster.xml:10421 reference_raster.xml:10501
-#: reference_raster.xml:10620 reference_raster.xml:10667
-#: reference_raster.xml:10739 reference_raster.xml:10836
-#: reference_raster.xml:10929
+#: reference_raster.xml:1220 reference_raster.xml:1429
+#: reference_raster.xml:1516 reference_raster.xml:1612
+#: reference_raster.xml:1679 reference_raster.xml:1744
+#: reference_raster.xml:1786 reference_raster.xml:1836
+#: reference_raster.xml:1875 reference_raster.xml:1909
+#: reference_raster.xml:1946 reference_raster.xml:1989
+#: reference_raster.xml:2024 reference_raster.xml:2058
+#: reference_raster.xml:2108 reference_raster.xml:2162
+#: reference_raster.xml:2199 reference_raster.xml:2239
+#: reference_raster.xml:2294 reference_raster.xml:2349
+#: reference_raster.xml:2395 reference_raster.xml:2430
+#: reference_raster.xml:2466 reference_raster.xml:2502
+#: reference_raster.xml:2537 reference_raster.xml:2576
+#: reference_raster.xml:2610 reference_raster.xml:2644
+#: reference_raster.xml:2688 reference_raster.xml:2750
+#: reference_raster.xml:2805 reference_raster.xml:2846
+#: reference_raster.xml:2893 reference_raster.xml:2935
+#: reference_raster.xml:2986 reference_raster.xml:3021
+#: reference_raster.xml:3096 reference_raster.xml:3139
+#: reference_raster.xml:3185 reference_raster.xml:3243
+#: reference_raster.xml:3286 reference_raster.xml:3337
+#: reference_raster.xml:3380 reference_raster.xml:3452
+#: reference_raster.xml:3539 reference_raster.xml:3626
+#: reference_raster.xml:3714 reference_raster.xml:3799
+#: reference_raster.xml:3925 reference_raster.xml:4022
+#: reference_raster.xml:4074 reference_raster.xml:4122
+#: reference_raster.xml:4165 reference_raster.xml:4212
+#: reference_raster.xml:4256 reference_raster.xml:4294
+#: reference_raster.xml:4369 reference_raster.xml:4438
+#: reference_raster.xml:4506 reference_raster.xml:4583
+#: reference_raster.xml:4655 reference_raster.xml:4734
+#: reference_raster.xml:4842 reference_raster.xml:4877
+#: reference_raster.xml:4944 reference_raster.xml:5009
+#: reference_raster.xml:5122 reference_raster.xml:5243
+#: reference_raster.xml:5309 reference_raster.xml:5388
+#: reference_raster.xml:5534 reference_raster.xml:5577
+#: reference_raster.xml:5623 reference_raster.xml:5718
+#: reference_raster.xml:5809 reference_raster.xml:5897
+#: reference_raster.xml:6008 reference_raster.xml:6201
+#: reference_raster.xml:6477 reference_raster.xml:6626
+#: reference_raster.xml:6956 reference_raster.xml:7162
+#: reference_raster.xml:7286 reference_raster.xml:7612
+#: reference_raster.xml:7730 reference_raster.xml:7843
+#: reference_raster.xml:7985 reference_raster.xml:8071
+#: reference_raster.xml:8143 reference_raster.xml:8207
+#: reference_raster.xml:8278 reference_raster.xml:8353
+#: reference_raster.xml:8436 reference_raster.xml:8507
+#: reference_raster.xml:8563 reference_raster.xml:8638
+#: reference_raster.xml:8709 reference_raster.xml:8793
+#: reference_raster.xml:8885 reference_raster.xml:8967
+#: reference_raster.xml:9021 reference_raster.xml:9095
+#: reference_raster.xml:9143 reference_raster.xml:9195
+#: reference_raster.xml:9237 reference_raster.xml:9285
+#: reference_raster.xml:9336 reference_raster.xml:9384
+#: reference_raster.xml:9426 reference_raster.xml:9500
+#: reference_raster.xml:9545 reference_raster.xml:9589
+#: reference_raster.xml:9634 reference_raster.xml:9703
+#: reference_raster.xml:9750 reference_raster.xml:9823
+#: reference_raster.xml:9891 reference_raster.xml:9980
+#: reference_raster.xml:10065 reference_raster.xml:10146
+#: reference_raster.xml:10227 reference_raster.xml:10356
+#: reference_raster.xml:10440 reference_raster.xml:10520
+#: reference_raster.xml:10639 reference_raster.xml:10686
+#: reference_raster.xml:10758 reference_raster.xml:10855
+#: reference_raster.xml:10948
 #, no-c-format
 msgid "Description"
 msgstr ""
@@ -217,69 +217,69 @@ msgstr ""
 #: reference_raster.xml:389 reference_raster.xml:584 reference_raster.xml:725
 #: reference_raster.xml:803 reference_raster.xml:863 reference_raster.xml:899
 #: reference_raster.xml:936 reference_raster.xml:974 reference_raster.xml:1024
-#: reference_raster.xml:1075 reference_raster.xml:1125
-#: reference_raster.xml:1255 reference_raster.xml:1472
-#: reference_raster.xml:1562 reference_raster.xml:1623
-#: reference_raster.xml:1699 reference_raster.xml:1750
-#: reference_raster.xml:1798 reference_raster.xml:1845
-#: reference_raster.xml:1879 reference_raster.xml:1915
-#: reference_raster.xml:1958 reference_raster.xml:1994
-#: reference_raster.xml:2028 reference_raster.xml:2072
-#: reference_raster.xml:2132 reference_raster.xml:2169
-#: reference_raster.xml:2207 reference_raster.xml:2252
-#: reference_raster.xml:2311 reference_raster.xml:2365
-#: reference_raster.xml:2400 reference_raster.xml:2436
-#: reference_raster.xml:2472 reference_raster.xml:2507
-#: reference_raster.xml:2541 reference_raster.xml:2580
-#: reference_raster.xml:2614 reference_raster.xml:2649
-#: reference_raster.xml:2699 reference_raster.xml:2756
-#: reference_raster.xml:2811 reference_raster.xml:2862
-#: reference_raster.xml:2897 reference_raster.xml:2952
-#: reference_raster.xml:2990 reference_raster.xml:3065
-#: reference_raster.xml:3102 reference_raster.xml:3144
-#: reference_raster.xml:3202 reference_raster.xml:3245
-#: reference_raster.xml:3296 reference_raster.xml:3339
-#: reference_raster.xml:3390 reference_raster.xml:3465
-#: reference_raster.xml:3555 reference_raster.xml:3649
-#: reference_raster.xml:3720 reference_raster.xml:3869
-#: reference_raster.xml:3935 reference_raster.xml:4091
-#: reference_raster.xml:4126 reference_raster.xml:4175
-#: reference_raster.xml:4220 reference_raster.xml:4260
-#: reference_raster.xml:4298 reference_raster.xml:4390
-#: reference_raster.xml:4455 reference_raster.xml:4524
-#: reference_raster.xml:4602 reference_raster.xml:4676
-#: reference_raster.xml:4798 reference_raster.xml:4846
-#: reference_raster.xml:4887 reference_raster.xml:4956
-#: reference_raster.xml:5017 reference_raster.xml:5148
-#: reference_raster.xml:5249 reference_raster.xml:5336
-#: reference_raster.xml:5396 reference_raster.xml:5543
-#: reference_raster.xml:5653 reference_raster.xml:5744
-#: reference_raster.xml:5835 reference_raster.xml:5915
-#: reference_raster.xml:6145 reference_raster.xml:6379
-#: reference_raster.xml:6517 reference_raster.xml:6868
-#: reference_raster.xml:7104 reference_raster.xml:7217
-#: reference_raster.xml:7509 reference_raster.xml:7668
-#: reference_raster.xml:7791 reference_raster.xml:7924
-#: reference_raster.xml:7995 reference_raster.xml:8083
-#: reference_raster.xml:8156 reference_raster.xml:8226
-#: reference_raster.xml:8295 reference_raster.xml:8377
-#: reference_raster.xml:8456 reference_raster.xml:8511
-#: reference_raster.xml:8580 reference_raster.xml:8651
-#: reference_raster.xml:8726 reference_raster.xml:8819
-#: reference_raster.xml:8916 reference_raster.xml:8959
-#: reference_raster.xml:9044 reference_raster.xml:9092
-#: reference_raster.xml:9143 reference_raster.xml:9193
-#: reference_raster.xml:9238 reference_raster.xml:9291
-#: reference_raster.xml:9337 reference_raster.xml:9380
-#: reference_raster.xml:9419 reference_raster.xml:9629
-#: reference_raster.xml:9697 reference_raster.xml:9750
-#: reference_raster.xml:9816 reference_raster.xml:9907
-#: reference_raster.xml:9992 reference_raster.xml:10073
-#: reference_raster.xml:10154 reference_raster.xml:10238
-#: reference_raster.xml:10367 reference_raster.xml:10448
-#: reference_raster.xml:10528 reference_raster.xml:10641
-#: reference_raster.xml:10685 reference_raster.xml:10772
-#: reference_raster.xml:10867 reference_raster.xml:10960
+#: reference_raster.xml:1075 reference_raster.xml:1134
+#: reference_raster.xml:1264 reference_raster.xml:1481
+#: reference_raster.xml:1571 reference_raster.xml:1632
+#: reference_raster.xml:1708 reference_raster.xml:1759
+#: reference_raster.xml:1807 reference_raster.xml:1854
+#: reference_raster.xml:1888 reference_raster.xml:1924
+#: reference_raster.xml:1967 reference_raster.xml:2003
+#: reference_raster.xml:2037 reference_raster.xml:2081
+#: reference_raster.xml:2141 reference_raster.xml:2178
+#: reference_raster.xml:2216 reference_raster.xml:2261
+#: reference_raster.xml:2320 reference_raster.xml:2374
+#: reference_raster.xml:2409 reference_raster.xml:2445
+#: reference_raster.xml:2481 reference_raster.xml:2516
+#: reference_raster.xml:2550 reference_raster.xml:2589
+#: reference_raster.xml:2623 reference_raster.xml:2658
+#: reference_raster.xml:2708 reference_raster.xml:2765
+#: reference_raster.xml:2820 reference_raster.xml:2871
+#: reference_raster.xml:2906 reference_raster.xml:2961
+#: reference_raster.xml:2999 reference_raster.xml:3074
+#: reference_raster.xml:3111 reference_raster.xml:3153
+#: reference_raster.xml:3211 reference_raster.xml:3254
+#: reference_raster.xml:3305 reference_raster.xml:3348
+#: reference_raster.xml:3399 reference_raster.xml:3474
+#: reference_raster.xml:3564 reference_raster.xml:3658
+#: reference_raster.xml:3729 reference_raster.xml:3878
+#: reference_raster.xml:3944 reference_raster.xml:4100
+#: reference_raster.xml:4135 reference_raster.xml:4184
+#: reference_raster.xml:4229 reference_raster.xml:4269
+#: reference_raster.xml:4307 reference_raster.xml:4399
+#: reference_raster.xml:4464 reference_raster.xml:4533
+#: reference_raster.xml:4611 reference_raster.xml:4685
+#: reference_raster.xml:4807 reference_raster.xml:4855
+#: reference_raster.xml:4896 reference_raster.xml:4965
+#: reference_raster.xml:5026 reference_raster.xml:5157
+#: reference_raster.xml:5258 reference_raster.xml:5345
+#: reference_raster.xml:5405 reference_raster.xml:5552
+#: reference_raster.xml:5672 reference_raster.xml:5763
+#: reference_raster.xml:5854 reference_raster.xml:5934
+#: reference_raster.xml:6164 reference_raster.xml:6398
+#: reference_raster.xml:6536 reference_raster.xml:6887
+#: reference_raster.xml:7123 reference_raster.xml:7236
+#: reference_raster.xml:7528 reference_raster.xml:7687
+#: reference_raster.xml:7810 reference_raster.xml:7943
+#: reference_raster.xml:8014 reference_raster.xml:8102
+#: reference_raster.xml:8175 reference_raster.xml:8245
+#: reference_raster.xml:8314 reference_raster.xml:8396
+#: reference_raster.xml:8475 reference_raster.xml:8530
+#: reference_raster.xml:8599 reference_raster.xml:8670
+#: reference_raster.xml:8745 reference_raster.xml:8838
+#: reference_raster.xml:8935 reference_raster.xml:8978
+#: reference_raster.xml:9063 reference_raster.xml:9111
+#: reference_raster.xml:9162 reference_raster.xml:9212
+#: reference_raster.xml:9257 reference_raster.xml:9310
+#: reference_raster.xml:9356 reference_raster.xml:9399
+#: reference_raster.xml:9438 reference_raster.xml:9648
+#: reference_raster.xml:9716 reference_raster.xml:9769
+#: reference_raster.xml:9835 reference_raster.xml:9926
+#: reference_raster.xml:10011 reference_raster.xml:10092
+#: reference_raster.xml:10173 reference_raster.xml:10257
+#: reference_raster.xml:10386 reference_raster.xml:10467
+#: reference_raster.xml:10547 reference_raster.xml:10660
+#: reference_raster.xml:10704 reference_raster.xml:10791
+#: reference_raster.xml:10886 reference_raster.xml:10979
 #, no-c-format
 msgid "See Also"
 msgstr ""
@@ -941,23 +941,23 @@ msgstr ""
 
 #. Tag: para
 #: reference_raster.xml:568 reference_raster.xml:717 reference_raster.xml:793
-#: reference_raster.xml:859 reference_raster.xml:1513 reference_raster.xml:1904
-#: reference_raster.xml:2934 reference_raster.xml:3091
-#: reference_raster.xml:3134 reference_raster.xml:3191
-#: reference_raster.xml:4876 reference_raster.xml:4939
-#: reference_raster.xml:5134 reference_raster.xml:5238
-#: reference_raster.xml:5308 reference_raster.xml:5530
-#: reference_raster.xml:6003 reference_raster.xml:7163
-#: reference_raster.xml:7362 reference_raster.xml:7626
-#: reference_raster.xml:7745 reference_raster.xml:7874
-#: reference_raster.xml:7972 reference_raster.xml:8060
-#: reference_raster.xml:8144 reference_raster.xml:8283
-#: reference_raster.xml:8358 reference_raster.xml:8445
-#: reference_raster.xml:8568 reference_raster.xml:8639
-#: reference_raster.xml:8714 reference_raster.xml:8800
-#: reference_raster.xml:8896 reference_raster.xml:9024
-#: reference_raster.xml:9488 reference_raster.xml:9739
-#: reference_raster.xml:9811 reference_raster.xml:10630
+#: reference_raster.xml:859 reference_raster.xml:1522 reference_raster.xml:1913
+#: reference_raster.xml:2943 reference_raster.xml:3100
+#: reference_raster.xml:3143 reference_raster.xml:3200
+#: reference_raster.xml:4885 reference_raster.xml:4948
+#: reference_raster.xml:5143 reference_raster.xml:5247
+#: reference_raster.xml:5317 reference_raster.xml:5539
+#: reference_raster.xml:6022 reference_raster.xml:7182
+#: reference_raster.xml:7381 reference_raster.xml:7645
+#: reference_raster.xml:7764 reference_raster.xml:7893
+#: reference_raster.xml:7991 reference_raster.xml:8079
+#: reference_raster.xml:8163 reference_raster.xml:8302
+#: reference_raster.xml:8377 reference_raster.xml:8464
+#: reference_raster.xml:8587 reference_raster.xml:8658
+#: reference_raster.xml:8733 reference_raster.xml:8819
+#: reference_raster.xml:8915 reference_raster.xml:9043
+#: reference_raster.xml:9507 reference_raster.xml:9758
+#: reference_raster.xml:9830 reference_raster.xml:10649
 #, no-c-format
 msgid "Availability: 2.0.0"
 msgstr ""
@@ -1140,57 +1140,57 @@ msgstr ""
 
 #. Tag: title
 #: reference_raster.xml:720 reference_raster.xml:797 reference_raster.xml:894
-#: reference_raster.xml:930 reference_raster.xml:968 reference_raster.xml:1517
-#: reference_raster.xml:1616 reference_raster.xml:1690
-#: reference_raster.xml:1791 reference_raster.xml:1839
-#: reference_raster.xml:1872 reference_raster.xml:1908
-#: reference_raster.xml:1951 reference_raster.xml:1987
-#: reference_raster.xml:2021 reference_raster.xml:2161
-#: reference_raster.xml:2199 reference_raster.xml:2242
-#: reference_raster.xml:2301 reference_raster.xml:2355
-#: reference_raster.xml:2393 reference_raster.xml:2428
-#: reference_raster.xml:2464 reference_raster.xml:2500
-#: reference_raster.xml:2536 reference_raster.xml:2573
-#: reference_raster.xml:2607 reference_raster.xml:2641
-#: reference_raster.xml:2692 reference_raster.xml:2749
-#: reference_raster.xml:2804 reference_raster.xml:2855
-#: reference_raster.xml:2890 reference_raster.xml:2945
-#: reference_raster.xml:2983 reference_raster.xml:3058
-#: reference_raster.xml:3095 reference_raster.xml:3139
-#: reference_raster.xml:3197 reference_raster.xml:3240
-#: reference_raster.xml:3291 reference_raster.xml:3334
-#: reference_raster.xml:3385 reference_raster.xml:3452
-#: reference_raster.xml:3546 reference_raster.xml:3638
-#: reference_raster.xml:3713 reference_raster.xml:3926
-#: reference_raster.xml:4022 reference_raster.xml:4085
-#: reference_raster.xml:4119 reference_raster.xml:4167
-#: reference_raster.xml:4210 reference_raster.xml:4291
-#: reference_raster.xml:4384 reference_raster.xml:4448
-#: reference_raster.xml:4516 reference_raster.xml:4594
-#: reference_raster.xml:4671 reference_raster.xml:4750
-#: reference_raster.xml:4839 reference_raster.xml:4880
-#: reference_raster.xml:4950 reference_raster.xml:5012
-#: reference_raster.xml:5242 reference_raster.xml:5391
-#: reference_raster.xml:5534 reference_raster.xml:5587
-#: reference_raster.xml:5827 reference_raster.xml:6268
-#: reference_raster.xml:7167 reference_raster.xml:7630
-#: reference_raster.xml:7878 reference_raster.xml:8149
-#: reference_raster.xml:8221 reference_raster.xml:8288
-#: reference_raster.xml:8450 reference_raster.xml:8506
-#: reference_raster.xml:8573 reference_raster.xml:8644
-#: reference_raster.xml:8719 reference_raster.xml:8954
-#: reference_raster.xml:9087 reference_raster.xml:9138
-#: reference_raster.xml:9187 reference_raster.xml:9230
-#: reference_raster.xml:9286 reference_raster.xml:9331
-#: reference_raster.xml:9375 reference_raster.xml:9414
-#: reference_raster.xml:9492 reference_raster.xml:9536
-#: reference_raster.xml:9581 reference_raster.xml:9744
-#: reference_raster.xml:9900 reference_raster.xml:9987
-#: reference_raster.xml:10068 reference_raster.xml:10149
-#: reference_raster.xml:10230 reference_raster.xml:10362
-#: reference_raster.xml:10443 reference_raster.xml:10523
-#: reference_raster.xml:10680 reference_raster.xml:10767
-#: reference_raster.xml:10862 reference_raster.xml:10955
+#: reference_raster.xml:930 reference_raster.xml:968 reference_raster.xml:1526
+#: reference_raster.xml:1625 reference_raster.xml:1699
+#: reference_raster.xml:1800 reference_raster.xml:1848
+#: reference_raster.xml:1881 reference_raster.xml:1917
+#: reference_raster.xml:1960 reference_raster.xml:1996
+#: reference_raster.xml:2030 reference_raster.xml:2170
+#: reference_raster.xml:2208 reference_raster.xml:2251
+#: reference_raster.xml:2310 reference_raster.xml:2364
+#: reference_raster.xml:2402 reference_raster.xml:2437
+#: reference_raster.xml:2473 reference_raster.xml:2509
+#: reference_raster.xml:2545 reference_raster.xml:2582
+#: reference_raster.xml:2616 reference_raster.xml:2650
+#: reference_raster.xml:2701 reference_raster.xml:2758
+#: reference_raster.xml:2813 reference_raster.xml:2864
+#: reference_raster.xml:2899 reference_raster.xml:2954
+#: reference_raster.xml:2992 reference_raster.xml:3067
+#: reference_raster.xml:3104 reference_raster.xml:3148
+#: reference_raster.xml:3206 reference_raster.xml:3249
+#: reference_raster.xml:3300 reference_raster.xml:3343
+#: reference_raster.xml:3394 reference_raster.xml:3461
+#: reference_raster.xml:3555 reference_raster.xml:3647
+#: reference_raster.xml:3722 reference_raster.xml:3935
+#: reference_raster.xml:4031 reference_raster.xml:4094
+#: reference_raster.xml:4128 reference_raster.xml:4176
+#: reference_raster.xml:4219 reference_raster.xml:4300
+#: reference_raster.xml:4393 reference_raster.xml:4457
+#: reference_raster.xml:4525 reference_raster.xml:4603
+#: reference_raster.xml:4680 reference_raster.xml:4759
+#: reference_raster.xml:4848 reference_raster.xml:4889
+#: reference_raster.xml:4959 reference_raster.xml:5021
+#: reference_raster.xml:5251 reference_raster.xml:5400
+#: reference_raster.xml:5543 reference_raster.xml:5596
+#: reference_raster.xml:5846 reference_raster.xml:6287
+#: reference_raster.xml:7186 reference_raster.xml:7649
+#: reference_raster.xml:7897 reference_raster.xml:8168
+#: reference_raster.xml:8240 reference_raster.xml:8307
+#: reference_raster.xml:8469 reference_raster.xml:8525
+#: reference_raster.xml:8592 reference_raster.xml:8663
+#: reference_raster.xml:8738 reference_raster.xml:8973
+#: reference_raster.xml:9106 reference_raster.xml:9157
+#: reference_raster.xml:9206 reference_raster.xml:9249
+#: reference_raster.xml:9305 reference_raster.xml:9350
+#: reference_raster.xml:9394 reference_raster.xml:9433
+#: reference_raster.xml:9511 reference_raster.xml:9555
+#: reference_raster.xml:9600 reference_raster.xml:9763
+#: reference_raster.xml:9919 reference_raster.xml:10006
+#: reference_raster.xml:10087 reference_raster.xml:10168
+#: reference_raster.xml:10249 reference_raster.xml:10381
+#: reference_raster.xml:10462 reference_raster.xml:10542
+#: reference_raster.xml:10699 reference_raster.xml:10786
+#: reference_raster.xml:10881 reference_raster.xml:10974
 #, no-c-format
 msgid "Examples"
 msgstr ""
@@ -1524,9 +1524,9 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1008 reference_raster.xml:1440
-#: reference_raster.xml:5634 reference_raster.xml:5732
-#: reference_raster.xml:5823 reference_raster.xml:5903
+#: reference_raster.xml:1008 reference_raster.xml:1449
+#: reference_raster.xml:5643 reference_raster.xml:5751
+#: reference_raster.xml:5842 reference_raster.xml:5922
 #, no-c-format
 msgid "Availability: 2.0.0 - requires GDAL &gt;= 1.6.0."
 msgstr ""
@@ -1819,24 +1819,24 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1072 reference_raster.xml:1686
-#: reference_raster.xml:1787 reference_raster.xml:2237
-#: reference_raster.xml:2532 reference_raster.xml:2687
-#: reference_raster.xml:3236 reference_raster.xml:3286
-#: reference_raster.xml:3330 reference_raster.xml:3380
-#: reference_raster.xml:3537 reference_raster.xml:3634
-#: reference_raster.xml:3819 reference_raster.xml:3922
-#: reference_raster.xml:4019 reference_raster.xml:6264
-#: reference_raster.xml:6752 reference_raster.xml:6943
-#: reference_raster.xml:8217 reference_raster.xml:8502
-#: reference_raster.xml:8950 reference_raster.xml:9083
-#: reference_raster.xml:9134 reference_raster.xml:9371
-#: reference_raster.xml:9624 reference_raster.xml:9896
-#: reference_raster.xml:9983 reference_raster.xml:10064
-#: reference_raster.xml:10145 reference_raster.xml:10226
-#: reference_raster.xml:10439 reference_raster.xml:10519
-#: reference_raster.xml:10676 reference_raster.xml:10763
-#: reference_raster.xml:10858 reference_raster.xml:10951
+#: reference_raster.xml:1072 reference_raster.xml:1695
+#: reference_raster.xml:1796 reference_raster.xml:2246
+#: reference_raster.xml:2541 reference_raster.xml:2696
+#: reference_raster.xml:3245 reference_raster.xml:3295
+#: reference_raster.xml:3339 reference_raster.xml:3389
+#: reference_raster.xml:3546 reference_raster.xml:3643
+#: reference_raster.xml:3828 reference_raster.xml:3931
+#: reference_raster.xml:4028 reference_raster.xml:6283
+#: reference_raster.xml:6771 reference_raster.xml:6962
+#: reference_raster.xml:8236 reference_raster.xml:8521
+#: reference_raster.xml:8969 reference_raster.xml:9102
+#: reference_raster.xml:9153 reference_raster.xml:9390
+#: reference_raster.xml:9643 reference_raster.xml:9915
+#: reference_raster.xml:10002 reference_raster.xml:10083
+#: reference_raster.xml:10164 reference_raster.xml:10245
+#: reference_raster.xml:10458 reference_raster.xml:10538
+#: reference_raster.xml:10695 reference_raster.xml:10782
+#: reference_raster.xml:10877 reference_raster.xml:10970
 #, no-c-format
 msgid "Availability: 2.1.0"
 msgstr ""
@@ -1884,8 +1884,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1120 reference_raster.xml:1745
-#: reference_raster.xml:4729
+#: reference_raster.xml:1120 reference_raster.xml:1754
+#: reference_raster.xml:4738
 #, no-c-format
 msgid ""
 "Algorithm options are: 'NearestNeighbor', 'Bilinear', 'Cubic', "
@@ -1894,35 +1894,66 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1122 reference_raster.xml:1747
-#: reference_raster.xml:1946 reference_raster.xml:5008
-#: reference_raster.xml:5387
+#: reference_raster.xml:1122 reference_raster.xml:1756
+#: reference_raster.xml:1955 reference_raster.xml:5017
+#: reference_raster.xml:5396
 #, no-c-format
 msgid "Availability: 2.2.0"
 msgstr ""
 
+#. Tag: title
+#: reference_raster.xml:1125
+#, no-c-format
+msgid "Example"
+msgstr ""
+
 #. Tag: para
 #: reference_raster.xml:1126
 #, no-c-format
+msgid "Output to generally better quality but slower to product format"
+msgstr ""
+
+#. Tag: programlisting
+#: reference_raster.xml:1127
+#, no-c-format
+msgid ""
+"SELECT ST_CreateOverview('mydata.mytable'::regclass, 'rast', 2, 'Lanczos');"
+msgstr ""
+
+#. Tag: para
+#: reference_raster.xml:1129
+#, no-c-format
+msgid "Output to faster to process default nearest neighbor"
+msgstr ""
+
+#. Tag: programlisting
+#: reference_raster.xml:1130
+#, no-c-format
+msgid "SELECT ST_CreateOverview('mydata.mytable'::regclass, 'rast', 2);"
+msgstr ""
+
+#. Tag: para
+#: reference_raster.xml:1135
+#, no-c-format
 msgid ""
 ", <xref linkend=\"RT_AddOverviewConstraints\"/>, <xref linkend="
 "\"RT_AddRasterConstraints\"/>, <xref linkend=\"RT_Raster_Overviews\"/>"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:1137
+#: reference_raster.xml:1146
 #, no-c-format
 msgid "Raster Constructors"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1141
+#: reference_raster.xml:1150
 #, no-c-format
 msgid "ST_AddBand"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1142
+#: reference_raster.xml:1151
 #, no-c-format
 msgid ""
 "Returns a raster with the new band(s) of given type added with given initial "
@@ -1931,7 +1962,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:1148
+#: reference_raster.xml:1157
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>(1) raster <function>ST_AddBand</function></"
@@ -1982,7 +2013,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1213
+#: reference_raster.xml:1222
 #, no-c-format
 msgid ""
 "Returns a raster with a new band added in given position (index), of given "
@@ -1997,7 +2028,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1217
+#: reference_raster.xml:1226
 #, no-c-format
 msgid ""
 "For the variant that takes an array of <xref linkend=\"addbandarg\"/> "
@@ -2007,7 +2038,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1221
+#: reference_raster.xml:1230
 #, no-c-format
 msgid ""
 "For the variant that takes an array of rasters (Variant 5), if "
@@ -2016,7 +2047,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1225
+#: reference_raster.xml:1234
 #, no-c-format
 msgid ""
 "For the variants that take <varname>outdbfile</varname> (Variants 6 and 7), "
@@ -2025,25 +2056,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1229
+#: reference_raster.xml:1238
 #, no-c-format
 msgid "Enhanced: 2.1.0 support for addbandarg added."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1230
+#: reference_raster.xml:1239
 #, no-c-format
 msgid "Enhanced: 2.1.0 support for new out-db bands added."
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:1234
+#: reference_raster.xml:1243
 #, no-c-format
 msgid "Examples: Single New Band"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1236
+#: reference_raster.xml:1245
 #, no-c-format
 msgid ""
 "-- Add another band of type 8 bit unsigned integer with pixels initialized "
@@ -2054,7 +2085,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1238
+#: reference_raster.xml:1247
 #, no-c-format
 msgid ""
 "-- Create an empty raster 100x100 units, with upper left  right at 0, add 2 "
@@ -2095,13 +2126,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:1242
+#: reference_raster.xml:1251
 #, no-c-format
 msgid "Examples: Multiple New Bands"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1244
+#: reference_raster.xml:1253
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -2128,7 +2159,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1246
+#: reference_raster.xml:1255
 #, no-c-format
 msgid ""
 "-- Aggregate the 1st band of a table of like rasters into a single raster\n"
@@ -2148,13 +2179,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:1250
+#: reference_raster.xml:1259
 #, no-c-format
 msgid "Examples: New Out-db band"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1251
+#: reference_raster.xml:1260
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -2177,7 +2208,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1256
+#: reference_raster.xml:1265
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_BandPixelType\"/>, <xref linkend="
@@ -2186,19 +2217,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1269
+#: reference_raster.xml:1278
 #, no-c-format
 msgid "ST_AsRaster"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1270
+#: reference_raster.xml:1279
 #, no-c-format
 msgid "Converts a PostGIS geometry to a PostGIS raster."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:1274
+#: reference_raster.xml:1283
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_AsRaster</function></funcdef> "
@@ -2344,7 +2375,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1422
+#: reference_raster.xml:1431
 #, no-c-format
 msgid ""
 "Converts a PostGIS geometry to a PostGIS raster. The many variants offers "
@@ -2353,7 +2384,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1424
+#: reference_raster.xml:1433
 #, no-c-format
 msgid ""
 "The first group, composed of the two first variants, produce a raster having "
@@ -2365,7 +2396,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1426
+#: reference_raster.xml:1435
 #, no-c-format
 msgid ""
 "The second group, composed of four variants, let you set the dimensions of "
@@ -2379,7 +2410,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1428
+#: reference_raster.xml:1437
 #, no-c-format
 msgid ""
 "The third group, composed of four variants, let you fix the dimensions of "
@@ -2391,7 +2422,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1430
+#: reference_raster.xml:1439
 #, no-c-format
 msgid ""
 "The two first variants of each of those two last groups let you specify the "
@@ -2402,7 +2433,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1432
+#: reference_raster.xml:1441
 #, no-c-format
 msgid ""
 "Each group of variant allows producing a one band raster or a multiple bands "
@@ -2414,7 +2445,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1434
+#: reference_raster.xml:1443
 #, no-c-format
 msgid ""
 "The output raster will be in the same spatial reference as the source "
@@ -2424,7 +2455,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1436
+#: reference_raster.xml:1445
 #, no-c-format
 msgid ""
 "The optional <varname>touched</varname> parameter defaults to false and maps "
@@ -2434,7 +2465,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1438
+#: reference_raster.xml:1447
 #, no-c-format
 msgid ""
 "This is particularly useful for rendering jpegs and pngs of geometries "
@@ -2444,7 +2475,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1442
+#: reference_raster.xml:1451
 #, no-c-format
 msgid ""
 "Not yet capable of rendering complex geometry types such as curves, TINS, "
@@ -2452,19 +2483,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:1447
+#: reference_raster.xml:1456
 #, no-c-format
 msgid "Examples: Output geometries as PNG files"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1453
+#: reference_raster.xml:1462
 #, no-c-format
 msgid "black circle"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1456
+#: reference_raster.xml:1465
 #, no-c-format
 msgid ""
 "-- this will output a black circle taking up 150 x 150 pixels --\n"
@@ -2472,13 +2503,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1463
+#: reference_raster.xml:1472
 #, no-c-format
 msgid "example from buffer rendered with just PostGIS"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1467
+#: reference_raster.xml:1476
 #, no-c-format
 msgid ""
 "-- the bands map to RGB bands - the value (118,154,118) - teal  --\n"
@@ -2492,7 +2523,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1473
+#: reference_raster.xml:1482
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_Buffer\"/>, <xref linkend=\"RT_ST_GDALDrivers\"/>, "
@@ -2501,13 +2532,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1479
+#: reference_raster.xml:1488
 #, no-c-format
 msgid "ST_Band"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1480
+#: reference_raster.xml:1489
 #, no-c-format
 msgid ""
 "Returns one or more bands of an existing raster as a new raster. Useful for "
@@ -2515,7 +2546,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:1484
+#: reference_raster.xml:1493
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Band</function></funcdef> "
@@ -2533,7 +2564,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1509
+#: reference_raster.xml:1518
 #, no-c-format
 msgid ""
 "Returns one or more bands of an existing raster as a new raster. Useful for "
@@ -2544,7 +2575,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1511
+#: reference_raster.xml:1520
 #, no-c-format
 msgid ""
 "For the <code>nbands</code> as text variant of function, the default "
@@ -2557,7 +2588,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1519
+#: reference_raster.xml:1528
 #, no-c-format
 msgid ""
 "-- Make 2 new rasters: 1 containing band 1 of dummy, second containing band "
@@ -2576,7 +2607,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1521
+#: reference_raster.xml:1530
 #, no-c-format
 msgid ""
 "-- Return bands 2 and 3. Using array cast syntax\n"
@@ -2594,25 +2625,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1531
+#: reference_raster.xml:1540
 #, no-c-format
 msgid "original (column rast)"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1540
+#: reference_raster.xml:1549
 #, no-c-format
 msgid "dupe_band"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1549
+#: reference_raster.xml:1558
 #, no-c-format
 msgid "sing_band"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1557
+#: reference_raster.xml:1566
 #, no-c-format
 msgid ""
 "--Make a new raster with 2nd band of original and 1st band repeated twice,\n"
@@ -2624,7 +2655,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1563
+#: reference_raster.xml:1572
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_NumBands\"/>, <xref linkend=\"RT_ST_Reclass\"/>, "
@@ -2632,13 +2663,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1569
+#: reference_raster.xml:1578
 #, no-c-format
 msgid "ST_MakeEmptyRaster"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1570
+#: reference_raster.xml:1579
 #, no-c-format
 msgid ""
 "Returns an empty raster (having no bands) of given dimensions (width &amp; "
@@ -2649,7 +2680,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:1574
+#: reference_raster.xml:1583
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_MakeEmptyRaster</function></"
@@ -2675,7 +2706,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1604
+#: reference_raster.xml:1613
 #, no-c-format
 msgid ""
 "Returns an empty raster (having no band) of given dimensions (width &amp; "
@@ -2685,7 +2716,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1607
+#: reference_raster.xml:1616
 #, no-c-format
 msgid ""
 "The last version use a single parameter to specify the pixel size "
@@ -2694,7 +2725,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1609
+#: reference_raster.xml:1618
 #, no-c-format
 msgid ""
 "If an existing raster is passed in, it returns a new raster with the same "
@@ -2702,7 +2733,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1611
+#: reference_raster.xml:1620
 #, no-c-format
 msgid ""
 "If no srid is specified it defaults to 0. After you create an empty raster "
@@ -2712,7 +2743,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1618
+#: reference_raster.xml:1627
 #, no-c-format
 msgid ""
 "INSERT INTO dummy_rast(rid,rast)\n"
@@ -2742,7 +2773,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1624
+#: reference_raster.xml:1633
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MetaData\"/>, <xref linkend=\"RT_ST_ScaleX\"/>, "
@@ -2751,13 +2782,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1631
+#: reference_raster.xml:1640
 #, no-c-format
 msgid "ST_Tile"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1632
+#: reference_raster.xml:1641
 #, no-c-format
 msgid ""
 "<refpurpose>Returns a set of rasters resulting from the split of the input "
@@ -2765,7 +2796,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:1636
+#: reference_raster.xml:1645
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>setof raster <function>ST_Tile</function></funcdef> "
@@ -2796,7 +2827,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1672
+#: reference_raster.xml:1681
 #, no-c-format
 msgid ""
 "<para>Returns a set of rasters resulting from the split of the input raster "
@@ -2804,7 +2835,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1676
+#: reference_raster.xml:1685
 #, no-c-format
 msgid ""
 "If <varname>padwithnodata</varname> = FALSE, edge tiles on the right and "
@@ -2816,7 +2847,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1681
+#: reference_raster.xml:1690
 #, no-c-format
 msgid ""
 "If a specified band of the input raster is out-of-db, the corresponding band "
@@ -2824,7 +2855,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1692
+#: reference_raster.xml:1701
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -2881,7 +2912,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1694
+#: reference_raster.xml:1703
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -2929,26 +2960,26 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1700
+#: reference_raster.xml:1709
 #, no-c-format
 msgid ", <xref linkend=\"RT_Retile\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1710
+#: reference_raster.xml:1719
 #, no-c-format
 msgid "ST_Retile"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1711
+#: reference_raster.xml:1720
 #, no-c-format
 msgid ""
 "Return a set of configured tiles from an arbitrarily tiled raster coverage."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:1719
+#: reference_raster.xml:1728
 #, no-c-format
 msgid ""
 "<funcdef>SETOF raster <function>ST_Retile</function></funcdef> "
@@ -2964,7 +2995,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1737
+#: reference_raster.xml:1746
 #, no-c-format
 msgid ""
 "Return a set of tiles having the specified scale (<varname>sfx</varname>, "
@@ -2975,19 +3006,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1761
+#: reference_raster.xml:1770
 #, no-c-format
 msgid "ST_FromGDALRaster"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1762
+#: reference_raster.xml:1771
 #, no-c-format
 msgid "Returns a raster from a supported GDAL raster file."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:1767
+#: reference_raster.xml:1776
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_FromGDALRaster</function></funcdef> "
@@ -2997,7 +3028,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1779
+#: reference_raster.xml:1788
 #, no-c-format
 msgid ""
 "Returns a raster from a supported GDAL raster file. <varname>gdaldata</"
@@ -3005,7 +3036,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1783
+#: reference_raster.xml:1792
 #, no-c-format
 msgid ""
 "If <varname>srid</varname> is NULL, the function will try to automatically "
@@ -3014,7 +3045,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1793
+#: reference_raster.xml:1802
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -3049,19 +3080,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:1808
+#: reference_raster.xml:1817
 #, no-c-format
 msgid "Raster Accessors"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1812
+#: reference_raster.xml:1821
 #, no-c-format
 msgid "ST_GeoReference"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1813
+#: reference_raster.xml:1822
 #, no-c-format
 msgid ""
 "Returns the georeference meta data in GDAL or ESRI format as commonly seen "
@@ -3069,7 +3100,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:1818
+#: reference_raster.xml:1827
 #, no-c-format
 msgid ""
 "<funcdef>text <function>ST_GeoReference</function></funcdef> "
@@ -3079,7 +3110,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1829
+#: reference_raster.xml:1838
 #, no-c-format
 msgid ""
 "Returns the georeference meta data including carriage return in GDAL or ESRI "
@@ -3089,19 +3120,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1831 reference_raster.xml:4068
+#: reference_raster.xml:1840 reference_raster.xml:4077
 #, no-c-format
 msgid "Difference between format representations is as follows:"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1832 reference_raster.xml:4069
+#: reference_raster.xml:1841 reference_raster.xml:4078
 #, no-c-format
 msgid "<varname>GDAL</varname>:"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1833
+#: reference_raster.xml:1842
 #, no-c-format
 msgid ""
 "scalex\n"
@@ -3113,13 +3144,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1834 reference_raster.xml:4071
+#: reference_raster.xml:1843 reference_raster.xml:4080
 #, no-c-format
 msgid "<varname>ESRI</varname>:"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1835
+#: reference_raster.xml:1844
 #, no-c-format
 msgid ""
 "scalex\n"
@@ -3131,7 +3162,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1841
+#: reference_raster.xml:1850
 #, no-c-format
 msgid ""
 "SELECT ST_GeoReference(rast, 'ESRI') As esri_ref, ST_GeoReference(rast, "
@@ -3149,25 +3180,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1846
+#: reference_raster.xml:1855
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_ScaleX\"/>, <xref linkend=\"RT_ST_ScaleY\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1852
+#: reference_raster.xml:1861
 #, no-c-format
 msgid "ST_Height"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1853
+#: reference_raster.xml:1862
 #, no-c-format
 msgid "Returns the height of the raster in pixels."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:1858
+#: reference_raster.xml:1867
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_Height</function></funcdef> "
@@ -3175,13 +3206,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1868
+#: reference_raster.xml:1877
 #, no-c-format
 msgid "Returns the height of the raster."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1874
+#: reference_raster.xml:1883
 #, no-c-format
 msgid ""
 "SELECT rid, ST_Height(rast) As rastheight\n"
@@ -3194,13 +3225,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1886
+#: reference_raster.xml:1895
 #, no-c-format
 msgid "ST_IsEmpty"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1887
+#: reference_raster.xml:1896
 #, no-c-format
 msgid ""
 "<refpurpose>Returns true if the raster is empty (width = 0 and height = 0). "
@@ -3208,7 +3239,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:1892
+#: reference_raster.xml:1901
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_IsEmpty</function></funcdef> "
@@ -3216,7 +3247,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1902
+#: reference_raster.xml:1911
 #, no-c-format
 msgid ""
 "<para>Returns true if the raster is empty (width = 0 and height = 0). "
@@ -3224,7 +3255,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1910
+#: reference_raster.xml:1919
 #, no-c-format
 msgid ""
 "SELECT ST_IsEmpty(ST_MakeEmptyRaster(100, 100, 0, 0, 0, 0, 0, 0))\n"
@@ -3240,13 +3271,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1922
+#: reference_raster.xml:1931
 #, no-c-format
 msgid "ST_MemSize"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1924
+#: reference_raster.xml:1933
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the amount of space (in bytes) the raster takes.</"
@@ -3254,7 +3285,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:1929
+#: reference_raster.xml:1938
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_MemSize</function></funcdef> "
@@ -3262,13 +3293,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1939
+#: reference_raster.xml:1948
 #, no-c-format
 msgid "<para>Returns the amount of space (in bytes) the raster takes.</para>"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1940
+#: reference_raster.xml:1949
 #, no-c-format
 msgid ""
 "This is a nice compliment to PostgreSQL built in functions pg_column_size, "
@@ -3276,7 +3307,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1941
+#: reference_raster.xml:1950
 #, no-c-format
 msgid ""
 "pg_relation_size which gives the byte size of a table may return byte size "
@@ -3286,7 +3317,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1943
+#: reference_raster.xml:1952
 #, no-c-format
 msgid ""
 "pg_total_relation_size - includes, the table, the toasted tables, and the "
@@ -3294,7 +3325,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1953
+#: reference_raster.xml:1962
 #, no-c-format
 msgid ""
 "SELECT ST_MemSize(ST_AsRaster(ST_Buffer(ST_Point(1,5),10,1000),150, 150, "
@@ -3306,13 +3337,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:1966
+#: reference_raster.xml:1975
 #, no-c-format
 msgid "ST_MetaData"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:1967
+#: reference_raster.xml:1976
 #, no-c-format
 msgid ""
 "Returns basic meta data about a raster object such as pixel size, rotation "
@@ -3320,7 +3351,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:1972
+#: reference_raster.xml:1981
 #, no-c-format
 msgid ""
 "<funcdef>record <function>ST_MetaData</function></funcdef> "
@@ -3328,7 +3359,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1982
+#: reference_raster.xml:1991
 #, no-c-format
 msgid ""
 "Returns basic meta data about a raster object such as pixel size, rotation "
@@ -3337,7 +3368,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:1989
+#: reference_raster.xml:1998
 #, no-c-format
 msgid ""
 "SELECT rid, (foo.md).*\n"
@@ -3355,26 +3386,26 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:1995 reference_raster.xml:4847
+#: reference_raster.xml:2004 reference_raster.xml:4856
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_NumBands\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2001
+#: reference_raster.xml:2010
 #, no-c-format
 msgid "ST_NumBands"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2002
+#: reference_raster.xml:2011
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the number of bands in the raster object.</refpurpose>"
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2007
+#: reference_raster.xml:2016
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_NumBands</function></funcdef> "
@@ -3382,13 +3413,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2017
+#: reference_raster.xml:2026
 #, no-c-format
 msgid "<para>Returns the number of bands in the raster object.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2023
+#: reference_raster.xml:2032
 #, no-c-format
 msgid ""
 "SELECT rid, ST_NumBands(rast) As numbands\n"
@@ -3401,20 +3432,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2035
+#: reference_raster.xml:2044
 #, no-c-format
 msgid "ST_PixelHeight"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2036
+#: reference_raster.xml:2045
 #, no-c-format
 msgid ""
 "Returns the pixel height in geometric units of the spatial reference system."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2041
+#: reference_raster.xml:2050
 #, no-c-format
 msgid ""
 "<funcdef>double precision <function>ST_PixelHeight</function></funcdef> "
@@ -3422,7 +3453,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2051
+#: reference_raster.xml:2060
 #, no-c-format
 msgid ""
 "Returns the height of a pixel in geometric units of the spatial reference "
@@ -3431,7 +3462,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2053
+#: reference_raster.xml:2062
 #, no-c-format
 msgid ""
 "Refer to <xref linkend=\"RT_ST_PixelWidth\"/> for a diagrammatic "
@@ -3439,13 +3470,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:2057 reference_raster.xml:2117
+#: reference_raster.xml:2066 reference_raster.xml:2126
 #, no-c-format
 msgid "Examples: Rasters with no skew"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2059
+#: reference_raster.xml:2068
 #, no-c-format
 msgid ""
 "SELECT ST_Height(rast) As rastheight, ST_PixelHeight(rast) As pixheight,\n"
@@ -3461,13 +3492,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:2064 reference_raster.xml:2124
+#: reference_raster.xml:2073 reference_raster.xml:2133
 #, no-c-format
 msgid "Examples: Rasters with skew different than 0"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2066
+#: reference_raster.xml:2075
 #, no-c-format
 msgid ""
 "SELECT ST_Height(rast) As rastheight, ST_PixelHeight(rast) As pixheight,\n"
@@ -3484,8 +3515,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2073 reference_raster.xml:2133
-#: reference_raster.xml:4127
+#: reference_raster.xml:2082 reference_raster.xml:2142
+#: reference_raster.xml:4136
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_ScaleX\"/>, <xref linkend=\"RT_ST_ScaleY\"/>, <xref "
@@ -3493,20 +3524,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2085
+#: reference_raster.xml:2094
 #, no-c-format
 msgid "ST_PixelWidth"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2086
+#: reference_raster.xml:2095
 #, no-c-format
 msgid ""
 "Returns the pixel width in geometric units of the spatial reference system."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2091
+#: reference_raster.xml:2100
 #, no-c-format
 msgid ""
 "<funcdef>double precision <function>ST_PixelWidth</function></funcdef> "
@@ -3514,7 +3545,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2101
+#: reference_raster.xml:2110
 #, no-c-format
 msgid ""
 "Returns the width of a pixel in geometric units of the spatial reference "
@@ -3523,25 +3554,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2103
+#: reference_raster.xml:2112
 #, no-c-format
 msgid "The following diagram demonstrates the relationship:"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2110
+#: reference_raster.xml:2119
 #, no-c-format
 msgid "Pixel Width: Pixel size in the i direction"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2110
+#: reference_raster.xml:2119
 #, no-c-format
 msgid "Pixel Height: Pixel size in the j direction"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2119
+#: reference_raster.xml:2128
 #, no-c-format
 msgid ""
 "SELECT ST_Width(rast) As rastwidth, ST_PixelWidth(rast) As pixwidth,\n"
@@ -3557,7 +3588,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2126
+#: reference_raster.xml:2135
 #, no-c-format
 msgid ""
 "SELECT ST_Width(rast) As rastwidth, ST_PixelWidth(rast) As pixwidth,\n"
@@ -3575,13 +3606,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2139
+#: reference_raster.xml:2148
 #, no-c-format
 msgid "ST_ScaleX"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2140
+#: reference_raster.xml:2149
 #, no-c-format
 msgid ""
 "Returns the X component of the pixel width in units of coordinate reference "
@@ -3589,7 +3620,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2145
+#: reference_raster.xml:2154
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_ScaleX</function></funcdef> "
@@ -3597,7 +3628,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2155
+#: reference_raster.xml:2164
 #, no-c-format
 msgid ""
 "Returns the X component of the pixel width in units of coordinate reference "
@@ -3606,13 +3637,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2157
+#: reference_raster.xml:2166
 #, no-c-format
 msgid "Changed: 2.0.0. In WKTRaster versions this was called ST_PixelSizeX."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2163
+#: reference_raster.xml:2172
 #, no-c-format
 msgid ""
 "SELECT rid, ST_ScaleX(rast) As rastpixwidth\n"
@@ -3625,13 +3656,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2176
+#: reference_raster.xml:2185
 #, no-c-format
 msgid "ST_ScaleY"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2177
+#: reference_raster.xml:2186
 #, no-c-format
 msgid ""
 "Returns the Y component of the pixel height in units of coordinate reference "
@@ -3639,7 +3670,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2182
+#: reference_raster.xml:2191
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_ScaleY</function></funcdef> "
@@ -3647,7 +3678,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2192
+#: reference_raster.xml:2201
 #, no-c-format
 msgid ""
 "Returns the Y component of the pixel height in units of coordinate reference "
@@ -3656,13 +3687,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2195
+#: reference_raster.xml:2204
 #, no-c-format
 msgid "Changed: 2.0.0. In WKTRaster versions this was called ST_PixelSizeY."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2201
+#: reference_raster.xml:2210
 #, no-c-format
 msgid ""
 "SELECT rid, ST_ScaleY(rast) As rastpixheight\n"
@@ -3675,13 +3706,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2214
+#: reference_raster.xml:2223
 #, no-c-format
 msgid "ST_RasterToWorldCoord"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2215
+#: reference_raster.xml:2224
 #, no-c-format
 msgid ""
 "Returns the raster's upper left corner as geometric X and Y (longitude and "
@@ -3689,7 +3720,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2220
+#: reference_raster.xml:2229
 #, no-c-format
 msgid ""
 "<funcdef>record <function>ST_RasterToWorldCoord</function></funcdef> "
@@ -3699,7 +3730,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2232
+#: reference_raster.xml:2241
 #, no-c-format
 msgid ""
 "Returns the upper left corner as geometric X and Y (longitude and latitude) "
@@ -3712,7 +3743,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2244
+#: reference_raster.xml:2253
 #, no-c-format
 msgid ""
 "-- non-skewed raster\n"
@@ -3729,7 +3760,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2246
+#: reference_raster.xml:2255
 #, no-c-format
 msgid ""
 "-- skewed raster\n"
@@ -3751,7 +3782,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2253
+#: reference_raster.xml:2262
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_RasterToWorldCoordY\"/>, <xref linkend="
@@ -3759,13 +3790,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2263
+#: reference_raster.xml:2272
 #, no-c-format
 msgid "ST_RasterToWorldCoordX"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2264
+#: reference_raster.xml:2273
 #, no-c-format
 msgid ""
 "Returns the geometric X coordinate upper left of a raster, column and row. "
@@ -3773,7 +3804,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:2269
+#: reference_raster.xml:2278
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_RasterToWorldCoordX</function></"
@@ -3787,7 +3818,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2287
+#: reference_raster.xml:2296
 #, no-c-format
 msgid ""
 "Returns the upper left X coordinate of a raster column row in geometric "
@@ -3799,7 +3830,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2292
+#: reference_raster.xml:2301
 #, no-c-format
 msgid ""
 "For non-skewed rasters, providing the X column is sufficient. For skewed "
@@ -3809,13 +3840,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2296
+#: reference_raster.xml:2305
 #, no-c-format
 msgid "Changed: 2.1.0 In prior versions, this was called ST_Raster2WorldCoordX"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2303
+#: reference_raster.xml:2312
 #, no-c-format
 msgid ""
 "-- non-skewed raster providing column is sufficient\n"
@@ -3831,7 +3862,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2305
+#: reference_raster.xml:2314
 #, no-c-format
 msgid ""
 "-- for fun lets skew it\n"
@@ -3848,7 +3879,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2312
+#: reference_raster.xml:2321
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_RasterToWorldCoordY\"/>, <xref linkend="
@@ -3856,13 +3887,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2318
+#: reference_raster.xml:2327
 #, no-c-format
 msgid "ST_RasterToWorldCoordY"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2319
+#: reference_raster.xml:2328
 #, no-c-format
 msgid ""
 "Returns the geometric Y coordinate upper left corner of a raster, column and "
@@ -3870,7 +3901,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:2324
+#: reference_raster.xml:2333
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_RasterToWorldCoordY</function></"
@@ -3884,7 +3915,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2342
+#: reference_raster.xml:2351
 #, no-c-format
 msgid ""
 "Returns the upper left Y coordinate of a raster column row in geometric "
@@ -3896,7 +3927,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2347
+#: reference_raster.xml:2356
 #, no-c-format
 msgid ""
 "For non-skewed rasters, providing the Y column is sufficient. For skewed "
@@ -3906,13 +3937,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2351
+#: reference_raster.xml:2360
 #, no-c-format
 msgid "Changed: 2.1.0 In prior versions, this was called ST_Raster2WorldCoordY"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2357
+#: reference_raster.xml:2366
 #, no-c-format
 msgid ""
 "-- non-skewed raster providing row is sufficient\n"
@@ -3928,7 +3959,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2359
+#: reference_raster.xml:2368
 #, no-c-format
 msgid ""
 "-- for fun lets skew it\n"
@@ -3944,7 +3975,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2366
+#: reference_raster.xml:2375
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_RasterToWorldCoordX\"/>, <xref linkend="
@@ -3952,19 +3983,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2372
+#: reference_raster.xml:2381
 #, no-c-format
 msgid "ST_Rotation"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2373
+#: reference_raster.xml:2382
 #, no-c-format
 msgid "Returns the rotation of the raster in radian."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2378
+#: reference_raster.xml:2387
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_Rotation</function></funcdef> "
@@ -3972,7 +4003,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2388
+#: reference_raster.xml:2397
 #, no-c-format
 msgid ""
 "Returns the uniform rotation of the raster in radian. If a raster does not "
@@ -3981,7 +4012,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2395
+#: reference_raster.xml:2404
 #, no-c-format
 msgid ""
 "SELECT rid, ST_Rotation(ST_SetScale(ST_SetSkew(rast, sqrt(2)), sqrt(2))) as "
@@ -3994,25 +4025,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2401
+#: reference_raster.xml:2410
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_SetScale\"/>, <xref linkend=\"RT_ST_SetSkew\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2407
+#: reference_raster.xml:2416
 #, no-c-format
 msgid "ST_SkewX"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2408
+#: reference_raster.xml:2417
 #, no-c-format
 msgid "Returns the georeference X skew (or rotation parameter)."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2413
+#: reference_raster.xml:2422
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_SkewX</function></funcdef> "
@@ -4020,7 +4051,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2423
+#: reference_raster.xml:2432
 #, no-c-format
 msgid ""
 "Returns the georeference X skew (or rotation parameter). Refer to <ulink url="
@@ -4029,7 +4060,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2430 reference_raster.xml:2466
+#: reference_raster.xml:2439 reference_raster.xml:2475
 #, no-c-format
 msgid ""
 "SELECT rid, ST_SkewX(rast) As skewx, ST_SkewY(rast) As skewy,\n"
@@ -4054,25 +4085,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2437
+#: reference_raster.xml:2446
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_SkewY\"/>, <xref linkend=\"RT_ST_SetSkew\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2443
+#: reference_raster.xml:2452
 #, no-c-format
 msgid "ST_SkewY"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2444
+#: reference_raster.xml:2453
 #, no-c-format
 msgid "Returns the georeference Y skew (or rotation parameter)."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2449
+#: reference_raster.xml:2458
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_SkewY</function></funcdef> "
@@ -4080,7 +4111,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2459
+#: reference_raster.xml:2468
 #, no-c-format
 msgid ""
 "Returns the georeference Y skew (or rotation parameter). Refer to <ulink url="
@@ -4089,19 +4120,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2473
+#: reference_raster.xml:2482
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_SkewX\"/>, <xref linkend=\"RT_ST_SetSkew\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2479
+#: reference_raster.xml:2488
 #, no-c-format
 msgid "ST_SRID"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2480
+#: reference_raster.xml:2489
 #, no-c-format
 msgid ""
 "Returns the spatial reference identifier of the raster as defined in "
@@ -4109,7 +4140,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2485
+#: reference_raster.xml:2494
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_SRID</function></funcdef> "
@@ -4117,7 +4148,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2495
+#: reference_raster.xml:2504
 #, no-c-format
 msgid ""
 "Returns the spatial reference identifier of the raster object as defined in "
@@ -4125,7 +4156,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2496
+#: reference_raster.xml:2505
 #, no-c-format
 msgid ""
 "From PostGIS 2.0+ the srid of a non-georeferenced raster/geometry is 0 "
@@ -4133,7 +4164,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2502
+#: reference_raster.xml:2511
 #, no-c-format
 msgid ""
 "SELECT ST_SRID(rast) As srid\n"
@@ -4145,19 +4176,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2508
+#: reference_raster.xml:2517
 #, no-c-format
 msgid ", <xref linkend=\"ST_SRID\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2514
+#: reference_raster.xml:2523
 #, no-c-format
 msgid "ST_Summary"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2515
+#: reference_raster.xml:2524
 #, no-c-format
 msgid ""
 "<refpurpose>Returns a text summary of the contents of the raster.</"
@@ -4165,7 +4196,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2520
+#: reference_raster.xml:2529
 #, no-c-format
 msgid ""
 "<funcdef>text <function>ST_Summary</function></funcdef> "
@@ -4173,13 +4204,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2530
+#: reference_raster.xml:2539
 #, no-c-format
 msgid "<para>Returns a text summary of the contents of the raster.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2537
+#: reference_raster.xml:2546
 #, no-c-format
 msgid ""
 "SELECT ST_Summary(\n"
@@ -4206,7 +4237,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2542
+#: reference_raster.xml:2551
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_BandMetaData\"/>, <xref linkend=\"ST_Summary\"/> "
@@ -4214,13 +4245,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2553
+#: reference_raster.xml:2562
 #, no-c-format
 msgid "ST_UpperLeftX"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2554
+#: reference_raster.xml:2563
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the upper left X coordinate of raster in projected "
@@ -4228,7 +4259,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2559
+#: reference_raster.xml:2568
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_UpperLeftX</function></funcdef> "
@@ -4236,7 +4267,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2569
+#: reference_raster.xml:2578
 #, no-c-format
 msgid ""
 "<para>Returns the upper left X coordinate of raster in projected spatial ref."
@@ -4244,7 +4275,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2575
+#: reference_raster.xml:2584
 #, no-c-format
 msgid ""
 "SELECt rid, ST_UpperLeftX(rast) As ulx\n"
@@ -4257,19 +4288,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2581 reference_raster.xml:2615
+#: reference_raster.xml:2590 reference_raster.xml:2624
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_GeoReference\"/>, <xref linkend=\"RT_Box3D\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2587
+#: reference_raster.xml:2596
 #, no-c-format
 msgid "ST_UpperLeftY"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2588
+#: reference_raster.xml:2597
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the upper left Y coordinate of raster in projected "
@@ -4277,7 +4308,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2593
+#: reference_raster.xml:2602
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_UpperLeftY</function></funcdef> "
@@ -4285,7 +4316,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2603
+#: reference_raster.xml:2612
 #, no-c-format
 msgid ""
 "<para>Returns the upper left Y coordinate of raster in projected spatial ref."
@@ -4293,7 +4324,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2609
+#: reference_raster.xml:2618
 #, no-c-format
 msgid ""
 "SELECT rid, ST_UpperLeftY(rast) As uly\n"
@@ -4306,19 +4337,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2621
+#: reference_raster.xml:2630
 #, no-c-format
 msgid "ST_Width"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2622
+#: reference_raster.xml:2631
 #, no-c-format
 msgid "<refpurpose>Returns the width of the raster in pixels.</refpurpose>"
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2627
+#: reference_raster.xml:2636
 #, no-c-format
 msgid ""
 "<funcdef>integer <function>ST_Width</function></funcdef> "
@@ -4326,13 +4357,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2637
+#: reference_raster.xml:2646
 #, no-c-format
 msgid "<para>Returns the width of the raster in pixels.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2643
+#: reference_raster.xml:2652
 #, no-c-format
 msgid ""
 "SELECT ST_Width(rast) As rastwidth\n"
@@ -4344,13 +4375,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2657
+#: reference_raster.xml:2666
 #, no-c-format
 msgid "ST_WorldToRasterCoord"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2658
+#: reference_raster.xml:2667
 #, no-c-format
 msgid ""
 "Returns the upper left corner as column and row given geometric X and Y "
@@ -4359,7 +4390,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:2662
+#: reference_raster.xml:2671
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>record <function>ST_WorldToRasterCoord</function></"
@@ -4374,7 +4405,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2681
+#: reference_raster.xml:2690
 #, no-c-format
 msgid ""
 "Returns the upper left corner as column and row given geometric X and Y "
@@ -4385,7 +4416,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2694
+#: reference_raster.xml:2703
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -4402,7 +4433,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2700
+#: reference_raster.xml:2709
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_WorldToRasterCoordY\"/>, <xref linkend="
@@ -4411,13 +4442,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2712
+#: reference_raster.xml:2721
 #, no-c-format
 msgid "ST_WorldToRasterCoordX"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2713
+#: reference_raster.xml:2722
 #, no-c-format
 msgid ""
 "Returns the column in the raster of the point geometry (pt) or a X and Y "
@@ -4426,7 +4457,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:2718
+#: reference_raster.xml:2727
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>integer <function>ST_WorldToRasterCoordX</"
@@ -4444,7 +4475,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2743
+#: reference_raster.xml:2752
 #, no-c-format
 msgid ""
 "Returns the column in the raster of the point geometry (pt) or a X and Y "
@@ -4455,13 +4486,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2745
+#: reference_raster.xml:2754
 #, no-c-format
 msgid "Changed: 2.1.0 In prior versions, this was called ST_World2RasterCoordX"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2751
+#: reference_raster.xml:2760
 #, no-c-format
 msgid ""
 "SELECT rid, ST_WorldToRasterCoordX(rast,3427927.8) As xcoord,\n"
@@ -4477,7 +4508,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2757 reference_raster.xml:2812
+#: reference_raster.xml:2766 reference_raster.xml:2821
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_RasterToWorldCoordY\"/>, <xref linkend=\"RT_ST_SRID"
@@ -4485,13 +4516,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2767
+#: reference_raster.xml:2776
 #, no-c-format
 msgid "ST_WorldToRasterCoordY"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2768
+#: reference_raster.xml:2777
 #, no-c-format
 msgid ""
 "Returns the row in the raster of the point geometry (pt) or a X and Y world "
@@ -4499,7 +4530,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:2773
+#: reference_raster.xml:2782
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>integer <function>ST_WorldToRasterCoordY</"
@@ -4517,7 +4548,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2798
+#: reference_raster.xml:2807
 #, no-c-format
 msgid ""
 "Returns the row in the raster of the point geometry (pt) or a X and Y world "
@@ -4528,13 +4559,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2800
+#: reference_raster.xml:2809
 #, no-c-format
 msgid "Changed: 2.1.0 In prior versions, this was called ST_World2RasterCoordY"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2806
+#: reference_raster.xml:2815
 #, no-c-format
 msgid ""
 "SELECT rid, ST_WorldToRasterCoordY(rast,20.5) As ycoord,\n"
@@ -4550,19 +4581,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:2819
+#: reference_raster.xml:2828
 #, no-c-format
 msgid "Raster Band Accessors"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2822
+#: reference_raster.xml:2831
 #, no-c-format
 msgid "ST_BandMetaData"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2823
+#: reference_raster.xml:2832
 #, no-c-format
 msgid ""
 "Returns basic meta data for a specific raster band. band num 1 is assumed if "
@@ -4570,7 +4601,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2828
+#: reference_raster.xml:2837
 #, no-c-format
 msgid ""
 "<funcdef>record <function>ST_BandMetaData</function></funcdef> "
@@ -4580,7 +4611,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2839
+#: reference_raster.xml:2848
 #, no-c-format
 msgid ""
 "Returns basic meta data about a raster band. Columns returned pixeltype | "
@@ -4588,19 +4619,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2843
+#: reference_raster.xml:2852
 #, no-c-format
 msgid "If raster contains no bands then an error is thrown."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2848
+#: reference_raster.xml:2857
 #, no-c-format
 msgid "If band has no NODATA value, nodatavalue will be NULL."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2857
+#: reference_raster.xml:2866
 #, no-c-format
 msgid ""
 "SELECT rid, (foo.md).*\n"
@@ -4613,19 +4644,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2863
+#: reference_raster.xml:2872
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_BandPixelType\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2869
+#: reference_raster.xml:2878
 #, no-c-format
 msgid "ST_BandNoDataValue"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2870
+#: reference_raster.xml:2879
 #, no-c-format
 msgid ""
 "Returns the value in a given band that represents no data. If no band num 1 "
@@ -4633,7 +4664,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2875
+#: reference_raster.xml:2884
 #, no-c-format
 msgid ""
 "<funcdef>double precision <function>ST_BandNoDataValue</function></funcdef> "
@@ -4643,13 +4674,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2886 reference_raster.xml:3014
+#: reference_raster.xml:2895 reference_raster.xml:3023
 #, no-c-format
 msgid "Returns the value that represents no data for the band"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2892
+#: reference_raster.xml:2901
 #, no-c-format
 msgid ""
 "SELECT ST_BandNoDataValue(rast,1) As bnval1,\n"
@@ -4664,19 +4695,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2905
+#: reference_raster.xml:2914
 #, no-c-format
 msgid "ST_BandIsNoData"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2906
+#: reference_raster.xml:2915
 #, no-c-format
 msgid "Returns true if the band is filled with only nodata values."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:2910
+#: reference_raster.xml:2919
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_BandIsNoData</function></"
@@ -4691,7 +4722,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2927
+#: reference_raster.xml:2936
 #, no-c-format
 msgid ""
 "Returns true if the band is filled with only nodata values. Band 1 is "
@@ -4702,7 +4733,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2937
+#: reference_raster.xml:2946
 #, no-c-format
 msgid ""
 "If the flag is dirty (this is, the result is different using TRUE as last "
@@ -4712,7 +4743,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2947
+#: reference_raster.xml:2956
 #, no-c-format
 msgid ""
 "-- Create dummy table with one raster column\n"
@@ -4772,7 +4803,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2953
+#: reference_raster.xml:2962
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_NumBands\"/>, <xref linkend="
@@ -4780,13 +4811,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2962
+#: reference_raster.xml:2971
 #, no-c-format
 msgid "ST_BandPath"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2963
+#: reference_raster.xml:2972
 #, no-c-format
 msgid ""
 "Returns system file path to a band stored in file system. If no bandnum "
@@ -4794,7 +4825,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:2968
+#: reference_raster.xml:2977
 #, no-c-format
 msgid ""
 "<funcdef>text <function>ST_BandPath</function></funcdef> "
@@ -4804,7 +4835,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:2979
+#: reference_raster.xml:2988
 #, no-c-format
 msgid ""
 "Returns system file path to a band. Throws an error if called with an in db "
@@ -4812,19 +4843,19 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:2985
+#: reference_raster.xml:2994
 #, no-c-format
 msgid "<!-- TODO: -->"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:2997
+#: reference_raster.xml:3006
 #, no-c-format
 msgid "ST_BandPixelType"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:2998
+#: reference_raster.xml:3007
 #, no-c-format
 msgid ""
 "Returns the type of pixel for given band. If no bandnum specified, 1 is "
@@ -4832,7 +4863,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3003
+#: reference_raster.xml:3012
 #, no-c-format
 msgid ""
 "<funcdef>text <function>ST_BandPixelType</function></funcdef> "
@@ -4842,79 +4873,79 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3015
+#: reference_raster.xml:3024
 #, no-c-format
 msgid "There are 11 pixel types. Pixel Types supported are as follows:"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3018
+#: reference_raster.xml:3027
 #, no-c-format
 msgid "1BB - 1-bit boolean"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3022
+#: reference_raster.xml:3031
 #, no-c-format
 msgid "2BUI - 2-bit unsigned integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3026
+#: reference_raster.xml:3035
 #, no-c-format
 msgid "4BUI - 4-bit unsigned integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3030
+#: reference_raster.xml:3039
 #, no-c-format
 msgid "8BSI - 8-bit signed integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3033
+#: reference_raster.xml:3042
 #, no-c-format
 msgid "8BUI - 8-bit unsigned integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3036
+#: reference_raster.xml:3045
 #, no-c-format
 msgid "16BSI - 16-bit signed integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3039
+#: reference_raster.xml:3048
 #, no-c-format
 msgid "16BUI - 16-bit unsigned integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3042
+#: reference_raster.xml:3051
 #, no-c-format
 msgid "32BSI - 32-bit signed integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3045
+#: reference_raster.xml:3054
 #, no-c-format
 msgid "32BUI - 32-bit unsigned integer"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3048
+#: reference_raster.xml:3057
 #, no-c-format
 msgid "32BF - 32-bit float"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3051
+#: reference_raster.xml:3060
 #, no-c-format
 msgid "64BF - 64-bit float"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3060
+#: reference_raster.xml:3069
 #, no-c-format
 msgid ""
 "SELECT ST_BandPixelType(rast,1) As btype1,\n"
@@ -4928,13 +4959,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3072
+#: reference_raster.xml:3081
 #, no-c-format
 msgid "ST_HasNoBand"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3073
+#: reference_raster.xml:3082
 #, no-c-format
 msgid ""
 "<refpurpose>Returns true if there is no band with given band number. If no "
@@ -4942,7 +4973,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3078
+#: reference_raster.xml:3087
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>ST_HasNoBand</function></funcdef> "
@@ -4951,7 +4982,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3089
+#: reference_raster.xml:3098
 #, no-c-format
 msgid ""
 "<para>Returns true if there is no band with given band number. If no band "
@@ -4959,7 +4990,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3097
+#: reference_raster.xml:3106
 #, no-c-format
 msgid ""
 "SELECT rid, ST_HasNoBand(rast) As hb1, ST_HasNoBand(rast,2) as hb2,\n"
@@ -4973,19 +5004,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:3110
+#: reference_raster.xml:3119
 #, no-c-format
 msgid "Raster Pixel Accessors and Setters"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3114
+#: reference_raster.xml:3123
 #, no-c-format
 msgid "ST_PixelAsPolygon"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3115
+#: reference_raster.xml:3124
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the polygon geometry that bounds the pixel for a "
@@ -4993,7 +5024,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3120
+#: reference_raster.xml:3129
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PixelAsPolygon</function></funcdef> "
@@ -5003,7 +5034,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3132
+#: reference_raster.xml:3141
 #, no-c-format
 msgid ""
 "<para>Returns the polygon geometry that bounds the pixel for a particular "
@@ -5011,7 +5042,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3140
+#: reference_raster.xml:3149
 #, no-c-format
 msgid ""
 "-- get raster pixel polygon\n"
@@ -5031,7 +5062,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3145
+#: reference_raster.xml:3154
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_PixelAsPolygons\"/>, <xref linkend="
@@ -5041,13 +5072,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3160
+#: reference_raster.xml:3169
 #, no-c-format
 msgid "ST_PixelAsPolygons"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3161
+#: reference_raster.xml:3170
 #, no-c-format
 msgid ""
 "Returns the polygon geometry that bounds every pixel of a raster band along "
@@ -5055,7 +5086,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3166
+#: reference_raster.xml:3175
 #, no-c-format
 msgid ""
 "<funcdef>setof record <function>ST_PixelAsPolygons</function></funcdef> "
@@ -5066,7 +5097,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3178
+#: reference_raster.xml:3187
 #, no-c-format
 msgid ""
 "Returns the polygon geometry that bounds every pixel of a raster band along "
@@ -5075,7 +5106,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3181
+#: reference_raster.xml:3190
 #, no-c-format
 msgid ""
 "ST_PixelAsPolygons returns one polygon geometry for every pixel. This is "
@@ -5084,7 +5115,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3186
+#: reference_raster.xml:3195
 #, no-c-format
 msgid ""
 "When exclude_nodata_value = TRUE, only those pixels whose values are not "
@@ -5092,20 +5123,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3192
+#: reference_raster.xml:3201
 #, no-c-format
 msgid "Enhanced: 2.1.0 exclude_nodata_value optional argument was added."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3193 reference_raster.xml:3287
-#: reference_raster.xml:3381
+#: reference_raster.xml:3202 reference_raster.xml:3296
+#: reference_raster.xml:3390
 #, no-c-format
 msgid "Changed: 2.1.1 Changed behavior of exclude_nodata_value."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3198
+#: reference_raster.xml:3207
 #, no-c-format
 msgid ""
 "-- get raster pixel polygon\n"
@@ -5131,7 +5162,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3203
+#: reference_raster.xml:3212
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_PixelAsPolygon\"/>, <xref linkend="
@@ -5141,13 +5172,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3217
+#: reference_raster.xml:3226
 #, no-c-format
 msgid "ST_PixelAsPoint"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3218
+#: reference_raster.xml:3227
 #, no-c-format
 msgid ""
 "<refpurpose>Returns a point geometry of the pixel's upper-left corner.</"
@@ -5155,7 +5186,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3224
+#: reference_raster.xml:3233
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PixelAsPoint</function></funcdef> "
@@ -5165,13 +5196,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3235
+#: reference_raster.xml:3244
 #, no-c-format
 msgid "<para>Returns a point geometry of the pixel's upper-left corner.</para>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3241
+#: reference_raster.xml:3250
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_PixelAsPoint(rast, 1, 1)) FROM dummy_rast WHERE rid = "
@@ -5183,7 +5214,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3246
+#: reference_raster.xml:3255
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_PixelAsPolygon\"/>, <xref linkend="
@@ -5193,13 +5224,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3260
+#: reference_raster.xml:3269
 #, no-c-format
 msgid "ST_PixelAsPoints"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3261
+#: reference_raster.xml:3270
 #, no-c-format
 msgid ""
 "<refpurpose>Returns a point geometry for each pixel of a raster band along "
@@ -5209,7 +5240,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3267
+#: reference_raster.xml:3276
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PixelAsPoints</function></funcdef> "
@@ -5220,7 +5251,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3278
+#: reference_raster.xml:3287
 #, no-c-format
 msgid ""
 "<para>Returns a point geometry for each pixel of a raster band along with "
@@ -5229,7 +5260,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3282 reference_raster.xml:3376
+#: reference_raster.xml:3291 reference_raster.xml:3385
 #, no-c-format
 msgid ""
 "When exclude_nodata_value = TRUE, only those pixels whose values are not "
@@ -5237,7 +5268,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3292
+#: reference_raster.xml:3301
 #, no-c-format
 msgid ""
 "SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsPoints(rast, 1)).* "
@@ -5273,7 +5304,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3297
+#: reference_raster.xml:3306
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_PixelAsPolygon\"/>, <xref linkend="
@@ -5283,13 +5314,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3311
+#: reference_raster.xml:3320
 #, no-c-format
 msgid "ST_PixelAsCentroid"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3312
+#: reference_raster.xml:3321
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the centroid (point geometry) of the area represented by "
@@ -5297,7 +5328,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3318
+#: reference_raster.xml:3327
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PixelAsCentroid</function></funcdef> "
@@ -5307,7 +5338,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3329
+#: reference_raster.xml:3338
 #, no-c-format
 msgid ""
 "<para>Returns the centroid (point geometry) of the area represented by a "
@@ -5315,7 +5346,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3335
+#: reference_raster.xml:3344
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(ST_PixelAsCentroid(rast, 1, 1)) FROM dummy_rast WHERE rid = "
@@ -5327,7 +5358,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3340
+#: reference_raster.xml:3349
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_PixelAsPolygon\"/>, <xref linkend="
@@ -5336,13 +5367,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3354
+#: reference_raster.xml:3363
 #, no-c-format
 msgid "ST_PixelAsCentroids"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3355
+#: reference_raster.xml:3364
 #, no-c-format
 msgid ""
 "<refpurpose>Returns the centroid (point geometry) for each pixel of a raster "
@@ -5352,7 +5383,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:3361
+#: reference_raster.xml:3370
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_PixelAsCentroids</function></funcdef> "
@@ -5363,7 +5394,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3372
+#: reference_raster.xml:3381
 #, no-c-format
 msgid ""
 "<para>Returns the centroid (point geometry) for each pixel of a raster band "
@@ -5372,7 +5403,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3386
+#: reference_raster.xml:3395
 #, no-c-format
 msgid ""
 "SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsCentroids(rast, "
@@ -5407,7 +5438,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3391
+#: reference_raster.xml:3400
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_PixelAsPolygon\"/>, <xref linkend="
@@ -5416,13 +5447,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3405
+#: reference_raster.xml:3414
 #, no-c-format
 msgid "ST_Value"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3406
+#: reference_raster.xml:3415
 #, no-c-format
 msgid ""
 "Returns the value of a given band in a given columnx, rowy pixel or at a "
@@ -5434,7 +5465,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:3410
+#: reference_raster.xml:3419
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>double precision <function>ST_Value</function></"
@@ -5464,7 +5495,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3445
+#: reference_raster.xml:3454
 #, no-c-format
 msgid ""
 "Returns the value of a given band in a given columnx, rowy pixel or at a "
@@ -5476,13 +5507,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3448
+#: reference_raster.xml:3457
 #, no-c-format
 msgid "Enhanced: 2.0.0 exclude_nodata_value optional argument was added."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3453
+#: reference_raster.xml:3462
 #, no-c-format
 msgid ""
 "-- get raster values at particular postgis geometry points\n"
@@ -5505,7 +5536,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3454
+#: reference_raster.xml:3463
 #, no-c-format
 msgid ""
 "SELECT rid, ST_Value(rast, 1, 1, 1) As b1pval,\n"
@@ -5519,7 +5550,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3456
+#: reference_raster.xml:3465
 #, no-c-format
 msgid ""
 "--- Get all values in bands 1,2,3 of each pixel --\n"
@@ -5543,7 +5574,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3458
+#: reference_raster.xml:3467
 #, no-c-format
 msgid ""
 "--- Get all values in bands 1,2,3 of each pixel same as above but returning "
@@ -5567,7 +5598,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3459
+#: reference_raster.xml:3468
 #, no-c-format
 msgid ""
 "--- Get a polygon formed by union of all pixels\n"
@@ -5616,7 +5647,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3461
+#: reference_raster.xml:3470
 #, no-c-format
 msgid ""
 "--- Checking all the pixels of a large raster tile can take a long time.\n"
@@ -5659,7 +5690,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3466
+#: reference_raster.xml:3475
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_DumpAsPolygons\"/>, <xref linkend=\"RT_ST_NumBands\"/"
@@ -5672,13 +5703,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3487
+#: reference_raster.xml:3496
 #, no-c-format
 msgid "ST_NearestValue"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3488
+#: reference_raster.xml:3497
 #, no-c-format
 msgid ""
 "Returns the nearest non-<varname>NODATA</varname> value of a given band's "
@@ -5687,7 +5718,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:3494
+#: reference_raster.xml:3503
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>double precision <function>ST_NearestValue</"
@@ -5717,7 +5748,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3531
+#: reference_raster.xml:3540
 #, no-c-format
 msgid ""
 "Returns the nearest non-<varname>NODATA</varname> value of a given band in a "
@@ -5728,7 +5759,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3534 reference_raster.xml:3621
+#: reference_raster.xml:3543 reference_raster.xml:3630
 #, no-c-format
 msgid ""
 "Band numbers start at 1 and <varname>bandnum</varname> is assumed to be 1 if "
@@ -5739,13 +5770,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3539
+#: reference_raster.xml:3548
 #, no-c-format
 msgid "ST_NearestValue is a drop-in replacement for ST_Value."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3548
+#: reference_raster.xml:3557
 #, no-c-format
 msgid ""
 "-- pixel 2x2 has value\n"
@@ -5783,7 +5814,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3550
+#: reference_raster.xml:3559
 #, no-c-format
 msgid ""
 "-- pixel 2x3 is NODATA\n"
@@ -5821,19 +5852,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3556
+#: reference_raster.xml:3565
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Value\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3566
+#: reference_raster.xml:3575
 #, no-c-format
 msgid "ST_Neighborhood"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3567
+#: reference_raster.xml:3576
 #, no-c-format
 msgid ""
 "Returns a 2-D double precision array of the non-<varname>NODATA</varname> "
@@ -5843,7 +5874,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:3573
+#: reference_raster.xml:3582
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>double precision[][] <function>ST_Neighborhood</"
@@ -5881,7 +5912,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3618
+#: reference_raster.xml:3627
 #, no-c-format
 msgid ""
 "Returns a 2-D double precision array of the non-<varname>NODATA</varname> "
@@ -5896,7 +5927,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3625
+#: reference_raster.xml:3634
 #, no-c-format
 msgid ""
 "The number of elements along each axis of the returning 2-D array is 2 * "
@@ -5906,7 +5937,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3630
+#: reference_raster.xml:3639
 #, no-c-format
 msgid ""
 "The 2-D array output can be passed to any of the raster processing builtin "
@@ -5914,7 +5945,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3640
+#: reference_raster.xml:3649
 #, no-c-format
 msgid ""
 "-- pixel 2x2 has value\n"
@@ -5945,7 +5976,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3642
+#: reference_raster.xml:3651
 #, no-c-format
 msgid ""
 "-- pixel 2x3 is NODATA\n"
@@ -5976,7 +6007,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3644
+#: reference_raster.xml:3653
 #, no-c-format
 msgid ""
 "-- pixel 3x3 has value\n"
@@ -6007,7 +6038,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3650
+#: reference_raster.xml:3659
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Min4ma\"/>, <xref linkend=\"RT_ST_Max4ma\"/>, <xref "
@@ -6017,13 +6048,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3667
+#: reference_raster.xml:3676
 #, no-c-format
 msgid "ST_SetValue"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3668
+#: reference_raster.xml:3677
 #, no-c-format
 msgid ""
 "Returns modified raster resulting from setting the value of a given band in "
@@ -6032,7 +6063,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:3672
+#: reference_raster.xml:3681
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_SetValue</function></funcdef> "
@@ -6060,7 +6091,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3706
+#: reference_raster.xml:3715
 #, no-c-format
 msgid ""
 "Returns modified raster resulting from setting the specified pixels' values "
@@ -6069,7 +6100,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3709
+#: reference_raster.xml:3718
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 Geometry variant of ST_SetValue() now supports any geometry "
@@ -6078,7 +6109,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3715
+#: reference_raster.xml:3724
 #, no-c-format
 msgid ""
 "-- Geometry example\n"
@@ -6101,7 +6132,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3717
+#: reference_raster.xml:3726
 #, no-c-format
 msgid ""
 "-- Store the changed raster --\n"
@@ -6111,26 +6142,26 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3721 reference_raster.xml:9420
+#: reference_raster.xml:3730 reference_raster.xml:9439
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_DumpAsPolygons\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3727
+#: reference_raster.xml:3736
 #, no-c-format
 msgid "ST_SetValues"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3728
+#: reference_raster.xml:3737
 #, no-c-format
 msgid ""
 "Returns modified raster resulting from setting the values of a given band."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:3732
+#: reference_raster.xml:3741
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_SetValues</function></funcdef> "
@@ -6178,7 +6209,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3791
+#: reference_raster.xml:3800
 #, no-c-format
 msgid ""
 "Returns modified raster resulting from setting specified pixels to new "
@@ -6186,7 +6217,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3795
+#: reference_raster.xml:3804
 #, no-c-format
 msgid ""
 "If <varname>keepnodata</varname> is TRUE, those pixels whose values are "
@@ -6195,7 +6226,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3799
+#: reference_raster.xml:3808
 #, no-c-format
 msgid ""
 "For Variant 1, the specific pixels to be set are determined by the "
@@ -6207,7 +6238,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3803
+#: reference_raster.xml:3812
 #, no-c-format
 msgid ""
 "Variant 2 is like Variant 1 but with a simple double precision "
@@ -6217,7 +6248,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3807
+#: reference_raster.xml:3816
 #, no-c-format
 msgid ""
 "For Variant 3, the specific pixels to be set are determined by the "
@@ -6227,7 +6258,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3811
+#: reference_raster.xml:3820
 #, no-c-format
 msgid ""
 "Variant 4 is the same as Variant 3 with the exception that it assumes that "
@@ -6235,7 +6266,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3815
+#: reference_raster.xml:3824
 #, no-c-format
 msgid ""
 "For Variant 5, an array of <xref linkend=\"geomval\"/> is used to determine "
@@ -6247,15 +6278,15 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:3824 reference_raster.xml:6757
-#: reference_raster.xml:8363 reference_raster.xml:8806
-#: reference_raster.xml:8903 reference_raster.xml:9031
+#: reference_raster.xml:3833 reference_raster.xml:6776
+#: reference_raster.xml:8382 reference_raster.xml:8825
+#: reference_raster.xml:8922 reference_raster.xml:9050
 #, no-c-format
 msgid "Examples: Variant 1"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3826
+#: reference_raster.xml:3835
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6303,7 +6334,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3828
+#: reference_raster.xml:3837
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6351,7 +6382,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3830
+#: reference_raster.xml:3839
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6401,7 +6432,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3832
+#: reference_raster.xml:3841
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6455,15 +6486,15 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:3837 reference_raster.xml:8370
-#: reference_raster.xml:8811 reference_raster.xml:8908
-#: reference_raster.xml:9036
+#: reference_raster.xml:3846 reference_raster.xml:8389
+#: reference_raster.xml:8830 reference_raster.xml:8927
+#: reference_raster.xml:9055
 #, no-c-format
 msgid "Examples: Variant 2"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3839
+#: reference_raster.xml:3848
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6511,7 +6542,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3841
+#: reference_raster.xml:3850
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6562,13 +6593,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:3846 reference_raster.xml:4791
+#: reference_raster.xml:3855 reference_raster.xml:4800
 #, no-c-format
 msgid "Examples: Variant 3"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3848
+#: reference_raster.xml:3857
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6615,7 +6646,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3850
+#: reference_raster.xml:3859
 #, no-c-format
 msgid ""
 "/*\n"
@@ -6665,13 +6696,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:3855
+#: reference_raster.xml:3864
 #, no-c-format
 msgid "Examples: Variant 5"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3857
+#: reference_raster.xml:3866
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -6708,7 +6739,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3859
+#: reference_raster.xml:3868
 #, no-c-format
 msgid ""
 "The following shows that geomvals later in the array can overwrite prior "
@@ -6716,7 +6747,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3860
+#: reference_raster.xml:3869
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -6750,13 +6781,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3862
+#: reference_raster.xml:3871
 #, no-c-format
 msgid "This example is the opposite of the prior example"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3863
+#: reference_raster.xml:3872
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -6790,7 +6821,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3870
+#: reference_raster.xml:3879
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SetValue\"/>, <xref linkend=\"RT_ST_PixelAsPolygons"
@@ -6798,19 +6829,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3880
+#: reference_raster.xml:3889
 #, no-c-format
 msgid "ST_DumpValues"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3881
+#: reference_raster.xml:3890
 #, no-c-format
 msgid "Get the values of the specified band as a 2-dimension array."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:3887
+#: reference_raster.xml:3896
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>setof record <function>ST_DumpValues</function></"
@@ -6826,7 +6857,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3918
+#: reference_raster.xml:3927
 #, no-c-format
 msgid ""
 "Get the values of the specified band as a 2-dimension array (first index is "
@@ -6835,7 +6866,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3928
+#: reference_raster.xml:3937
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -6856,7 +6887,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3930
+#: reference_raster.xml:3939
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -6876,7 +6907,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:3931
+#: reference_raster.xml:3940
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -6894,20 +6925,20 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:3936
+#: reference_raster.xml:3945
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SetValue\"/>, <xref linkend=\"RT_ST_SetValues\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:3947
+#: reference_raster.xml:3956
 #, no-c-format
 msgid "ST_PixelOfValue"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:3948
+#: reference_raster.xml:3957
 #, no-c-format
 msgid ""
 "Get the columnx, rowy coordinates of the pixel whose value equals the search "
@@ -6915,7 +6946,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:3954
+#: reference_raster.xml:3963
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>setof record <function>ST_PixelOfValue</function></"
@@ -6944,7 +6975,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4015
+#: reference_raster.xml:4024
 #, no-c-format
 msgid ""
 "Get the columnx, rowy coordinates of the pixel whose value equals the search "
@@ -6952,7 +6983,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4024
+#: reference_raster.xml:4033
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -7010,19 +7041,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:4032
+#: reference_raster.xml:4041
 #, no-c-format
 msgid "Raster Editors"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4036
+#: reference_raster.xml:4045
 #, no-c-format
 msgid "ST_SetGeoReference"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4037
+#: reference_raster.xml:4046
 #, no-c-format
 msgid ""
 "Set Georeference 6 georeference parameters in a single call. Numbers should "
@@ -7031,7 +7062,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4041
+#: reference_raster.xml:4050
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_SetGeoReference</function></"
@@ -7052,7 +7083,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4067
+#: reference_raster.xml:4076
 #, no-c-format
 msgid ""
 "Set Georeference 6 georeference parameters in a single call. Accepts inputs "
@@ -7061,20 +7092,20 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4070
+#: reference_raster.xml:4079
 #, no-c-format
 msgid "scalex skewy skewx scaley upperleftx upperlefty"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4072
+#: reference_raster.xml:4081
 #, no-c-format
 msgid ""
 "scalex skewy skewx scaley upperleftx + scalex*0.5 upperlefty + scaley*0.5"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4075
+#: reference_raster.xml:4084
 #, no-c-format
 msgid ""
 "If the raster has out-db bands, changing the georeference may result in "
@@ -7082,7 +7113,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4080
+#: reference_raster.xml:4089
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 Addition of ST_SetGeoReference(raster, double "
@@ -7090,7 +7121,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4087
+#: reference_raster.xml:4096
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -7130,7 +7161,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4092
+#: reference_raster.xml:4101
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_ScaleX\"/>, <xref linkend=\"RT_ST_ScaleY\"/>, <xref "
@@ -7138,19 +7169,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4098
+#: reference_raster.xml:4107
 #, no-c-format
 msgid "ST_SetRotation"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4099
+#: reference_raster.xml:4108
 #, no-c-format
 msgid "Set the rotation of the raster in radian."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:4104
+#: reference_raster.xml:4113
 #, no-c-format
 msgid ""
 "<funcdef>float8 <function>ST_SetRotation</function></funcdef> "
@@ -7159,7 +7190,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4115
+#: reference_raster.xml:4124
 #, no-c-format
 msgid ""
 "Uniformly rotate the raster. Rotation is in radian. Refer to <ulink url="
@@ -7168,7 +7199,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4121
+#: reference_raster.xml:4130
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -7188,13 +7219,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4134
+#: reference_raster.xml:4143
 #, no-c-format
 msgid "ST_SetScale"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4135
+#: reference_raster.xml:4144
 #, no-c-format
 msgid ""
 "Sets the X and Y size of pixels in units of coordinate reference system. "
@@ -7202,7 +7233,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4139
+#: reference_raster.xml:4148
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_SetScale</function></funcdef> "
@@ -7216,7 +7247,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4158
+#: reference_raster.xml:4167
 #, no-c-format
 msgid ""
 "Sets the X and Y size of pixels in units of coordinate reference system. "
@@ -7225,7 +7256,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4161
+#: reference_raster.xml:4170
 #, no-c-format
 msgid ""
 "ST_SetScale is different from <xref linkend=\"RT_ST_Rescale\"/> in that "
@@ -7238,7 +7269,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4163
+#: reference_raster.xml:4172
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 In WKTRaster versions this was called ST_SetPixelSize. This "
@@ -7246,7 +7277,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4169
+#: reference_raster.xml:4178
 #, no-c-format
 msgid ""
 "UPDATE dummy_rast\n"
@@ -7264,7 +7295,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4170
+#: reference_raster.xml:4179
 #, no-c-format
 msgid ""
 "UPDATE dummy_rast\n"
@@ -7282,19 +7313,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4176
+#: reference_raster.xml:4185
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_ScaleY\"/>, <xref linkend=\"RT_Box3D\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4182
+#: reference_raster.xml:4191
 #, no-c-format
 msgid "ST_SetSkew"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4183
+#: reference_raster.xml:4192
 #, no-c-format
 msgid ""
 "Sets the georeference X and Y skew (or rotation parameter). If only one is "
@@ -7302,7 +7333,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4187
+#: reference_raster.xml:4196
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_SetSkew</function></funcdef> "
@@ -7316,7 +7347,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4205
+#: reference_raster.xml:4214
 #, no-c-format
 msgid ""
 "Sets the georeference X and Y skew (or rotation parameter). If only one is "
@@ -7325,7 +7356,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4212
+#: reference_raster.xml:4221
 #, no-c-format
 msgid ""
 "-- Example 1\n"
@@ -7345,7 +7376,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4214
+#: reference_raster.xml:4223
 #, no-c-format
 msgid ""
 "-- Example 2 set both to same number:\n"
@@ -7365,7 +7396,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4221
+#: reference_raster.xml:4230
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SetGeoReference\"/>, <xref linkend=\"RT_ST_SkewX\"/"
@@ -7373,13 +7404,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4227
+#: reference_raster.xml:4236
 #, no-c-format
 msgid "ST_SetSRID"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4229
+#: reference_raster.xml:4238
 #, no-c-format
 msgid ""
 "Sets the SRID of a raster to a particular integer srid defined in the "
@@ -7387,7 +7418,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:4234
+#: reference_raster.xml:4243
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_SetSRID</function></funcdef> "
@@ -7396,13 +7427,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4249
+#: reference_raster.xml:4258
 #, no-c-format
 msgid "Sets the SRID on a raster to a particular integer value."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4252
+#: reference_raster.xml:4261
 #, no-c-format
 msgid ""
 "This function does not transform the raster in any way - it simply sets meta "
@@ -7411,19 +7442,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4262
+#: reference_raster.xml:4271
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_SRID\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4269
+#: reference_raster.xml:4278
 #, no-c-format
 msgid "ST_SetUpperLeft"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4270
+#: reference_raster.xml:4279
 #, no-c-format
 msgid ""
 "Sets the value of the upper left corner of the pixel to projected X and Y "
@@ -7431,7 +7462,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:4275
+#: reference_raster.xml:4284
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_SetUpperLeft</function></funcdef> "
@@ -7441,7 +7472,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4287
+#: reference_raster.xml:4296
 #, no-c-format
 msgid ""
 "Set the value of the upper left corner of raster to the projected X "
@@ -7449,7 +7480,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4293
+#: reference_raster.xml:4302
 #, no-c-format
 msgid ""
 "SELECT ST_SetUpperLeft(rast,-71.01,42.37)\n"
@@ -7458,19 +7489,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4299
+#: reference_raster.xml:4308
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_UpperLeftY\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4305
+#: reference_raster.xml:4314
 #, no-c-format
 msgid "ST_Resample"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4306
+#: reference_raster.xml:4315
 #, no-c-format
 msgid ""
 "Resample a raster using a specified resampling algorithm, new dimensions, an "
@@ -7479,7 +7510,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4312
+#: reference_raster.xml:4321
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Resample</function></funcdef> "
@@ -7528,7 +7559,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4362
+#: reference_raster.xml:4371
 #, no-c-format
 msgid ""
 "Resample a raster using a specified resampling algorithm, new dimensions "
@@ -7539,7 +7570,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4366
+#: reference_raster.xml:4375
 #, no-c-format
 msgid ""
 "New pixel values are computed using the NearestNeighbor (English or American "
@@ -7549,7 +7580,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4370 reference_raster.xml:4437
+#: reference_raster.xml:4379 reference_raster.xml:4446
 #, no-c-format
 msgid ""
 "A maxerror percent of 0.125 is used if no <varname>maxerr</varname> is "
@@ -7557,8 +7588,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4375 reference_raster.xml:4439
-#: reference_raster.xml:4507 reference_raster.xml:4585
+#: reference_raster.xml:4384 reference_raster.xml:4448
+#: reference_raster.xml:4516 reference_raster.xml:4594
 #, no-c-format
 msgid ""
 "Refer to: <ulink url=\"http://www.gdal.org/gdalwarp.html\">GDAL Warp "
@@ -7566,15 +7597,15 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4379 reference_raster.xml:4443
-#: reference_raster.xml:4511 reference_raster.xml:4589
-#: reference_raster.xml:4745
+#: reference_raster.xml:4388 reference_raster.xml:4452
+#: reference_raster.xml:4520 reference_raster.xml:4598
+#: reference_raster.xml:4754
 #, no-c-format
 msgid "Availability: 2.0.0 Requires GDAL 1.6.1+"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4380
+#: reference_raster.xml:4389
 #, no-c-format
 msgid ""
 "Changed: 2.1.0 Parameter srid removed. Variants with a reference raster no "
@@ -7583,7 +7614,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4386
+#: reference_raster.xml:4395
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -7608,19 +7639,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4391
+#: reference_raster.xml:4400
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Resize\"/>, <xref linkend=\"RT_ST_Transform\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4401
+#: reference_raster.xml:4410
 #, no-c-format
 msgid "ST_Rescale"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4402
+#: reference_raster.xml:4411
 #, no-c-format
 msgid ""
 "Resample a raster by adjusting only its scale (or pixel size). New pixel "
@@ -7630,7 +7661,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4407
+#: reference_raster.xml:4416
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Rescale</function></funcdef> "
@@ -7650,7 +7681,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4431
+#: reference_raster.xml:4440
 #, no-c-format
 msgid ""
 "Resample a raster by adjusting only its scale (or pixel size). New pixel "
@@ -7661,7 +7692,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4433
+#: reference_raster.xml:4442
 #, no-c-format
 msgid ""
 "<varname>scalex</varname> and <varname>scaley</varname> define the new pixel "
@@ -7669,7 +7700,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4435
+#: reference_raster.xml:4444
 #, no-c-format
 msgid ""
 "When the new scalex or scaley is not a divisor of the raster width or "
@@ -7679,7 +7710,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4441
+#: reference_raster.xml:4450
 #, no-c-format
 msgid ""
 "ST_Rescale is different from <xref linkend=\"RT_ST_SetScale\"/> in that "
@@ -7692,14 +7723,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4444 reference_raster.xml:4512
-#: reference_raster.xml:4590
+#: reference_raster.xml:4453 reference_raster.xml:4521
+#: reference_raster.xml:4599
 #, no-c-format
 msgid "Changed: 2.1.0 Works on rasters with no SRID"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4449
+#: reference_raster.xml:4458
 #, no-c-format
 msgid ""
 "A simple example rescaling a raster from a pixel size of 0.001 degree to a "
@@ -7707,7 +7738,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4451
+#: reference_raster.xml:4460
 #, no-c-format
 msgid ""
 "-- the original raster pixel size\n"
@@ -7728,7 +7759,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4456
+#: reference_raster.xml:4465
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Resample\"/>, <xref linkend=\"RT_ST_SetScale\"/>, "
@@ -7737,13 +7768,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4469
+#: reference_raster.xml:4478
 #, no-c-format
 msgid "ST_Reskew"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4470
+#: reference_raster.xml:4479
 #, no-c-format
 msgid ""
 "Resample a raster by adjusting only its skew (or rotation parameters). New "
@@ -7753,7 +7784,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4475
+#: reference_raster.xml:4484
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Reskew</function></funcdef> "
@@ -7773,7 +7804,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4499
+#: reference_raster.xml:4508
 #, no-c-format
 msgid ""
 "Resample a raster by adjusting only its skew (or rotation parameters). New "
@@ -7784,14 +7815,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4501
+#: reference_raster.xml:4510
 #, no-c-format
 msgid ""
 "<varname>skewx</varname> and <varname>skewy</varname> define the new skew."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4503 reference_raster.xml:4581
+#: reference_raster.xml:4512 reference_raster.xml:4590
 #, no-c-format
 msgid ""
 "The extent of the new raster will encompass the extent of the provided "
@@ -7799,14 +7830,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4505 reference_raster.xml:4583
+#: reference_raster.xml:4514 reference_raster.xml:4592
 #, no-c-format
 msgid ""
 "A maxerror percent of 0.125 if no <varname>maxerr</varname> is specified."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4509
+#: reference_raster.xml:4518
 #, no-c-format
 msgid ""
 "ST_Reskew is different from <xref linkend=\"RT_ST_SetSkew\"/> in that "
@@ -7819,14 +7850,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4517
+#: reference_raster.xml:4526
 #, no-c-format
 msgid ""
 "A simple example reskewing a raster from a skew of 0.0 to a skew of 0.0015."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4519
+#: reference_raster.xml:4528
 #, no-c-format
 msgid ""
 "-- the original raster non-rotated\n"
@@ -7835,7 +7866,7 @@ msgid ""
 "\n"
 "-- result\n"
 "0\n"
-"                                        \n"
+"\n"
 "-- the reskewed raster raster rotation\n"
 "SELECT ST_Rotation(ST_Reskew(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, "
 "0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015));\n"
@@ -7845,7 +7876,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4525
+#: reference_raster.xml:4534
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Rescale\"/>, <xref linkend=\"RT_ST_SetSkew\"/>, "
@@ -7854,13 +7885,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4531
+#: reference_raster.xml:4540
 #, no-c-format
 msgid "ST_SnapToGrid"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4532
+#: reference_raster.xml:4541
 #, no-c-format
 msgid ""
 "Resample a raster by snapping it to a grid. New pixel values are computed "
@@ -7869,7 +7900,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4537
+#: reference_raster.xml:4546
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_SnapToGrid</function></funcdef> "
@@ -7905,7 +7936,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4576
+#: reference_raster.xml:4585
 #, no-c-format
 msgid ""
 "Resample a raster by snapping it to a grid defined by an arbitrary pixel "
@@ -7917,7 +7948,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4578
+#: reference_raster.xml:4587
 #, no-c-format
 msgid ""
 "<varname>gridx</varname> and <varname>gridy</varname> define any arbitrary "
@@ -7927,7 +7958,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4580
+#: reference_raster.xml:4589
 #, no-c-format
 msgid ""
 "You can optionnal define the pixel size of the new grid with "
@@ -7935,7 +7966,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4587
+#: reference_raster.xml:4596
 #, no-c-format
 msgid ""
 "Use <xref linkend=\"RT_ST_Resample\"/> if you need more control over the "
@@ -7943,13 +7974,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4595
+#: reference_raster.xml:4604
 #, no-c-format
 msgid "A simple example snapping a raster to a slightly different grid."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4597
+#: reference_raster.xml:4606
 #, no-c-format
 msgid ""
 "-- the original raster upper left X\n"
@@ -7957,7 +7988,7 @@ msgid ""
 "-0.001, 0, 0, 4269), '8BUI'::text, 1, 0));\n"
 "-- result\n"
 "0\n"
-"                                        \n"
+"\n"
 "-- the upper left of raster after snapping\n"
 "SELECT ST_UpperLeftX(ST_SnapToGrid(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, "
 "0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0002, 0.0002));\n"
@@ -7967,7 +7998,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4603
+#: reference_raster.xml:4612
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Rescale\"/>, <xref linkend=\"RT_ST_UpperLeftX\"/>, "
@@ -7975,19 +8006,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4609
+#: reference_raster.xml:4618
 #, no-c-format
 msgid "ST_Resize"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4610
+#: reference_raster.xml:4619
 #, no-c-format
 msgid "Resize a raster to a new width/height"
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4614
+#: reference_raster.xml:4623
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Resize</function></funcdef> "
@@ -8016,7 +8047,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4648
+#: reference_raster.xml:4657
 #, no-c-format
 msgid ""
 "Resize a raster to a new width/height. The new width/height can be specified "
@@ -8026,7 +8057,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4652
+#: reference_raster.xml:4661
 #, no-c-format
 msgid ""
 "New pixel values are computed using the NearestNeighbor (english or american "
@@ -8036,13 +8067,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4656
+#: reference_raster.xml:4665
 #, no-c-format
 msgid "Variant 1 expects the actual width/height of the output raster."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4660
+#: reference_raster.xml:4669
 #, no-c-format
 msgid ""
 "Variant 2 expects decimal values between zero (0) and one (1) indicating the "
@@ -8050,7 +8081,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4664
+#: reference_raster.xml:4673
 #, no-c-format
 msgid ""
 "Variant 3 takes either the actual width/height of the output raster or a "
@@ -8059,13 +8090,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4668
+#: reference_raster.xml:4677
 #, no-c-format
 msgid "Availability: 2.1.0 Requires GDAL 1.6.1+"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4672
+#: reference_raster.xml:4681
 #, no-c-format
 msgid ""
 "WITH foo AS(\n"
@@ -8117,7 +8148,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4677
+#: reference_raster.xml:4686
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Rescale\"/>, <xref linkend=\"RT_ST_Reskew\"/>, <xref "
@@ -8125,13 +8156,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4688
+#: reference_raster.xml:4697
 #, no-c-format
 msgid "ST_Transform"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4689
+#: reference_raster.xml:4698
 #, no-c-format
 msgid ""
 "Reprojects a raster in a known spatial reference system to another known "
@@ -8141,7 +8172,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4693
+#: reference_raster.xml:4702
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Transform</function></funcdef> "
@@ -8172,7 +8203,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4727
+#: reference_raster.xml:4736
 #, no-c-format
 msgid ""
 "Reprojects a raster in a known spatial reference system to another known "
@@ -8182,7 +8213,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4731
+#: reference_raster.xml:4740
 #, no-c-format
 msgid ""
 "ST_Transform is often confused with ST_SetSRID(). ST_Transform actually "
@@ -8192,7 +8223,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4735
+#: reference_raster.xml:4744
 #, no-c-format
 msgid ""
 "Unlike the other variants, Variant 3 requires a reference raster as "
@@ -8202,7 +8233,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4740
+#: reference_raster.xml:4749
 #, no-c-format
 msgid ""
 "If you find your transformation support is not working right, you may need "
@@ -8215,13 +8246,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4746
+#: reference_raster.xml:4755
 #, no-c-format
 msgid "Enhanced: 2.1.0 Addition of ST_Transform(rast, alignto) variant"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4752
+#: reference_raster.xml:4761
 #, no-c-format
 msgid ""
 "SELECT ST_Width(mass_stm) As w_before, ST_Width(wgs_84) As w_after,\n"
@@ -8241,19 +8272,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4762
+#: reference_raster.xml:4771
 #, no-c-format
 msgid "original mass state plane meters (mass_stm)"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4771
+#: reference_raster.xml:4780
 #, no-c-format
 msgid "After transform to wgs 84 long lat (wgs_84)"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4780
+#: reference_raster.xml:4789
 #, no-c-format
 msgid ""
 "After transform to wgs 84 long lat with bilinear algorithm instead of NN "
@@ -8261,7 +8292,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4793
+#: reference_raster.xml:4802
 #, no-c-format
 msgid ""
 "The following shows the difference between using ST_Transform(raster, srid) "
@@ -8269,7 +8300,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4794
+#: reference_raster.xml:4803
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -8319,25 +8350,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4799
+#: reference_raster.xml:4808
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_SetSRID\"/>"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:4805
+#: reference_raster.xml:4814
 #, no-c-format
 msgid "Raster Band Editors"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4809
+#: reference_raster.xml:4818
 #, no-c-format
 msgid "ST_SetBandNoDataValue"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4810
+#: reference_raster.xml:4819
 #, no-c-format
 msgid ""
 "Sets the value for the given band that represents no data. Band 1 is assumed "
@@ -8346,7 +8377,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4814
+#: reference_raster.xml:4823
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_SetBandNoDataValue</function></"
@@ -8362,7 +8393,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4835
+#: reference_raster.xml:4844
 #, no-c-format
 msgid ""
 "Sets the value that represents no data for the band. Band 1 is assumed if "
@@ -8372,7 +8403,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4841
+#: reference_raster.xml:4850
 #, no-c-format
 msgid ""
 "-- change just first band no data value\n"
@@ -8399,19 +8430,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4853
+#: reference_raster.xml:4862
 #, no-c-format
 msgid "ST_SetBandIsNoData"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4854
+#: reference_raster.xml:4863
 #, no-c-format
 msgid "Sets the isnodata flag of the band to TRUE."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:4859
+#: reference_raster.xml:4868
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_SetBandIsNoData</function></funcdef> "
@@ -8421,7 +8452,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4870
+#: reference_raster.xml:4879
 #, no-c-format
 msgid ""
 "Sets the isnodata flag for the band to true. Band 1 is assumed if not "
@@ -8431,7 +8462,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4882
+#: reference_raster.xml:4891
 #, no-c-format
 msgid ""
 "-- Create dummy table with one raster column\n"
@@ -8499,7 +8530,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4888
+#: reference_raster.xml:4897
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_NumBands\"/>, <xref linkend="
@@ -8507,19 +8538,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:4897
+#: reference_raster.xml:4906
 #, no-c-format
 msgid "Raster Band Statistics and Analytics"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4901
+#: reference_raster.xml:4910
 #, no-c-format
 msgid "ST_Count"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4902
+#: reference_raster.xml:4911
 #, no-c-format
 msgid ""
 "Returns the number of pixels in a given band of a raster or raster coverage. "
@@ -8528,7 +8559,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4906
+#: reference_raster.xml:4915
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>bigint <function>ST_Count</function></funcdef> "
@@ -8553,7 +8584,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4937
+#: reference_raster.xml:4946
 #, no-c-format
 msgid ""
 "Returns the number of pixels in a given band of a raster or raster coverage. "
@@ -8561,7 +8592,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4938
+#: reference_raster.xml:4947
 #, no-c-format
 msgid ""
 "If <varname>exclude_nodata_value</varname> is set to true, will only count "
@@ -8571,7 +8602,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4942
+#: reference_raster.xml:4951
 #, no-c-format
 msgid ""
 "The ST_Count(rastertable, rastercolumn, ...) variants are deprecated as of "
@@ -8579,7 +8610,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:4952
+#: reference_raster.xml:4961
 #, no-c-format
 msgid ""
 "--example will count all pixels not 249 and one will count all pixels.  --\n"
@@ -8593,7 +8624,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:4957 reference_raster.xml:5018
+#: reference_raster.xml:4966 reference_raster.xml:5027
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SummaryStats\"/>, <xref linkend="
@@ -8601,13 +8632,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:4967
+#: reference_raster.xml:4976
 #, no-c-format
 msgid "ST_CountAgg"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:4968
+#: reference_raster.xml:4977
 #, no-c-format
 msgid ""
 "Aggregate. Returns the number of pixels in a given band of a set of rasters. "
@@ -8616,7 +8647,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:4974
+#: reference_raster.xml:4983
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>bigint <function>ST_CountAgg</function></funcdef> "
@@ -8636,7 +8667,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5002
+#: reference_raster.xml:5011
 #, no-c-format
 msgid ""
 "Returns the number of pixels in a given band of a set of rasters. If no band "
@@ -8644,7 +8675,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5003
+#: reference_raster.xml:5012
 #, no-c-format
 msgid ""
 "If <varname>exclude_nodata_value</varname> is set to true, will only count "
@@ -8654,7 +8685,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5006
+#: reference_raster.xml:5015
 #, no-c-format
 msgid ""
 "By default will sample all pixels. To get faster response, set "
@@ -8662,7 +8693,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5013
+#: reference_raster.xml:5022
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -8700,13 +8731,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5028
+#: reference_raster.xml:5037
 #, no-c-format
 msgid "ST_Histogram"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5029
+#: reference_raster.xml:5038
 #, no-c-format
 msgid ""
 "Returns a set of record summarizing a raster or raster coverage data "
@@ -8715,7 +8746,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5033
+#: reference_raster.xml:5042
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>SETOF record <function>ST_Histogram</function></"
@@ -8783,7 +8814,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5115
+#: reference_raster.xml:5124
 #, no-c-format
 msgid ""
 "Returns set of records consisting of min, max, count, percent for a given "
@@ -8792,7 +8823,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5116
+#: reference_raster.xml:5125
 #, no-c-format
 msgid ""
 "By default only considers pixel values not equal to the <varname>nodata</"
@@ -8801,13 +8832,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:5120
+#: reference_raster.xml:5129
 #, no-c-format
 msgid "<parameter>width </parameter><type>double precision[]</type>"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5121
+#: reference_raster.xml:5130
 #, no-c-format
 msgid ""
 "width: an array indicating the width of each category/bin. If the number of "
@@ -8815,7 +8846,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5122
+#: reference_raster.xml:5131
 #, no-c-format
 msgid ""
 "Example: 9 bins, widths are [a, b, c] will have the output be [a, b, c, a, "
@@ -8823,13 +8854,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:5125
+#: reference_raster.xml:5134
 #, no-c-format
 msgid "<parameter>bins </parameter><type>integer</type>"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5126
+#: reference_raster.xml:5135
 #, no-c-format
 msgid ""
 "Number of breakouts -- this is the number of records you'll get back from "
@@ -8838,13 +8869,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:5130
+#: reference_raster.xml:5139
 #, no-c-format
 msgid "<parameter>right </parameter><type>boolean</type>"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5131
+#: reference_raster.xml:5140
 #, no-c-format
 msgid ""
 "compute the histogram from the right rather than from the left (default). "
@@ -8852,7 +8883,7 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5138
+#: reference_raster.xml:5147
 #, no-c-format
 msgid ""
 "Example: Single raster tile - compute histograms for bands 1, 2, 3 and "
@@ -8860,7 +8891,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5139
+#: reference_raster.xml:5148
 #, no-c-format
 msgid ""
 "SELECT band, (stats).*\n"
@@ -8888,13 +8919,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5143
+#: reference_raster.xml:5152
 #, no-c-format
 msgid "Example: Just band 2 but for 6 bins"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5144
+#: reference_raster.xml:5153
 #, no-c-format
 msgid ""
 "SELECT (stats).*\n"
@@ -8931,7 +8962,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5149
+#: reference_raster.xml:5158
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SummaryStats\"/>, <xref linkend="
@@ -8939,13 +8970,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5159
+#: reference_raster.xml:5168
 #, no-c-format
 msgid "ST_Quantile"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5160
+#: reference_raster.xml:5169
 #, no-c-format
 msgid ""
 "<refpurpose>Compute quantiles for a raster or raster table coverage in the "
@@ -8954,7 +8985,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5164
+#: reference_raster.xml:5173
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>SETOF record <function>ST_Quantile</function></"
@@ -9012,7 +9043,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5236
+#: reference_raster.xml:5245
 #, no-c-format
 msgid ""
 "<para>Compute quantiles for a raster or raster table coverage in the context "
@@ -9021,7 +9052,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5237 reference_raster.xml:5529
+#: reference_raster.xml:5246 reference_raster.xml:5538
 #, no-c-format
 msgid ""
 "If <varname>exclude_nodata_value</varname> is set to false, will also count "
@@ -9029,7 +9060,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5244
+#: reference_raster.xml:5253
 #, no-c-format
 msgid ""
 "UPDATE dummy_rast SET rast = ST_SetBandNoDataValue(rast,249) WHERE rid=2;\n"
@@ -9055,7 +9086,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5245
+#: reference_raster.xml:5254
 #, no-c-format
 msgid ""
 "--real live example.  Quantile of all pixels in band 2 intersecting a "
@@ -9095,7 +9126,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5250
+#: reference_raster.xml:5259
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SummaryStats\"/>, <xref linkend="
@@ -9103,13 +9134,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5261
+#: reference_raster.xml:5270
 #, no-c-format
 msgid "ST_SummaryStats"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5262
+#: reference_raster.xml:5271
 #, no-c-format
 msgid ""
 "Returns summarystats consisting of count, sum, mean, stddev, min, max for a "
@@ -9118,7 +9149,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5266
+#: reference_raster.xml:5275
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>summarystats <function>ST_SummaryStats</function></"
@@ -9143,7 +9174,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5302 reference_raster.xml:5381
+#: reference_raster.xml:5311 reference_raster.xml:5390
 #, no-c-format
 msgid ""
 "Returns <xref linkend=\"summarystats\"/> consisting of count, sum, mean, "
@@ -9152,7 +9183,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5304
+#: reference_raster.xml:5313
 #, no-c-format
 msgid ""
 "By default only considers pixel values not equal to the <varname>nodata</"
@@ -9161,7 +9192,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5306
+#: reference_raster.xml:5315
 #, no-c-format
 msgid ""
 "By default will sample all pixels. To get faster response, set "
@@ -9169,7 +9200,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5311
+#: reference_raster.xml:5320
 #, no-c-format
 msgid ""
 "The ST_SummaryStats(rastertable, rastercolumn, ...) variants are deprecated "
@@ -9177,13 +9208,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5319
+#: reference_raster.xml:5328
 #, no-c-format
 msgid "Example: Single raster tile"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5320
+#: reference_raster.xml:5329
 #, no-c-format
 msgid ""
 "SELECT rid, band, (stats).*\n"
@@ -9199,13 +9230,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5324
+#: reference_raster.xml:5333
 #, no-c-format
 msgid "Example: Summarize pixels that intersect buildings of interest"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5325
+#: reference_raster.xml:5334
 #, no-c-format
 msgid ""
 "This example took 574ms on PostGIS windows 64-bit with all of Boston "
@@ -9214,7 +9245,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5327
+#: reference_raster.xml:5336
 #, no-c-format
 msgid ""
 "WITH\n"
@@ -9250,13 +9281,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5331
+#: reference_raster.xml:5340
 #, no-c-format
 msgid "Example: Raster coverage"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5332
+#: reference_raster.xml:5341
 #, no-c-format
 msgid ""
 "-- stats for each band --\n"
@@ -9285,7 +9316,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5337
+#: reference_raster.xml:5346
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SummaryStatsAgg\"/>, <xref linkend=\"RT_ST_Count\"/"
@@ -9293,13 +9324,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5348
+#: reference_raster.xml:5357
 #, no-c-format
 msgid "ST_SummaryStatsAgg"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5349
+#: reference_raster.xml:5358
 #, no-c-format
 msgid ""
 "Aggregate. Returns summarystats consisting of count, sum, mean, stddev, min, "
@@ -9308,7 +9339,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5353
+#: reference_raster.xml:5362
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>summarystats <function>ST_SummaryStatsAgg</"
@@ -9330,7 +9361,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5383
+#: reference_raster.xml:5392
 #, no-c-format
 msgid ""
 "By default only considers pixel values not equal to the <varname>NODATA</"
@@ -9339,7 +9370,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5385
+#: reference_raster.xml:5394
 #, no-c-format
 msgid ""
 "By default will sample all pixels. To get faster response, set "
@@ -9347,7 +9378,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5392
+#: reference_raster.xml:5401
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -9394,7 +9425,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5397
+#: reference_raster.xml:5406
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_SummaryStats\"/>, <xref linkend=\"RT_ST_Count\"/>, "
@@ -9402,13 +9433,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5408
+#: reference_raster.xml:5417
 #, no-c-format
 msgid "ST_ValueCount"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5409
+#: reference_raster.xml:5418
 #, no-c-format
 msgid ""
 "Returns a set of records containing a pixel band value and count of the "
@@ -9419,7 +9450,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5414
+#: reference_raster.xml:5423
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>SETOF record <function>ST_ValueCount</function></"
@@ -9520,7 +9551,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5527
+#: reference_raster.xml:5536
 #, no-c-format
 msgid ""
 "Returns a set of records with columns <varname>value</varname> "
@@ -9529,7 +9560,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5528
+#: reference_raster.xml:5537
 #, no-c-format
 msgid ""
 "If no band is specified <varname>nband</varname> defaults to 1. If no "
@@ -9540,7 +9571,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5536
+#: reference_raster.xml:5545
 #, no-c-format
 msgid ""
 "UPDATE dummy_rast SET rast = ST_SetBandNoDataValue(rast,249) WHERE rid=2;\n"
@@ -9594,7 +9625,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5537
+#: reference_raster.xml:5546
 #, no-c-format
 msgid ""
 "--real live example.  Count all the pixels in an aerial raster tile band 2 "
@@ -9619,7 +9650,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5539
+#: reference_raster.xml:5548
 #, no-c-format
 msgid ""
 "-- Just return count of pixels in each raster tile that have value of 100 of "
@@ -9640,25 +9671,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5544
+#: reference_raster.xml:5553
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_SetBandNoDataValue\"/>"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5550
+#: reference_raster.xml:5559
 #, no-c-format
 msgid "Raster Outputs"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5553
+#: reference_raster.xml:5562
 #, no-c-format
 msgid "ST_AsBinary"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5554
+#: reference_raster.xml:5563
 #, no-c-format
 msgid ""
 "Return the Well-Known Binary (WKB) representation of the raster without SRID "
@@ -9666,7 +9697,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:5559
+#: reference_raster.xml:5568
 #, no-c-format
 msgid ""
 "<funcdef>bytea <function>ST_AsBinary</function></funcdef> "
@@ -9676,7 +9707,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5570
+#: reference_raster.xml:5579
 #, no-c-format
 msgid ""
 "Returns the Binary representation of the raster. If <varname>outasin</"
@@ -9684,7 +9715,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5574
+#: reference_raster.xml:5583
 #, no-c-format
 msgid ""
 "This is useful in binary cursors to pull data out of the database without "
@@ -9692,7 +9723,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5579
+#: reference_raster.xml:5588
 #, no-c-format
 msgid ""
 "By default, WKB output contains the external file path for out-db bands. If "
@@ -9701,13 +9732,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5583
+#: reference_raster.xml:5592
 #, no-c-format
 msgid "Enhanced: 2.1.0 Addition of <varname>outasin</varname>"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5589
+#: reference_raster.xml:5598
 #, no-c-format
 msgid ""
 "SELECT ST_AsBinary(rast) As rastbin FROM dummy_rast WHERE rid=1;\n"
@@ -9722,13 +9753,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5596
+#: reference_raster.xml:5605
 #, no-c-format
 msgid "ST_AsGDALRaster"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5597
+#: reference_raster.xml:5606
 #, no-c-format
 msgid ""
 "Return the raster tile in the designated GDAL Raster format. Raster formats "
@@ -9737,7 +9768,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:5602
+#: reference_raster.xml:5611
 #, no-c-format
 msgid ""
 "<funcdef>bytea <function>ST_AsGDALRaster</function></funcdef> "
@@ -9749,7 +9780,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5616
+#: reference_raster.xml:5625
 #, no-c-format
 msgid ""
 "Returns the raster tile in the designated format. Arguments are itemized "
@@ -9757,7 +9788,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5619
+#: reference_raster.xml:5628
 #, no-c-format
 msgid ""
 "<varname>format</varname> format to output. This is dependent on the drivers "
@@ -9767,7 +9798,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5624
+#: reference_raster.xml:5633
 #, no-c-format
 msgid ""
 "<varname>options</varname> text array of GDAL options. Valid options are "
@@ -9776,7 +9807,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5629
+#: reference_raster.xml:5638
 #, no-c-format
 msgid ""
 "<varname>srs</varname> The proj4text or srtext (from spatial_ref_sys) to "
@@ -9784,30 +9815,68 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5638
+#: reference_raster.xml:5648
 #, no-c-format
-msgid "JPEG Output Examples"
+msgid "JPEG Output Example, multiple tiles as single raster"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5640
+#: reference_raster.xml:5650
 #, no-c-format
 msgid ""
-"SELECT ST_AsGDALRaster(rast, 'JPEG') As rastjpg\n"
-"FROM dummy_rast WHERE rid=1;\n"
+"<![CDATA[SELECT ST_AsGDALRaster(ST_Union(rast), 'JPEG', ARRAY['QUALITY=50']) "
+"As rastjpg\n"
+"FROM dummy_rast\n"
+"WHERE rast && ST_MakeEnvelope(10, 10, 11, 11);]]>"
+msgstr ""
+
+#. Tag: title
+#: reference_raster.xml:5655
+#, no-c-format
+msgid "Using PostgreSQL Large Object Support to export raster"
+msgstr ""
+
+#. Tag: para
+#: reference_raster.xml:5656
+#, no-c-format
+msgid ""
+"One way to export raster into another format is using <ulink url=\"https://"
+"www.postgresql.org/docs/current/static/lo-funcs.html\">PostgreSQL large "
+"object export functions</ulink>. We'lll repeat the prior example but also "
+"exporting. Note for this you'll need to have super user access to db since "
+"it uses server side lo functions. It will also export to path on server "
+"network. If you need export locally, use the psql equivalent lo_ functions "
+"which export to the local file system insteado fo the server file system."
+msgstr ""
+
+#. Tag: programlisting
+#: reference_raster.xml:5660
+#, no-c-format
+msgid ""
+"<![CDATA[DROP TABLE IF EXISTS tmp_out ;\n"
 "\n"
-"SELECT ST_AsGDALRaster(rast, 'JPEG', ARRAY['QUALITY=50']) As rastjpg\n"
-"FROM dummy_rast WHERE rid=2;"
+"CREATE TABLE tmp_out AS\n"
+"SELECT lo_from_bytea(0,\n"
+"       ST_AsGDALRaster(ST_Union(rast), 'JPEG', ARRAY['QUALITY=50'])\n"
+"        ) AS loid\n"
+"  FROM dummy_rast\n"
+"WHERE rast && ST_MakeEnvelope(10, 10, 11, 11);\n"
+"\n"
+"SELECT lo_export(loid, '/tmp/dummy.jpg')\n"
+"   FROM tmp_out;\n"
+"\n"
+"SELECT lo_unlink(loid)\n"
+"  FROM tmp_out;]]>"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5645
+#: reference_raster.xml:5664
 #, no-c-format
 msgid "GTIFF Output Examples"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5647
+#: reference_raster.xml:5666
 #, no-c-format
 msgid ""
 "SELECT ST_AsGDALRaster(rast, 'GTiff') As rastjpg\n"
@@ -9821,19 +9890,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5654
+#: reference_raster.xml:5673
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_GDALDrivers\"/>, <xref linkend=\"RT_ST_SRID\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5660
+#: reference_raster.xml:5679
 #, no-c-format
 msgid "ST_AsJPEG"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5661
+#: reference_raster.xml:5680
 #, no-c-format
 msgid ""
 "Return the raster tile selected bands as a single Joint Photographic Exports "
@@ -9843,7 +9912,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5665
+#: reference_raster.xml:5684
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>bytea <function>ST_AsJPEG</function></funcdef> "
@@ -9871,7 +9940,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5701
+#: reference_raster.xml:5720
 #, no-c-format
 msgid ""
 "Returns the selected bands of the raster as a single Joint Photographic "
@@ -9883,13 +9952,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5704 reference_raster.xml:5795
+#: reference_raster.xml:5723 reference_raster.xml:5814
 #, no-c-format
 msgid "<varname>nband</varname> is for single band exports."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5709
+#: reference_raster.xml:5728
 #, no-c-format
 msgid ""
 "<varname>nbands</varname> is an array of bands to export (note that max is 3 "
@@ -9898,7 +9967,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5714
+#: reference_raster.xml:5733
 #, no-c-format
 msgid ""
 "<varname>quality</varname> number from 0 to 100. The higher the number the "
@@ -9906,7 +9975,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5719
+#: reference_raster.xml:5738
 #, no-c-format
 msgid ""
 "<varname>options</varname> text Array of GDAL options as defined for JPEG "
@@ -9918,13 +9987,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5736
+#: reference_raster.xml:5755
 #, no-c-format
 msgid "Examples: Output"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5738
+#: reference_raster.xml:5757
 #, no-c-format
 msgid ""
 "-- output first 3 bands 75% quality\n"
@@ -9943,7 +10012,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5745
+#: reference_raster.xml:5764
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_GDALDrivers\"/>, <xref linkend=\"RT_ST_AsGDALRaster"
@@ -9951,13 +10020,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5751
+#: reference_raster.xml:5770
 #, no-c-format
 msgid "ST_AsPNG"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5752
+#: reference_raster.xml:5771
 #, no-c-format
 msgid ""
 "Return the raster tile selected bands as a single portable network graphics "
@@ -9968,7 +10037,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5756
+#: reference_raster.xml:5775
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>bytea <function>ST_AsPNG</function></funcdef> "
@@ -9996,7 +10065,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5792
+#: reference_raster.xml:5811
 #, no-c-format
 msgid ""
 "Returns the selected bands of the raster as a single Portable Network "
@@ -10008,7 +10077,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5800
+#: reference_raster.xml:5819
 #, no-c-format
 msgid ""
 "<varname>nbands</varname> is an array of bands to export (note that max is 4 "
@@ -10017,7 +10086,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5805
+#: reference_raster.xml:5824
 #, no-c-format
 msgid ""
 "<varname>compression</varname> number from 1 to 9. The higher the number the "
@@ -10025,7 +10094,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5810
+#: reference_raster.xml:5829
 #, no-c-format
 msgid ""
 "<varname>options</varname> text Array of GDAL options as defined for PNG "
@@ -10038,7 +10107,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5829
+#: reference_raster.xml:5848
 #, no-c-format
 msgid ""
 "SELECT ST_AsPNG(rast) As rastpng\n"
@@ -10051,7 +10120,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5836
+#: reference_raster.xml:5855
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_ColorMap\"/>, <xref linkend=\"RT_ST_GDALDrivers\"/>, "
@@ -10059,13 +10128,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5842
+#: reference_raster.xml:5861
 #, no-c-format
 msgid "ST_AsTIFF"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5843
+#: reference_raster.xml:5862
 #, no-c-format
 msgid ""
 "Return the raster selected bands as a single TIFF image (byte array). If no "
@@ -10073,7 +10142,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5847
+#: reference_raster.xml:5866
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>bytea <function>ST_AsTIFF</function></funcdef> "
@@ -10101,7 +10170,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5880
+#: reference_raster.xml:5899
 #, no-c-format
 msgid ""
 "Returns the selected bands of the raster as a single Tagged Image File "
@@ -10114,7 +10183,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5883
+#: reference_raster.xml:5902
 #, no-c-format
 msgid ""
 "<varname>nbands</varname> is an array of bands to export (note that max is 3 "
@@ -10123,7 +10192,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5888
+#: reference_raster.xml:5907
 #, no-c-format
 msgid ""
 "<varname>compression</varname> Compression expression -- JPEG90 (or some "
@@ -10131,7 +10200,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5893
+#: reference_raster.xml:5912
 #, no-c-format
 msgid ""
 "<varname>options</varname> text Array of GDAL create options as defined for "
@@ -10141,7 +10210,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5898
+#: reference_raster.xml:5917
 #, no-c-format
 msgid ""
 "<varname>srid</varname> srid of spatial_ref_sys of the raster. This is used "
@@ -10149,13 +10218,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5907
+#: reference_raster.xml:5926
 #, no-c-format
 msgid "Examples: Use jpeg compression 90%"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:5909
+#: reference_raster.xml:5928
 #, no-c-format
 msgid ""
 "SELECT ST_AsTIFF(rast, 'JPEG90') As rasttiff\n"
@@ -10163,32 +10232,32 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5916
+#: reference_raster.xml:5935
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_AsGDALRaster\"/>, <xref linkend=\"RT_ST_SRID\"/>"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5922
+#: reference_raster.xml:5941
 #, no-c-format
 msgid "Raster Processing"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:5925
+#: reference_raster.xml:5944
 #, no-c-format
 msgid "Map Algebra"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:5929
+#: reference_raster.xml:5948
 #, no-c-format
 msgid "ST_Clip"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:5930
+#: reference_raster.xml:5949
 #, no-c-format
 msgid ""
 "Returns the raster clipped by the input geometry. If band number not is "
@@ -10197,7 +10266,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:5934
+#: reference_raster.xml:5953
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Clip</function></funcdef> "
@@ -10239,7 +10308,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5991
+#: reference_raster.xml:6010
 #, no-c-format
 msgid ""
 "Returns a raster that is clipped by the input geometry <varname>geom</"
@@ -10247,7 +10316,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5995
+#: reference_raster.xml:6014
 #, no-c-format
 msgid ""
 "Rasters resulting from ST_Clip must have a nodata value assigned for areas "
@@ -10262,7 +10331,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:5999
+#: reference_raster.xml:6018
 #, no-c-format
 msgid ""
 "If <varname>crop</varname> is not specified, true is assumed meaning the "
@@ -10272,13 +10341,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6005
+#: reference_raster.xml:6024
 #, no-c-format
 msgid "Enhanced: 2.1.0 Rewritten in C"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6007
+#: reference_raster.xml:6026
 #, no-c-format
 msgid ""
 "Examples here use Massachusetts aerial data available on MassGIS site <ulink "
@@ -10287,13 +10356,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6013
+#: reference_raster.xml:6032
 #, no-c-format
 msgid "Examples: 1 band clipping"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6015
+#: reference_raster.xml:6034
 #, no-c-format
 msgid ""
 "-- Clip the first band of an aerial tile by a 20 meter buffer.\n"
@@ -10304,7 +10373,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6017
+#: reference_raster.xml:6036
 #, no-c-format
 msgid ""
 "-- Demonstrate effect of crop on final dimensions of raster\n"
@@ -10326,27 +10395,27 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6031 reference_raster.xml:6074
-#: reference_raster.xml:6117
+#: reference_raster.xml:6050 reference_raster.xml:6093
+#: reference_raster.xml:6136
 #, no-c-format
 msgid "Full raster tile before clipping"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6045 reference_raster.xml:6131
+#: reference_raster.xml:6064 reference_raster.xml:6150
 #, no-c-format
 msgid "After Clipping"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6058
+#: reference_raster.xml:6077
 #, no-c-format
 msgid ""
 "Examples: 1 band clipping with no crop and add back other bands unchanged"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6060
+#: reference_raster.xml:6079
 #, no-c-format
 msgid ""
 "-- Same example as before, but we need to set crop to false to be able to "
@@ -10359,19 +10428,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6088
+#: reference_raster.xml:6107
 #, no-c-format
 msgid "After Clipping - surreal"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6101
+#: reference_raster.xml:6120
 #, no-c-format
 msgid "Examples: Clip all bands"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6103
+#: reference_raster.xml:6122
 #, no-c-format
 msgid ""
 "-- Clip all bands of an aerial tile by a 20 meter buffer.\n"
@@ -10385,7 +10454,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6146
+#: reference_raster.xml:6165
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebra\"/>, <xref linkend=\"RT_ST_Intersection\"/"
@@ -10393,13 +10462,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:6156
+#: reference_raster.xml:6175
 #, no-c-format
 msgid "ST_ColorMap"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:6157
+#: reference_raster.xml:6176
 #, no-c-format
 msgid ""
 "Creates a new raster of up to four 8BUI bands (grayscale, RGB, RGBA) from "
@@ -10407,7 +10476,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:6162
+#: reference_raster.xml:6181
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_ColorMap</function></funcdef> "
@@ -10419,7 +10488,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:6172
+#: reference_raster.xml:6191
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_ColorMap</function></funcdef> "
@@ -10430,7 +10499,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6184
+#: reference_raster.xml:6203
 #, no-c-format
 msgid ""
 "Apply a <varname>colormap</varname> to the band at <varname>nband</varname> "
@@ -10440,13 +10509,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6188
+#: reference_raster.xml:6207
 #, no-c-format
 msgid "If <varname>nband</varname> is not specified, then band 1 is assumed."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6190
+#: reference_raster.xml:6209
 #, no-c-format
 msgid ""
 "<varname>colormap</varname> can be a keyword of a pre-defined colormap or a "
@@ -10454,13 +10523,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6194
+#: reference_raster.xml:6213
 #, no-c-format
 msgid "Valid pre-defined <varname>colormap</varname> keyword:"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6200
+#: reference_raster.xml:6219
 #, no-c-format
 msgid ""
 "<varname>grayscale</varname> or <varname>greyscale</varname> for a one 8BUI "
@@ -10468,7 +10537,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6205
+#: reference_raster.xml:6224
 #, no-c-format
 msgid ""
 "<varname>pseudocolor</varname> for a four 8BUI (RGBA) band raster with "
@@ -10476,7 +10545,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6210
+#: reference_raster.xml:6229
 #, no-c-format
 msgid ""
 "<varname>fire</varname> for a four 8BUI (RGBA) band raster with colors going "
@@ -10484,7 +10553,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6215
+#: reference_raster.xml:6234
 #, no-c-format
 msgid ""
 "<varname>bluered</varname> for a four 8BUI (RGBA) band raster with colors "
@@ -10492,7 +10561,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6221
+#: reference_raster.xml:6240
 #, no-c-format
 msgid ""
 "Users can pass a set of entries (one per line) to <varname>colormap</"
@@ -10507,7 +10576,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6225
+#: reference_raster.xml:6244
 #, no-c-format
 msgid ""
 "5 0 0 0 255\n"
@@ -10518,7 +10587,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6227
+#: reference_raster.xml:6246
 #, no-c-format
 msgid ""
 "The syntax of <varname>colormap</varname> is similar to that of the color-"
@@ -10527,13 +10596,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6231
+#: reference_raster.xml:6250
 #, no-c-format
 msgid "Valid keywords for <varname>method</varname>:"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6237
+#: reference_raster.xml:6256
 #, no-c-format
 msgid ""
 "<varname>INTERPOLATE</varname> to use linear interpolation to smoothly blend "
@@ -10541,7 +10610,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6242
+#: reference_raster.xml:6261
 #, no-c-format
 msgid ""
 "<varname>EXACT</varname> to strictly match only those pixels values found in "
@@ -10550,7 +10619,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6247
+#: reference_raster.xml:6266
 #, no-c-format
 msgid ""
 "<varname>NEAREST</varname> to use the colormap entry whose value is closest "
@@ -10558,7 +10627,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6254
+#: reference_raster.xml:6273
 #, no-c-format
 msgid ""
 "A great reference for colormaps is <ulink url=\"http://www.colorbrewer2.org"
@@ -10566,7 +10635,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6259
+#: reference_raster.xml:6278
 #, no-c-format
 msgid ""
 "The resulting bands of new raster will have no NODATA value set. Use <xref "
@@ -10575,13 +10644,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6269
+#: reference_raster.xml:6288
 #, no-c-format
 msgid "This is a junk table to play with"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6271
+#: reference_raster.xml:6290
 #, no-c-format
 msgid ""
 "-- setup test raster table --\n"
@@ -10613,7 +10682,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6273
+#: reference_raster.xml:6292
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -10635,7 +10704,7 @@ msgid ""
 msgstr ""
 
 #. Tag: screen
-#: reference_raster.xml:6275
+#: reference_raster.xml:6294
 #, no-c-format
 msgid ""
 "n_orig | ngrey | npseudo | nfire | nbluered | nred\n"
@@ -10644,13 +10713,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6279
+#: reference_raster.xml:6298
 #, no-c-format
 msgid "Examples: Compare different color map looks using ST_AsPNG"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6280
+#: reference_raster.xml:6299
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -10672,43 +10741,43 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6294
+#: reference_raster.xml:6313
 #, no-c-format
 msgid "orig_png"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6308
+#: reference_raster.xml:6327
 #, no-c-format
 msgid "grey_png"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6322
+#: reference_raster.xml:6341
 #, no-c-format
 msgid "pseudo_png"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6338
+#: reference_raster.xml:6357
 #, no-c-format
 msgid "fire_png"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6352
+#: reference_raster.xml:6371
 #, no-c-format
 msgid "bluered_png"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6366
+#: reference_raster.xml:6385
 #, no-c-format
 msgid "red_png"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6380
+#: reference_raster.xml:6399
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_AsRaster\"/> <xref linkend=\"RT_ST_MapAlgebra\"/>, "
@@ -10717,13 +10786,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:6394
+#: reference_raster.xml:6413
 #, no-c-format
 msgid "ST_Intersection"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:6395
+#: reference_raster.xml:6414
 #, no-c-format
 msgid ""
 "<refpurpose>Returns a raster or a set of geometry-pixelvalue pairs "
@@ -10732,7 +10801,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:6399
+#: reference_raster.xml:6418
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>setof geomval <function>ST_Intersection</function></"
@@ -10776,7 +10845,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6459
+#: reference_raster.xml:6478
 #, no-c-format
 msgid ""
 "<para>Returns a raster or a set of geometry-pixelvalue pairs representing "
@@ -10785,7 +10854,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6463
+#: reference_raster.xml:6482
 #, no-c-format
 msgid ""
 "The first three variants, returning a setof geomval, works in vector space. "
@@ -10798,7 +10867,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6467
+#: reference_raster.xml:6486
 #, no-c-format
 msgid ""
 "You can access the geometry and the value parts of the resulting set of "
@@ -10807,7 +10876,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6471
+#: reference_raster.xml:6490
 #, no-c-format
 msgid ""
 "The other variants, returning a raster, works in raster space. They are "
@@ -10816,7 +10885,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6475
+#: reference_raster.xml:6494
 #, no-c-format
 msgid ""
 "The extent of the resulting raster corresponds to the geometrical "
@@ -10829,7 +10898,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6479
+#: reference_raster.xml:6498
 #, no-c-format
 msgid ""
 "Rasters resulting from ST_Intersection must have a nodata value assigned for "
@@ -10845,7 +10914,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6483
+#: reference_raster.xml:6502
 #, no-c-format
 msgid ""
 "In all variants, if no band number is specified band 1 is assumed. If you "
@@ -10854,7 +10923,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6488
+#: reference_raster.xml:6507
 #, no-c-format
 msgid ""
 "To get more control on the resulting extent or on what to return when "
@@ -10863,7 +10932,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6494
+#: reference_raster.xml:6513
 #, no-c-format
 msgid ""
 "To compute the intersection of a raster band with a geometry in raster "
@@ -10872,7 +10941,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6500
+#: reference_raster.xml:6519
 #, no-c-format
 msgid ""
 "ST_Intersection should be used in conjunction with ST_Intersects and an "
@@ -10880,7 +10949,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6505
+#: reference_raster.xml:6524
 #, no-c-format
 msgid ""
 "Enhanced: 2.0.0 - Intersection in the raster space was introduced. In "
@@ -10889,13 +10958,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6511
+#: reference_raster.xml:6530
 #, no-c-format
 msgid "Examples: Geometry, Raster -- resulting in geometry vals"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6513
+#: reference_raster.xml:6532
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -10947,7 +11016,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6518
+#: reference_raster.xml:6537
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Intersects\"/>, <xref linkend="
@@ -10956,13 +11025,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:6530 reference_raster.xml:6881
+#: reference_raster.xml:6549 reference_raster.xml:6900
 #, no-c-format
 msgid "ST_MapAlgebra"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:6531
+#: reference_raster.xml:6550
 #, no-c-format
 msgid ""
 "Callback function version - Returns a one-band raster given one or more "
@@ -10970,7 +11039,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:6537
+#: reference_raster.xml:6556
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_MapAlgebra</function></funcdef> "
@@ -11041,7 +11110,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6609
+#: reference_raster.xml:6628
 #, no-c-format
 msgid ""
 "Returns a one-band raster given one or more input rasters, band indexes and "
@@ -11049,19 +11118,19 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6615
+#: reference_raster.xml:6634
 #, no-c-format
 msgid "rast,rast1,rast2, rastbandargset"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6617
+#: reference_raster.xml:6636
 #, no-c-format
 msgid "Rasters on which the map algebra process is evaluated."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6618
+#: reference_raster.xml:6637
 #, no-c-format
 msgid ""
 "<varname>rastbandargset</varname> allows the use of a map algebra operation "
@@ -11069,13 +11138,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6623
+#: reference_raster.xml:6642
 #, no-c-format
 msgid "nband, nband1, nband2"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6625
+#: reference_raster.xml:6644
 #, no-c-format
 msgid ""
 "Band numbers of the raster to be evaluated. nband can be an integer or "
@@ -11084,13 +11153,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6631
+#: reference_raster.xml:6650
 #, no-c-format
 msgid "callbackfunc"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6633
+#: reference_raster.xml:6652
 #, no-c-format
 msgid ""
 "The <varname>callbackfunc</varname> parameter must be the name and signature "
@@ -11120,7 +11189,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6640
+#: reference_raster.xml:6659
 #, no-c-format
 msgid ""
 "Passing a <type>regprocedure</type> argument to a SQL function requires the "
@@ -11135,13 +11204,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6652
+#: reference_raster.xml:6671
 #, no-c-format
 msgid "mask"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6654
+#: reference_raster.xml:6673
 #, no-c-format
 msgid ""
 "An n-dimenional array (matrix) of numbers used to filter what cells get "
@@ -11152,13 +11221,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6661
+#: reference_raster.xml:6680
 #, no-c-format
 msgid "weighted"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6663
+#: reference_raster.xml:6682
 #, no-c-format
 msgid ""
 "boolean (true/false) to denote if a mask value should be weighted "
@@ -11167,14 +11236,14 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6670 reference_raster.xml:6995
-#: reference_raster.xml:7290 reference_raster.xml:7844
+#: reference_raster.xml:6689 reference_raster.xml:7014
+#: reference_raster.xml:7309 reference_raster.xml:7863
 #, no-c-format
 msgid "pixeltype"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6672
+#: reference_raster.xml:6691
 #, no-c-format
 msgid ""
 "If <varname>pixeltype</varname> is passed in, the one band of the new raster "
@@ -11186,7 +11255,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6675
+#: reference_raster.xml:6694
 #, no-c-format
 msgid ""
 "The resulting pixel type of the output raster must be one listed in <xref "
@@ -11194,14 +11263,14 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6682 reference_raster.xml:7003
-#: reference_raster.xml:7299
+#: reference_raster.xml:6701 reference_raster.xml:7022
+#: reference_raster.xml:7318
 #, no-c-format
 msgid "extenttype"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6684
+#: reference_raster.xml:6703
 #, no-c-format
 msgid ""
 "Possible values are INTERSECTION (default), UNION, FIRST (default for one "
@@ -11209,13 +11278,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6691
+#: reference_raster.xml:6710
 #, no-c-format
 msgid "customextent"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6693
+#: reference_raster.xml:6712
 #, no-c-format
 msgid ""
 "If <varname>extentype</varname> is CUSTOM, a raster must be provided for "
@@ -11223,13 +11292,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6700
+#: reference_raster.xml:6719
 #, no-c-format
 msgid "distancex"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6702
+#: reference_raster.xml:6721
 #, no-c-format
 msgid ""
 "The distance in pixels from the reference cell. So width of resulting matrix "
@@ -11238,13 +11307,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6709
+#: reference_raster.xml:6728
 #, no-c-format
 msgid "distancey"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6711
+#: reference_raster.xml:6730
 #, no-c-format
 msgid ""
 "The distance in pixels from reference cell in y direction. Height of "
@@ -11253,13 +11322,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6718
+#: reference_raster.xml:6737
 #, no-c-format
 msgid "userargs"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6720
+#: reference_raster.xml:6739
 #, no-c-format
 msgid ""
 "The third argument to the <varname>callbackfunc</varname> is a "
@@ -11269,8 +11338,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6728 reference_raster.xml:7619
-#: reference_raster.xml:7738
+#: reference_raster.xml:6747 reference_raster.xml:7638
+#: reference_raster.xml:7757
 #, no-c-format
 msgid ""
 "For more information about the VARIADIC keyword, please refer to the "
@@ -11280,7 +11349,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6734
+#: reference_raster.xml:6753
 #, no-c-format
 msgid ""
 "The <type>text[]</type> argument to the <varname>callbackfunc</varname> is "
@@ -11289,7 +11358,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6739
+#: reference_raster.xml:6758
 #, no-c-format
 msgid ""
 "Variant 1 accepts an array of <varname>rastbandarg</varname> allowing the "
@@ -11298,7 +11367,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6743
+#: reference_raster.xml:6762
 #, no-c-format
 msgid ""
 "Variants 2 and 3 operate upon one or more bands of one raster. See example "
@@ -11306,7 +11375,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6747
+#: reference_raster.xml:6766
 #, no-c-format
 msgid ""
 "Variant 4 operate upon two rasters with one band per raster. See example "
@@ -11314,19 +11383,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6751
+#: reference_raster.xml:6770
 #, no-c-format
 msgid "Availability: 2.2.0: Ability to add a mask"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6759 reference_raster.xml:6781
+#: reference_raster.xml:6778 reference_raster.xml:6800
 #, no-c-format
 msgid "One raster, one band"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6760
+#: reference_raster.xml:6779
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -11343,13 +11412,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6762 reference_raster.xml:6778
+#: reference_raster.xml:6781 reference_raster.xml:6797
 #, no-c-format
 msgid "One raster, several bands"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6763
+#: reference_raster.xml:6782
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -11368,13 +11437,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6765
+#: reference_raster.xml:6784
 #, no-c-format
 msgid "Several rasters, several bands"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6766
+#: reference_raster.xml:6785
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -11400,7 +11469,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6768
+#: reference_raster.xml:6787
 #, no-c-format
 msgid ""
 "Complete example of tiles of a coverage with neighborhood. This query only "
@@ -11408,7 +11477,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6769
+#: reference_raster.xml:6788
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -11452,7 +11521,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6771
+#: reference_raster.xml:6790
 #, no-c-format
 msgid ""
 "Example like the prior one for tiles of a coverage with neighborhood but "
@@ -11460,7 +11529,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6772
+#: reference_raster.xml:6791
 #, no-c-format
 msgid ""
 "WITH src AS (\n"
@@ -11519,13 +11588,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6776
+#: reference_raster.xml:6795
 #, no-c-format
 msgid "Examples: Variants 2 and 3"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6779
+#: reference_raster.xml:6798
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -11543,7 +11612,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6782
+#: reference_raster.xml:6801
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -11561,19 +11630,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6786
+#: reference_raster.xml:6805
 #, no-c-format
 msgid "Examples: Variant 4"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6788
+#: reference_raster.xml:6807
 #, no-c-format
 msgid "Two rasters, two bands"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6789
+#: reference_raster.xml:6808
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -11599,13 +11668,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6794
+#: reference_raster.xml:6813
 #, no-c-format
 msgid "Examples: Using Masks"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:6795
+#: reference_raster.xml:6814
 #, no-c-format
 msgid ""
 "WITH foo AS (SELECT\n"
@@ -11640,25 +11709,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6809
+#: reference_raster.xml:6828
 #, no-c-format
 msgid "original"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6823
+#: reference_raster.xml:6842
 #, no-c-format
 msgid "no mask mean value (same as having all 1s in mask matrix)"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6839
+#: reference_raster.xml:6858
 #, no-c-format
 msgid "mask only consider neighbors, exclude center"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6853
+#: reference_raster.xml:6872
 #, no-c-format
 msgid ""
 "mask weighted only consider neighbors, exclude center multi other pixel "
@@ -11666,14 +11735,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6870
+#: reference_raster.xml:6889
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Union\"/>, <xref linkend=\"RT_ST_MapAlgebra_expr\"/>"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:6882
+#: reference_raster.xml:6901
 #, no-c-format
 msgid ""
 "<refpurpose>Expression version - Returns a one-band raster given one or two "
@@ -11682,7 +11751,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:6888
+#: reference_raster.xml:6907
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_MapAlgebra</function></funcdef> "
@@ -11727,7 +11796,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6939
+#: reference_raster.xml:6958
 #, no-c-format
 msgid ""
 "<para>Expression version - Returns a one-band raster given one or two input "
@@ -11735,13 +11804,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6947
+#: reference_raster.xml:6966
 #, no-c-format
 msgid "Description: Variants 1 and 2 (one raster)"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6949
+#: reference_raster.xml:6968
 #, no-c-format
 msgid ""
 "Creates a new one band raster formed by applying a valid PostgreSQL "
@@ -11752,8 +11821,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6953 reference_raster.xml:7155
-#: reference_raster.xml:7603
+#: reference_raster.xml:6972 reference_raster.xml:7174
+#: reference_raster.xml:7622
 #, no-c-format
 msgid ""
 "If <varname>pixeltype</varname> is passed in, then the new raster will have "
@@ -11762,45 +11831,45 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6958
+#: reference_raster.xml:6977
 #, no-c-format
 msgid "Keywords permitted for <varname>expression</varname>"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6961
+#: reference_raster.xml:6980
 #, no-c-format
 msgid "<varname>[rast]</varname> - Pixel value of the pixel of interest"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6964
+#: reference_raster.xml:6983
 #, no-c-format
 msgid "<varname>[rast.val]</varname> - Pixel value of the pixel of interest"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6967
+#: reference_raster.xml:6986
 #, no-c-format
 msgid ""
 "<varname>[rast.x]</varname> - 1-based pixel column of the pixel of interest"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6970
+#: reference_raster.xml:6989
 #, no-c-format
 msgid ""
 "<varname>[rast.y]</varname> - 1-based pixel row of the pixel of interest"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:6979
+#: reference_raster.xml:6998
 #, no-c-format
 msgid "Description: Variants 3 and 4 (two raster)"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6981 reference_raster.xml:7275
+#: reference_raster.xml:7000 reference_raster.xml:7294
 #, no-c-format
 msgid ""
 "Creates a new one band raster formed by applying a valid PostgreSQL "
@@ -11814,13 +11883,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:6987 reference_raster.xml:7281
+#: reference_raster.xml:7006 reference_raster.xml:7300
 #, no-c-format
 msgid "expression"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6989 reference_raster.xml:7283
+#: reference_raster.xml:7008 reference_raster.xml:7302
 #, no-c-format
 msgid ""
 "A PostgreSQL algebraic expression involving the two rasters and PostgreSQL "
@@ -11829,7 +11898,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:6997 reference_raster.xml:7292
+#: reference_raster.xml:7016 reference_raster.xml:7311
 #, no-c-format
 msgid ""
 "The resulting pixel type of the output raster. Must be one listed in <xref "
@@ -11838,13 +11907,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7005 reference_raster.xml:7301
+#: reference_raster.xml:7024 reference_raster.xml:7320
 #, no-c-format
 msgid "Controls the extent of resulting raster"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7011 reference_raster.xml:7304
+#: reference_raster.xml:7030 reference_raster.xml:7323
 #, no-c-format
 msgid ""
 "<varname>INTERSECTION</varname> - The extent of the new raster is the "
@@ -11852,7 +11921,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7016 reference_raster.xml:7309
+#: reference_raster.xml:7035 reference_raster.xml:7328
 #, no-c-format
 msgid ""
 "<varname>UNION</varname> - The extent of the new raster is the union of the "
@@ -11860,7 +11929,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7021 reference_raster.xml:7314
+#: reference_raster.xml:7040 reference_raster.xml:7333
 #, no-c-format
 msgid ""
 "<varname>FIRST</varname> - The extent of the new raster is the same as the "
@@ -11868,7 +11937,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7026 reference_raster.xml:7319
+#: reference_raster.xml:7045 reference_raster.xml:7338
 #, no-c-format
 msgid ""
 "<varname>SECOND</varname> - The extent of the new raster is the same as the "
@@ -11876,13 +11945,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7034 reference_raster.xml:7328
+#: reference_raster.xml:7053 reference_raster.xml:7347
 #, no-c-format
 msgid "nodata1expr"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7036 reference_raster.xml:7330
+#: reference_raster.xml:7055 reference_raster.xml:7349
 #, no-c-format
 msgid ""
 "An algebraic expression involving only <varname>rast2</varname> or a "
@@ -11891,13 +11960,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7042 reference_raster.xml:7337
+#: reference_raster.xml:7061 reference_raster.xml:7356
 #, no-c-format
 msgid "nodata2expr"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7044 reference_raster.xml:7339
+#: reference_raster.xml:7063 reference_raster.xml:7358
 #, no-c-format
 msgid ""
 "An algebraic expression involving only <varname>rast1</varname> or a "
@@ -11906,13 +11975,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7050 reference_raster.xml:7346
+#: reference_raster.xml:7069 reference_raster.xml:7365
 #, no-c-format
 msgid "nodatanodataval"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7052 reference_raster.xml:7348
+#: reference_raster.xml:7071 reference_raster.xml:7367
 #, no-c-format
 msgid ""
 "A numeric constant to return when spatially corresponding rast1 and rast2 "
@@ -11920,7 +11989,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7060
+#: reference_raster.xml:7079
 #, no-c-format
 msgid ""
 "Keywords permitted in <varname>expression</varname>, <varname>nodata1expr</"
@@ -11928,7 +11997,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7063
+#: reference_raster.xml:7082
 #, no-c-format
 msgid ""
 "<varname>[rast1]</varname> - Pixel value of the pixel of interest from "
@@ -11936,7 +12005,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7066
+#: reference_raster.xml:7085
 #, no-c-format
 msgid ""
 "<varname>[rast1.val]</varname> - Pixel value of the pixel of interest from "
@@ -11944,7 +12013,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7069
+#: reference_raster.xml:7088
 #, no-c-format
 msgid ""
 "<varname>[rast1.x]</varname> - 1-based pixel column of the pixel of interest "
@@ -11952,7 +12021,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7072
+#: reference_raster.xml:7091
 #, no-c-format
 msgid ""
 "<varname>[rast1.y]</varname> - 1-based pixel row of the pixel of interest "
@@ -11960,7 +12029,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7075
+#: reference_raster.xml:7094
 #, no-c-format
 msgid ""
 "<varname>[rast2]</varname> - Pixel value of the pixel of interest from "
@@ -11968,7 +12037,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7078
+#: reference_raster.xml:7097
 #, no-c-format
 msgid ""
 "<varname>[rast2.val]</varname> - Pixel value of the pixel of interest from "
@@ -11976,7 +12045,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7081
+#: reference_raster.xml:7100
 #, no-c-format
 msgid ""
 "<varname>[rast2.x]</varname> - 1-based pixel column of the pixel of interest "
@@ -11984,7 +12053,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7084
+#: reference_raster.xml:7103
 #, no-c-format
 msgid ""
 "<varname>[rast2.y]</varname> - 1-based pixel row of the pixel of interest "
@@ -11992,13 +12061,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7092
+#: reference_raster.xml:7111
 #, no-c-format
 msgid "Examples: Variants 1 and 2"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7094
+#: reference_raster.xml:7113
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -12012,13 +12081,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7098
+#: reference_raster.xml:7117
 #, no-c-format
 msgid "Examples: Variant 3 and 4"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7100
+#: reference_raster.xml:7119
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -12043,19 +12112,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7106
+#: reference_raster.xml:7125
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Union\"/>, <xref linkend=\"RT_ST_MapAlgebra\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:7116 reference_raster.xml:7230
+#: reference_raster.xml:7135 reference_raster.xml:7249
 #, no-c-format
 msgid "ST_MapAlgebraExpr"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:7117
+#: reference_raster.xml:7136
 #, no-c-format
 msgid ""
 "1 raster band version: Creates a new one band raster formed by applying a "
@@ -12064,7 +12133,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:7121
+#: reference_raster.xml:7140
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_MapAlgebraExpr</function></"
@@ -12083,7 +12152,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7146 reference_raster.xml:7270
+#: reference_raster.xml:7165 reference_raster.xml:7289
 #, no-c-format
 msgid ""
 "is deprecated as of 2.1.0. Use <xref linkend=\"RT_ST_MapAlgebra_expr\"/> "
@@ -12091,7 +12160,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7151
+#: reference_raster.xml:7170
 #, no-c-format
 msgid ""
 "Creates a new one band raster formed by applying a valid PostgreSQL "
@@ -12102,7 +12171,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7159
+#: reference_raster.xml:7178
 #, no-c-format
 msgid ""
 "In the expression you can use the term <varname>[rast]</varname> to refer to "
@@ -12112,8 +12181,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7169 reference_raster.xml:7368
-#: reference_raster.xml:7632
+#: reference_raster.xml:7188 reference_raster.xml:7387
+#: reference_raster.xml:7651
 #, no-c-format
 msgid ""
 "Create a new 1 band raster from our original that is a function of modulo 2 "
@@ -12121,7 +12190,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7170
+#: reference_raster.xml:7189
 #, no-c-format
 msgid ""
 "ALTER TABLE dummy_rast ADD COLUMN map_rast raster;\n"
@@ -12150,7 +12219,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7172
+#: reference_raster.xml:7191
 #, no-c-format
 msgid ""
 "Create a new 1 band raster of pixel-type 2BUI from our original that is "
@@ -12158,7 +12227,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7173
+#: reference_raster.xml:7192
 #, no-c-format
 msgid ""
 "ALTER TABLE dummy_rast ADD COLUMN map_rast2 raster;\n"
@@ -12196,19 +12265,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7187 reference_raster.xml:7647
+#: reference_raster.xml:7206 reference_raster.xml:7666
 #, no-c-format
 msgid "original (column rast-view)"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7201 reference_raster.xml:7655
+#: reference_raster.xml:7220 reference_raster.xml:7674
 #, no-c-format
 msgid "rast_view_ma"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7212 reference_raster.xml:7663
+#: reference_raster.xml:7231 reference_raster.xml:7682
 #, no-c-format
 msgid ""
 "Create a new 3 band raster same pixel type from our original 3 band raster "
@@ -12216,7 +12285,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7213
+#: reference_raster.xml:7232
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -12236,7 +12305,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7218
+#: reference_raster.xml:7237
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebraFct\"/>, <xref linkend="
@@ -12245,7 +12314,7 @@ msgid ""
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:7231
+#: reference_raster.xml:7250
 #, no-c-format
 msgid ""
 "2 raster band version: Creates a new one band raster formed by applying a "
@@ -12258,7 +12327,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:7237
+#: reference_raster.xml:7256
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_MapAlgebraExpr</function></"
@@ -12290,7 +12359,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7355
+#: reference_raster.xml:7374
 #, no-c-format
 msgid ""
 "If <varname>pixeltype</varname> is passed in, then the new raster will have "
@@ -12300,7 +12369,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7358
+#: reference_raster.xml:7377
 #, no-c-format
 msgid ""
 "Use the term <varname>[rast1.val]</varname> <varname>[rast2.val]</varname> "
@@ -12310,13 +12379,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7366
+#: reference_raster.xml:7385
 #, no-c-format
 msgid "Example: 2 Band Intersection and Union"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7369
+#: reference_raster.xml:7388
 #, no-c-format
 msgid ""
 "--Create a cool set of rasters --\n"
@@ -12363,25 +12432,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7383
+#: reference_raster.xml:7402
 #, no-c-format
 msgid "mapalgebra intersection"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7397
+#: reference_raster.xml:7416
 #, no-c-format
 msgid "map algebra union"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7410 reference_raster.xml:7749
+#: reference_raster.xml:7429 reference_raster.xml:7768
 #, no-c-format
 msgid "Example: Overlaying rasters on a canvas as separate bands"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7411
+#: reference_raster.xml:7430
 #, no-c-format
 msgid ""
 "-- we use ST_AsPNG to render the image so all single band ones look grey --\n"
@@ -12421,38 +12490,38 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7424
+#: reference_raster.xml:7443
 #, no-c-format
 msgid "rast1"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7437
+#: reference_raster.xml:7456
 #, no-c-format
 msgid "rast2"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7453
+#: reference_raster.xml:7472
 #, no-c-format
 msgid "rast3"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7467
+#: reference_raster.xml:7486
 #, no-c-format
 msgid "final_rast"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7480
+#: reference_raster.xml:7499
 #, no-c-format
 msgid ""
 "Example: Overlay 2 meter boundary of select parcels over an aerial imagery"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7482
+#: reference_raster.xml:7501
 #, no-c-format
 msgid ""
 "-- Create new 3 band raster composed of first 2 clipped bands, and overlay "
@@ -12491,13 +12560,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7496
+#: reference_raster.xml:7515
 #, no-c-format
 msgid "The blue lines are the boundaries of select parcels"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7510
+#: reference_raster.xml:7529
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_AddBand\"/>, <xref linkend=\"RT_ST_AsPNG\"/>, <xref "
@@ -12508,13 +12577,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:7527 reference_raster.xml:7680
+#: reference_raster.xml:7546 reference_raster.xml:7699
 #, no-c-format
 msgid "ST_MapAlgebraFct"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:7528
+#: reference_raster.xml:7547
 #, no-c-format
 msgid ""
 "1 band version - Creates a new one band raster formed by applying a valid "
@@ -12523,7 +12592,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:7532
+#: reference_raster.xml:7551
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_MapAlgebraFct</function></"
@@ -12570,15 +12639,15 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7596 reference_raster.xml:7714
-#: reference_raster.xml:7827
+#: reference_raster.xml:7615 reference_raster.xml:7733
+#: reference_raster.xml:7846
 #, no-c-format
 msgid ""
 "is deprecated as of 2.1.0. Use <xref linkend=\"RT_ST_MapAlgebra\"/> instead."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7601
+#: reference_raster.xml:7620
 #, no-c-format
 msgid ""
 "Creates a new one band raster formed by applying a valid PostgreSQL function "
@@ -12589,7 +12658,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7605
+#: reference_raster.xml:7624
 #, no-c-format
 msgid ""
 "The <varname>onerasteruserfunc</varname> parameter must be the name and "
@@ -12612,7 +12681,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7610
+#: reference_raster.xml:7629
 #, no-c-format
 msgid ""
 "Passing a <type>regprodedure</type> argument to a SQL function requires the "
@@ -12625,7 +12694,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7614
+#: reference_raster.xml:7633
 #, no-c-format
 msgid ""
 "The third argument to the <varname>userfunction</varname> is a "
@@ -12636,7 +12705,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7623
+#: reference_raster.xml:7642
 #, no-c-format
 msgid ""
 "The <type>text[]</type> argument to the <varname>userfunction</varname> is "
@@ -12645,7 +12714,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7633
+#: reference_raster.xml:7652
 #, no-c-format
 msgid ""
 "ALTER TABLE dummy_rast ADD COLUMN map_rast raster;\n"
@@ -12681,7 +12750,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7635
+#: reference_raster.xml:7654
 #, no-c-format
 msgid ""
 "Create a new 1 band raster of pixel-type 2BUI from our original that is "
@@ -12690,7 +12759,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7636
+#: reference_raster.xml:7655
 #, no-c-format
 msgid ""
 "ALTER TABLE dummy_rast ADD COLUMN map_rast2 raster;\n"
@@ -12745,7 +12814,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7664
+#: reference_raster.xml:7683
 #, no-c-format
 msgid ""
 "CREATE FUNCTION rast_plus_tan(pixel float, pos integer[], variadic args "
@@ -12775,7 +12844,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7669 reference_raster.xml:7792
+#: reference_raster.xml:7688 reference_raster.xml:7811
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_BandPixelType\"/>, <xref linkend=\"RT_ST_GeoReference"
@@ -12783,7 +12852,7 @@ msgid ""
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:7681
+#: reference_raster.xml:7700
 #, no-c-format
 msgid ""
 "2 band version - Creates a new one band raster formed by applying a valid "
@@ -12793,7 +12862,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:7685
+#: reference_raster.xml:7704
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_MapAlgebraFct</function></"
@@ -12819,7 +12888,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7719
+#: reference_raster.xml:7738
 #, no-c-format
 msgid ""
 "Creates a new one band raster formed by applying a valid PostgreSQL function "
@@ -12831,7 +12900,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7722
+#: reference_raster.xml:7741
 #, no-c-format
 msgid ""
 "If <varname>pixeltype</varname> is passed in, then the new raster will have "
@@ -12841,7 +12910,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7725
+#: reference_raster.xml:7744
 #, no-c-format
 msgid ""
 "The <varname>tworastuserfunc</varname> parameter must be the name and "
@@ -12866,7 +12935,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7731
+#: reference_raster.xml:7750
 #, no-c-format
 msgid ""
 "Passing a <type>regprodedure</type> argument to a SQL function requires the "
@@ -12880,7 +12949,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7734
+#: reference_raster.xml:7753
 #, no-c-format
 msgid ""
 "The fourst argument to the <varname>tworastuserfunc</varname> is a "
@@ -12891,7 +12960,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7742
+#: reference_raster.xml:7761
 #, no-c-format
 msgid ""
 "The <type>text[]</type> argument to the <varname>tworastuserfunc</varname> "
@@ -12900,7 +12969,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7750
+#: reference_raster.xml:7769
 #, no-c-format
 msgid ""
 "-- define our user defined function --\n"
@@ -12977,19 +13046,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7763
+#: reference_raster.xml:7782
 #, no-c-format
 msgid "map bands overlay (canvas) (R: small road, G: circle, B: big road)"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7775
+#: reference_raster.xml:7794
 #, no-c-format
 msgid "User Defined function that takes extra args"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7776
+#: reference_raster.xml:7795
 #, no-c-format
 msgid ""
 "CREATE OR REPLACE FUNCTION raster_mapalgebra_userargs(\n"
@@ -13029,19 +13098,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7784
+#: reference_raster.xml:7803
 #, no-c-format
 msgid "user defined with extra args and different bands from same raster"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:7803
+#: reference_raster.xml:7822
 #, no-c-format
 msgid "ST_MapAlgebraFctNgb"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:7804
+#: reference_raster.xml:7823
 #, no-c-format
 msgid ""
 "1-band version: Map Algebra Nearest Neighbor using user-defined PostgreSQL "
@@ -13050,7 +13119,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:7809
+#: reference_raster.xml:7828
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_MapAlgebraFctNgb</function></funcdef> "
@@ -13066,7 +13135,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7832
+#: reference_raster.xml:7851
 #, no-c-format
 msgid ""
 "(one raster version) Return a raster which values are the result of a "
@@ -13077,31 +13146,31 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7836
+#: reference_raster.xml:7855
 #, no-c-format
 msgid "rast"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7837
+#: reference_raster.xml:7856
 #, no-c-format
 msgid "Raster on which the user function is evaluated."
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7840
+#: reference_raster.xml:7859
 #, no-c-format
 msgid "band"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7841
+#: reference_raster.xml:7860
 #, no-c-format
 msgid "Band number of the raster to be evaluated. Default to 1."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7845
+#: reference_raster.xml:7864
 #, no-c-format
 msgid ""
 "The resulting pixel type of the output raster. Must be one listed in <xref "
@@ -13112,37 +13181,37 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7848
+#: reference_raster.xml:7867
 #, no-c-format
 msgid "ngbwidth"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7849
+#: reference_raster.xml:7868
 #, no-c-format
 msgid "The width of the neighborhood, in cells."
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7852
+#: reference_raster.xml:7871
 #, no-c-format
 msgid "ngbheight"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7853
+#: reference_raster.xml:7872
 #, no-c-format
 msgid "The height of the neighborhood, in cells."
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7856
+#: reference_raster.xml:7875
 #, no-c-format
 msgid "onerastngbuserfunc"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7857
+#: reference_raster.xml:7876
 #, no-c-format
 msgid ""
 "PLPGSQL/psql user function to apply to neighborhood pixels of a single band "
@@ -13151,13 +13220,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7860
+#: reference_raster.xml:7879
 #, no-c-format
 msgid "nodatamode"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7862
+#: reference_raster.xml:7881
 #, no-c-format
 msgid ""
 "Defines what value to pass to the function for a neighborhood pixel that is "
@@ -13165,7 +13234,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7863
+#: reference_raster.xml:7882
 #, no-c-format
 msgid ""
 "'ignore': any NODATA values encountered in the neighborhood are ignored by "
@@ -13174,7 +13243,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7864
+#: reference_raster.xml:7883
 #, no-c-format
 msgid ""
 "'NULL': any NODATA values encountered in the neighborhood will cause the "
@@ -13183,7 +13252,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7865
+#: reference_raster.xml:7884
 #, no-c-format
 msgid ""
 "'value': any NODATA values encountered in the neighborhood are replaced by "
@@ -13193,19 +13262,19 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: reference_raster.xml:7869
+#: reference_raster.xml:7888
 #, no-c-format
 msgid "args"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7870
+#: reference_raster.xml:7889
 #, no-c-format
 msgid "Arguments to pass into the user function."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7880
+#: reference_raster.xml:7899
 #, no-c-format
 msgid ""
 "Examples utilize the katrina raster loaded as a single tile described in "
@@ -13215,7 +13284,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7882
+#: reference_raster.xml:7901
 #, no-c-format
 msgid ""
 "--\n"
@@ -13257,32 +13326,32 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7896
+#: reference_raster.xml:7915
 #, no-c-format
 msgid "First band of our raster"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7910
+#: reference_raster.xml:7929
 #, no-c-format
 msgid "new raster after averaging pixels withing 4x4 pixels of each other"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7925
+#: reference_raster.xml:7944
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebraExpr\"/>, <xref linkend=\"RT_ST_Rescale\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:7935
+#: reference_raster.xml:7954
 #, no-c-format
 msgid "ST_Reclass"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:7936
+#: reference_raster.xml:7955
 #, no-c-format
 msgid ""
 "Creates a new raster composed of band types reclassified from original. The "
@@ -13292,7 +13361,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:7940
+#: reference_raster.xml:7959
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Reclass</function></funcdef> "
@@ -13313,7 +13382,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7968
+#: reference_raster.xml:7987
 #, no-c-format
 msgid ""
 "Creates a new raster formed by applying a valid PostgreSQL algebraic "
@@ -13326,7 +13395,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7970
+#: reference_raster.xml:7989
 #, no-c-format
 msgid ""
 "The bands of the new raster will have pixel type of <varname>pixeltype</"
@@ -13335,13 +13404,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7976
+#: reference_raster.xml:7995
 #, no-c-format
 msgid "Examples Basic"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7977
+#: reference_raster.xml:7996
 #, no-c-format
 msgid ""
 "Create a new raster from the original where band 2 is converted from 8BUI to "
@@ -13349,7 +13418,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7978
+#: reference_raster.xml:7997
 #, no-c-format
 msgid ""
 "ALTER TABLE dummy_rast ADD COLUMN reclass_rast raster;\n"
@@ -13377,13 +13446,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7982
+#: reference_raster.xml:8001
 #, no-c-format
 msgid "Example: Advanced using multiple reclassargs"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7984
+#: reference_raster.xml:8003
 #, no-c-format
 msgid ""
 "Create a new raster from the original where band 1,2,3 is converted to "
@@ -13393,7 +13462,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7985
+#: reference_raster.xml:8004
 #, no-c-format
 msgid ""
 "UPDATE dummy_rast SET reclass_rast =\n"
@@ -13427,14 +13496,14 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:7989
+#: reference_raster.xml:8008
 #, no-c-format
 msgid ""
 "Example: Advanced Map a single band 32BF raster to multiple viewable bands"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7990
+#: reference_raster.xml:8009
 #, no-c-format
 msgid ""
 "Create a new 3 band (8BUI,8BUI,8BUI viewable raster) from a raster that has "
@@ -13442,7 +13511,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:7991
+#: reference_raster.xml:8010
 #, no-c-format
 msgid ""
 "ALTER TABLE wind ADD COLUMN rast_view raster;\n"
@@ -13459,7 +13528,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:7996
+#: reference_raster.xml:8015
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Band\"/>, <xref linkend=\"RT_ST_BandPixelType\"/>, "
@@ -13468,13 +13537,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8009
+#: reference_raster.xml:8028
 #, no-c-format
 msgid "ST_Union"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8010
+#: reference_raster.xml:8029
 #, no-c-format
 msgid ""
 "Returns the union of a set of raster tiles into a single raster composed of "
@@ -13482,7 +13551,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8015
+#: reference_raster.xml:8034
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_Union</function></funcdef> "
@@ -13490,7 +13559,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8021
+#: reference_raster.xml:8040
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_Union</function></funcdef> "
@@ -13500,7 +13569,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8028
+#: reference_raster.xml:8047
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_Union</function></funcdef> "
@@ -13509,7 +13578,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8035
+#: reference_raster.xml:8054
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_Union</function></funcdef> "
@@ -13518,7 +13587,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8042
+#: reference_raster.xml:8061
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_Union</function></funcdef> "
@@ -13528,7 +13597,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8054
+#: reference_raster.xml:8073
 #, no-c-format
 msgid ""
 "Returns the union of a set of raster tiles into a single raster composed of "
@@ -13539,7 +13608,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8057
+#: reference_raster.xml:8076
 #, no-c-format
 msgid ""
 "In order for rasters to be unioned, they most all have the same alignment. "
@@ -13550,19 +13619,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8061
+#: reference_raster.xml:8080
 #, no-c-format
 msgid "Enhanced: 2.1.0 Improved Speed (fully C-Based)."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8062
+#: reference_raster.xml:8081
 #, no-c-format
 msgid "Availability: 2.1.0 ST_Union(rast, unionarg) variant was introduced."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8063
+#: reference_raster.xml:8082
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 ST_Union(rast) (variant 1) unions all bands of all input "
@@ -13570,7 +13639,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8064
+#: reference_raster.xml:8083
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 ST_Union(rast, uniontype) (variant 4) unions all bands of "
@@ -13578,13 +13647,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:8067
+#: reference_raster.xml:8086
 #, no-c-format
 msgid "Examples: Reconstitute a single band chunked raster tile"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8068
+#: reference_raster.xml:8087
 #, no-c-format
 msgid ""
 "-- this creates a single band from first band of raster tiles\n"
@@ -13594,7 +13663,7 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:8072 reference_raster.xml:8076
+#: reference_raster.xml:8091 reference_raster.xml:8095
 #, no-c-format
 msgid ""
 "Examples: Return a multi-band raster that is the union of tiles intersecting "
@@ -13602,7 +13671,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8073
+#: reference_raster.xml:8092
 #, no-c-format
 msgid ""
 "-- this creates a multi band raster collecting all the tiles that intersect "
@@ -13618,7 +13687,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8077
+#: reference_raster.xml:8096
 #, no-c-format
 msgid ""
 "Here we use the longer syntax if we only wanted a subset of bands or we want "
@@ -13626,7 +13695,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8078
+#: reference_raster.xml:8097
 #, no-c-format
 msgid ""
 "-- this creates a multi band raster collecting all the tiles that intersect "
@@ -13639,7 +13708,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8084
+#: reference_raster.xml:8103
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Envelope\"/>, <xref linkend=\"RT_ST_ConvexHull\"/>, "
@@ -13647,19 +13716,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:8097
+#: reference_raster.xml:8116
 #, no-c-format
 msgid "Built-in Map Algebra Callback Functions"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8101
+#: reference_raster.xml:8120
 #, no-c-format
 msgid "ST_Distinct4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8102
+#: reference_raster.xml:8121
 #, no-c-format
 msgid ""
 "Raster processing function that calculates the number of unique pixel values "
@@ -13667,7 +13736,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8106
+#: reference_raster.xml:8125
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_Distinct4ma</function></"
@@ -13683,17 +13752,17 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8126
+#: reference_raster.xml:8145
 #, no-c-format
 msgid ""
 "Calculate the number of unique pixel values in a neighborhood of pixels."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8129 reference_raster.xml:8268
-#: reference_raster.xml:8343 reference_raster.xml:8428
-#: reference_raster.xml:8553 reference_raster.xml:8624
-#: reference_raster.xml:8699
+#: reference_raster.xml:8148 reference_raster.xml:8287
+#: reference_raster.xml:8362 reference_raster.xml:8447
+#: reference_raster.xml:8572 reference_raster.xml:8643
+#: reference_raster.xml:8718
 #, no-c-format
 msgid ""
 "Variant 1 is a specialized callback function for use as a callback parameter "
@@ -13701,10 +13770,10 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8133 reference_raster.xml:8272
-#: reference_raster.xml:8347 reference_raster.xml:8434
-#: reference_raster.xml:8557 reference_raster.xml:8628
-#: reference_raster.xml:8703
+#: reference_raster.xml:8152 reference_raster.xml:8291
+#: reference_raster.xml:8366 reference_raster.xml:8453
+#: reference_raster.xml:8576 reference_raster.xml:8647
+#: reference_raster.xml:8722
 #, no-c-format
 msgid ""
 "Variant 2 is a specialized callback function for use as a callback parameter "
@@ -13712,10 +13781,10 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8139 reference_raster.xml:8278
-#: reference_raster.xml:8353 reference_raster.xml:8440
-#: reference_raster.xml:8563 reference_raster.xml:8634
-#: reference_raster.xml:8709
+#: reference_raster.xml:8158 reference_raster.xml:8297
+#: reference_raster.xml:8372 reference_raster.xml:8459
+#: reference_raster.xml:8582 reference_raster.xml:8653
+#: reference_raster.xml:8728
 #, no-c-format
 msgid ""
 "Use of Variant 1 is discouraged since <xref linkend=\"RT_ST_MapAlgebraFctNgb"
@@ -13723,16 +13792,16 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8145 reference_raster.xml:8284
-#: reference_raster.xml:8359 reference_raster.xml:8446
-#: reference_raster.xml:8569 reference_raster.xml:8640
-#: reference_raster.xml:8715
+#: reference_raster.xml:8164 reference_raster.xml:8303
+#: reference_raster.xml:8378 reference_raster.xml:8465
+#: reference_raster.xml:8588 reference_raster.xml:8659
+#: reference_raster.xml:8734
 #, no-c-format
 msgid "Enhanced: 2.1.0 Addition of Variant 2"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8151
+#: reference_raster.xml:8170
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -13750,8 +13819,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8157 reference_raster.xml:8581
-#: reference_raster.xml:8652
+#: reference_raster.xml:8176 reference_raster.xml:8600
+#: reference_raster.xml:8671
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebra\"/>, <xref linkend=\"RT_ST_Min4ma\"/>, "
@@ -13761,13 +13830,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8172
+#: reference_raster.xml:8191
 #, no-c-format
 msgid "ST_InvDistWeight4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8173
+#: reference_raster.xml:8192
 #, no-c-format
 msgid ""
 "Raster processing function that interpolates a pixel's value from the "
@@ -13775,7 +13844,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8178
+#: reference_raster.xml:8197
 #, no-c-format
 msgid ""
 "<funcdef>double precision <function>ST_InvDistWeight4ma</function></funcdef> "
@@ -13786,7 +13855,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8190
+#: reference_raster.xml:8209
 #, no-c-format
 msgid ""
 "Calculate an interpolated value for a pixel using the Inverse Distance "
@@ -13794,7 +13863,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8192
+#: reference_raster.xml:8211
 #, no-c-format
 msgid ""
 "There are two optional parameters that can be passed through "
@@ -13808,19 +13877,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8196
+#: reference_raster.xml:8215
 #, no-c-format
 msgid "The basic inverse distance weight equation is:"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8205
+#: reference_raster.xml:8224
 #, no-c-format
 msgid "k = power factor, a real number between 0 and 1"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8214 reference_raster.xml:8499
+#: reference_raster.xml:8233 reference_raster.xml:8518
 #, no-c-format
 msgid ""
 "This function is a specialized callback function for use as a callback "
@@ -13828,25 +13897,25 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8222 reference_raster.xml:8507
+#: reference_raster.xml:8241 reference_raster.xml:8526
 #, no-c-format
 msgid "-- NEEDS EXAMPLE"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8227
+#: reference_raster.xml:8246
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_MinDist4ma\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8236
+#: reference_raster.xml:8255
 #, no-c-format
 msgid "ST_Max4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8237
+#: reference_raster.xml:8256
 #, no-c-format
 msgid ""
 "Raster processing function that calculates the maximum pixel value in a "
@@ -13854,7 +13923,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8241
+#: reference_raster.xml:8260
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_Max4ma</function></funcdef> "
@@ -13869,15 +13938,15 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8261
+#: reference_raster.xml:8280
 #, no-c-format
 msgid "Calculate the maximum pixel value in a neighborhood of pixels."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8263 reference_raster.xml:8338
-#: reference_raster.xml:8423 reference_raster.xml:8548
-#: reference_raster.xml:8694
+#: reference_raster.xml:8282 reference_raster.xml:8357
+#: reference_raster.xml:8442 reference_raster.xml:8567
+#: reference_raster.xml:8713
 #, no-c-format
 msgid ""
 "For Variant 2, a substitution value for NODATA pixels can be specified by "
@@ -13885,7 +13954,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8290
+#: reference_raster.xml:8309
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -13903,7 +13972,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8296
+#: reference_raster.xml:8315
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebra\"/>, <xref linkend=\"RT_ST_Min4ma\"/>, "
@@ -13913,13 +13982,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8311
+#: reference_raster.xml:8330
 #, no-c-format
 msgid "ST_Mean4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8312
+#: reference_raster.xml:8331
 #, no-c-format
 msgid ""
 "Raster processing function that calculates the mean pixel value in a "
@@ -13927,7 +13996,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8316
+#: reference_raster.xml:8335
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_Mean4ma</function></funcdef> "
@@ -13942,13 +14011,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8336
+#: reference_raster.xml:8355
 #, no-c-format
 msgid "Calculate the mean pixel value in a neighborhood of pixels."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8365
+#: reference_raster.xml:8384
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -13966,7 +14035,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8372
+#: reference_raster.xml:8391
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -13984,7 +14053,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8378
+#: reference_raster.xml:8397
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebra\"/>, <xref linkend=\"RT_ST_Min4ma\"/>, "
@@ -13993,13 +14062,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8392
+#: reference_raster.xml:8411
 #, no-c-format
 msgid "ST_Min4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8393
+#: reference_raster.xml:8412
 #, no-c-format
 msgid ""
 "Raster processing function that calculates the minimum pixel value in a "
@@ -14007,7 +14076,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8399
+#: reference_raster.xml:8418
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_Min4ma</function></funcdef> "
@@ -14022,13 +14091,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8419
+#: reference_raster.xml:8438
 #, no-c-format
 msgid "Calculate the minimum pixel value in a neighborhood of pixels."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8452
+#: reference_raster.xml:8471
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -14046,7 +14115,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8457
+#: reference_raster.xml:8476
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebra\"/>, <xref linkend=\"RT_ST_Max4ma\"/>, "
@@ -14056,13 +14125,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8472
+#: reference_raster.xml:8491
 #, no-c-format
 msgid "ST_MinDist4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8473
+#: reference_raster.xml:8492
 #, no-c-format
 msgid ""
 "Raster processing function that returns the minimum distance (in number of "
@@ -14070,7 +14139,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8478
+#: reference_raster.xml:8497
 #, no-c-format
 msgid ""
 "<funcdef>double precision <function>ST_MinDist4ma</function></funcdef> "
@@ -14081,7 +14150,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8490
+#: reference_raster.xml:8509
 #, no-c-format
 msgid ""
 "Return the shortest distance (in number of pixels) between the pixel of "
@@ -14089,7 +14158,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8493
+#: reference_raster.xml:8512
 #, no-c-format
 msgid ""
 "The intent of this function is to provide an informative data point that "
@@ -14099,19 +14168,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8512
+#: reference_raster.xml:8531
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_InvDistWeight4ma\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8521
+#: reference_raster.xml:8540
 #, no-c-format
 msgid "ST_Range4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8522
+#: reference_raster.xml:8541
 #, no-c-format
 msgid ""
 "Raster processing function that calculates the range of pixel values in a "
@@ -14119,7 +14188,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8526
+#: reference_raster.xml:8545
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_Range4ma</function></funcdef> "
@@ -14134,13 +14203,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8546
+#: reference_raster.xml:8565
 #, no-c-format
 msgid "Calculate the range of pixel values in a neighborhood of pixels."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8575
+#: reference_raster.xml:8594
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -14158,13 +14227,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8596
+#: reference_raster.xml:8615
 #, no-c-format
 msgid "ST_StdDev4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8597
+#: reference_raster.xml:8616
 #, no-c-format
 msgid ""
 "Raster processing function that calculates the standard deviation of pixel "
@@ -14172,7 +14241,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8601
+#: reference_raster.xml:8620
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_StdDev4ma</function></funcdef> "
@@ -14188,14 +14257,14 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8621
+#: reference_raster.xml:8640
 #, no-c-format
 msgid ""
 "Calculate the standard deviation of pixel values in a neighborhood of pixels."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8646
+#: reference_raster.xml:8665
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -14213,13 +14282,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8667
+#: reference_raster.xml:8686
 #, no-c-format
 msgid "ST_Sum4ma"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8668
+#: reference_raster.xml:8687
 #, no-c-format
 msgid ""
 "Raster processing function that calculates the sum of all pixel values in a "
@@ -14227,7 +14296,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8672
+#: reference_raster.xml:8691
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>float8 <function>ST_Sum4ma</function></funcdef> "
@@ -14242,13 +14311,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8692
+#: reference_raster.xml:8711
 #, no-c-format
 msgid "Calculate the sum of all pixel values in a neighborhood of pixels."
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8721
+#: reference_raster.xml:8740
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -14266,7 +14335,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8727
+#: reference_raster.xml:8746
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MapAlgebra\"/>, <xref linkend=\"RT_ST_Min4ma\"/>, "
@@ -14276,19 +14345,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:8743
+#: reference_raster.xml:8762
 #, no-c-format
 msgid "DEM (Elevation)"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8747
+#: reference_raster.xml:8766
 #, no-c-format
 msgid "ST_Aspect"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8748
+#: reference_raster.xml:8767
 #, no-c-format
 msgid ""
 "Returns the aspect (in degrees by default) of an elevation raster band. "
@@ -14296,7 +14365,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8751
+#: reference_raster.xml:8770
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Aspect</function></funcdef> "
@@ -14319,7 +14388,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8776
+#: reference_raster.xml:8795
 #, no-c-format
 msgid ""
 "Returns the aspect (in degrees by default) of an elevation raster band. "
@@ -14327,7 +14396,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8778
+#: reference_raster.xml:8797
 #, no-c-format
 msgid ""
 "<varname>units</varname> indicates the units of the aspect. Possible values "
@@ -14335,7 +14404,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8782
+#: reference_raster.xml:8801
 #, no-c-format
 msgid ""
 "When <varname>units</varname> = RADIANS, values are between 0 and 2 * pi "
@@ -14343,7 +14412,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8786
+#: reference_raster.xml:8805
 #, no-c-format
 msgid ""
 "When <varname>units</varname> = DEGREES, values are between 0 and 360 "
@@ -14351,13 +14420,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8790
+#: reference_raster.xml:8809
 #, no-c-format
 msgid "If slope of pixel is zero, aspect of pixel is -1."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8795
+#: reference_raster.xml:8814
 #, no-c-format
 msgid ""
 "For more information about Slope, Aspect and Hillshade, please refer to "
@@ -14369,7 +14438,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8801 reference_raster.xml:8897
+#: reference_raster.xml:8820 reference_raster.xml:8916
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 Uses ST_MapAlgebra() and added optional "
@@ -14377,7 +14446,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8802 reference_raster.xml:9026
+#: reference_raster.xml:8821 reference_raster.xml:9045
 #, no-c-format
 msgid ""
 "Changed: 2.1.0 In prior versions, return values were in radians. Now, return "
@@ -14385,7 +14454,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8807
+#: reference_raster.xml:8826
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -14417,8 +14486,8 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8813 reference_raster.xml:8910
-#: reference_raster.xml:9038
+#: reference_raster.xml:8832 reference_raster.xml:8929
+#: reference_raster.xml:9057
 #, no-c-format
 msgid ""
 "Complete example of tiles of a coverage. This query only works with "
@@ -14426,7 +14495,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8815
+#: reference_raster.xml:8834
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -14459,7 +14528,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8820
+#: reference_raster.xml:8839
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_TRI\"/>, <xref linkend=\"RT_ST_TPI\"/>, <xref "
@@ -14468,13 +14537,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8833
+#: reference_raster.xml:8852
 #, no-c-format
 msgid "ST_HillShade"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8834
+#: reference_raster.xml:8853
 #, no-c-format
 msgid ""
 "Returns the hypothetical illumination of an elevation raster band using "
@@ -14482,7 +14551,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8837
+#: reference_raster.xml:8856
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_HillShade</function></funcdef> "
@@ -14514,7 +14583,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8868
+#: reference_raster.xml:8887
 #, no-c-format
 msgid ""
 "Returns the hypothetical illumination of an elevation raster band using the "
@@ -14524,7 +14593,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8870
+#: reference_raster.xml:8889
 #, no-c-format
 msgid ""
 "<varname>azimuth</varname> is a value between 0 and 360 degrees measured "
@@ -14532,7 +14601,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8874
+#: reference_raster.xml:8893
 #, no-c-format
 msgid ""
 "<varname>altitude</varname> is a value between 0 and 90 degrees where 0 "
@@ -14540,7 +14609,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8878
+#: reference_raster.xml:8897
 #, no-c-format
 msgid ""
 "<varname>max_bright</varname> is a value between 0 and 255 with 0 as no "
@@ -14548,7 +14617,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8882 reference_raster.xml:9010
+#: reference_raster.xml:8901 reference_raster.xml:9029
 #, no-c-format
 msgid ""
 "<varname>scale</varname> is the ratio of vertical units to horizontal. For "
@@ -14556,7 +14625,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8886
+#: reference_raster.xml:8905
 #, no-c-format
 msgid ""
 "If <varname>interpolate_nodata</varname> is TRUE, values for NODATA pixels "
@@ -14565,7 +14634,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8891
+#: reference_raster.xml:8910
 #, no-c-format
 msgid ""
 "For more information about Hillshade, please refer to <ulink url=\"http://"
@@ -14574,7 +14643,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8898
+#: reference_raster.xml:8917
 #, no-c-format
 msgid ""
 "Changed: 2.1.0 In prior versions, azimuth and altitude were expressed in "
@@ -14582,7 +14651,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8904
+#: reference_raster.xml:8923
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -14615,7 +14684,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8912
+#: reference_raster.xml:8931
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -14648,7 +14717,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8917
+#: reference_raster.xml:8936
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_TRI\"/>, <xref linkend=\"RT_ST_TPI\"/>, <xref "
@@ -14657,19 +14726,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8930
+#: reference_raster.xml:8949
 #, no-c-format
 msgid "ST_Roughness"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8931
+#: reference_raster.xml:8950
 #, no-c-format
 msgid "Returns a raster with the calculated \"roughness\" of a DEM."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:8936
+#: reference_raster.xml:8955
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_Roughness</function></funcdef> "
@@ -14682,7 +14751,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8949
+#: reference_raster.xml:8968
 #, no-c-format
 msgid ""
 "Calculates the \"roughness\" of a DEM, by subtracting the maximum from the "
@@ -14690,14 +14759,14 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:8955 reference_raster.xml:9088
-#: reference_raster.xml:9139
+#: reference_raster.xml:8974 reference_raster.xml:9107
+#: reference_raster.xml:9158
 #, no-c-format
 msgid "-- needs examples"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:8960
+#: reference_raster.xml:8979
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_TRI\"/>, <xref linkend=\"RT_ST_TPI\"/>, <xref "
@@ -14706,13 +14775,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:8973
+#: reference_raster.xml:8992
 #, no-c-format
 msgid "ST_Slope"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:8974
+#: reference_raster.xml:8993
 #, no-c-format
 msgid ""
 "Returns the slope (in degrees by default) of an elevation raster band. "
@@ -14720,7 +14789,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:8977
+#: reference_raster.xml:8996
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>raster <function>ST_Slope</function></funcdef> "
@@ -14746,7 +14815,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9004
+#: reference_raster.xml:9023
 #, no-c-format
 msgid ""
 "Returns the slope (in degrees by default) of an elevation raster band. "
@@ -14754,7 +14823,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9006
+#: reference_raster.xml:9025
 #, no-c-format
 msgid ""
 "<varname>units</varname> indicates the units of the slope. Possible values "
@@ -14762,7 +14831,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9014
+#: reference_raster.xml:9033
 #, no-c-format
 msgid ""
 "If <varname>interpolate_nodata</varname> is TRUE, values for NODATA pixels "
@@ -14771,7 +14840,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9019
+#: reference_raster.xml:9038
 #, no-c-format
 msgid ""
 "For more information about Slope, Aspect and Hillshade, please refer to "
@@ -14783,7 +14852,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9025
+#: reference_raster.xml:9044
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 Uses ST_MapAlgebra() and added optional <varname>units</"
@@ -14792,7 +14861,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9032
+#: reference_raster.xml:9051
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -14828,7 +14897,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9040
+#: reference_raster.xml:9059
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -14861,7 +14930,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9045
+#: reference_raster.xml:9064
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_TRI\"/>, <xref linkend=\"RT_ST_TPI\"/>, <xref "
@@ -14870,19 +14939,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9058
+#: reference_raster.xml:9077
 #, no-c-format
 msgid "ST_TPI"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9059
+#: reference_raster.xml:9078
 #, no-c-format
 msgid "Returns a raster with the calculated Topographic Position Index."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9064
+#: reference_raster.xml:9083
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_TPI</function></funcdef> <paramdef><type>raster "
@@ -14895,7 +14964,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9078
+#: reference_raster.xml:9097
 #, no-c-format
 msgid ""
 "Calculates the Topographic Position Index, which is defined as the folcal "
@@ -14903,13 +14972,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9081 reference_raster.xml:9131
+#: reference_raster.xml:9100 reference_raster.xml:9150
 #, no-c-format
 msgid "This function only supports a focalmean radius of one."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9093
+#: reference_raster.xml:9112
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_TRI\"/>, <xref linkend=\"RT_ST_Roughness\"/>, <xref "
@@ -14918,19 +14987,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9106
+#: reference_raster.xml:9125
 #, no-c-format
 msgid "ST_TRI"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9107
+#: reference_raster.xml:9126
 #, no-c-format
 msgid "Returns a raster with the calculated Terrain Ruggedness Index."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9112
+#: reference_raster.xml:9131
 #, no-c-format
 msgid ""
 "<funcdef>raster <function>ST_TRI</function></funcdef> <paramdef><type>raster "
@@ -14943,7 +15012,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9126
+#: reference_raster.xml:9145
 #, no-c-format
 msgid ""
 "Terrain Ruggedness Index is calculated by comparing a central pixel with its "
@@ -14952,7 +15021,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9144
+#: reference_raster.xml:9163
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Roughness\"/>, <xref linkend=\"RT_ST_TPI\"/>, <xref "
@@ -14961,25 +15030,25 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:9158
+#: reference_raster.xml:9177
 #, no-c-format
 msgid "Raster to Geometry"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9162
+#: reference_raster.xml:9181
 #, no-c-format
 msgid "Box3D"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9163
+#: reference_raster.xml:9182
 #, no-c-format
 msgid "Returns the box 3d representation of the enclosing box of the raster."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9168
+#: reference_raster.xml:9187
 #, no-c-format
 msgid ""
 "<funcdef>box3d <function>Box3D</function></funcdef> <paramdef><type>raster </"
@@ -14987,13 +15056,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9178
+#: reference_raster.xml:9197
 #, no-c-format
 msgid "Returns the box representing the extent of the raster."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9179
+#: reference_raster.xml:9198
 #, no-c-format
 msgid ""
 "The polygon is defined by the corner points of the bounding box "
@@ -15002,7 +15071,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9183
+#: reference_raster.xml:9202
 #, no-c-format
 msgid ""
 "Changed: 2.0.0 In pre-2.0 versions, there used to be a box2d instead of "
@@ -15010,7 +15079,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9189
+#: reference_raster.xml:9208
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -15025,13 +15094,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9202
+#: reference_raster.xml:9221
 #, no-c-format
 msgid "ST_ConvexHull"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9203
+#: reference_raster.xml:9222
 #, no-c-format
 msgid ""
 "Return the convex hull geometry of the raster including pixel values equal "
@@ -15041,7 +15110,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9210
+#: reference_raster.xml:9229
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_ConvexHull</function></funcdef> "
@@ -15049,7 +15118,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9220
+#: reference_raster.xml:9239
 #, no-c-format
 msgid ""
 "Return the convex hull geometry of the raster including the NoDataBandValue "
@@ -15059,7 +15128,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9224
+#: reference_raster.xml:9243
 #, no-c-format
 msgid ""
 "ST_Envelope floors the coordinates and hence add a little buffer around the "
@@ -15068,7 +15137,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9231
+#: reference_raster.xml:9250
 #, no-c-format
 msgid ""
 "Refer to <ulink url=\"http://trac.osgeo.org/postgis/wiki/WKTRaster/"
@@ -15077,7 +15146,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9232
+#: reference_raster.xml:9251
 #, no-c-format
 msgid ""
 "-- Note envelope and convexhull are more or less the same\n"
@@ -15094,7 +15163,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9233
+#: reference_raster.xml:9252
 #, no-c-format
 msgid ""
 "-- now we skew the raster\n"
@@ -15113,7 +15182,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9239
+#: reference_raster.xml:9258
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_MinConvexHull\"/>, <xref linkend=\"ST_ConvexHull\"/"
@@ -15121,13 +15190,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9250
+#: reference_raster.xml:9269
 #, no-c-format
 msgid "ST_DumpAsPolygons"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9251
+#: reference_raster.xml:9270
 #, no-c-format
 msgid ""
 "Returns a set of geomval (geom,val) rows, from a given raster band. If no "
@@ -15135,7 +15204,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9256
+#: reference_raster.xml:9275
 #, no-c-format
 msgid ""
 "<funcdef>setof geomval <function>ST_DumpAsPolygons</function></funcdef> "
@@ -15146,7 +15215,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9267
+#: reference_raster.xml:9286
 #, no-c-format
 msgid ""
 "This is a set-returning function (SRF). It returns a set of geomval rows, "
@@ -15156,7 +15225,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9271
+#: reference_raster.xml:9290
 #, no-c-format
 msgid ""
 "ST_DumpAsPolygon is useful for polygonizing rasters. It is the reverse of a "
@@ -15165,13 +15234,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9275
+#: reference_raster.xml:9294
 #, no-c-format
 msgid "Availability: Requires GDAL 1.7 or higher."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9276
+#: reference_raster.xml:9295
 #, no-c-format
 msgid ""
 "If there is a no data value set for a band, pixels with that value will not "
@@ -15179,7 +15248,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9277
+#: reference_raster.xml:9296
 #, no-c-format
 msgid ""
 "If you only care about count of pixels with a given value in a raster, it is "
@@ -15187,7 +15256,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9279
+#: reference_raster.xml:9298
 #, no-c-format
 msgid ""
 "This is different than ST_PixelAsPolygons where one geometry is returned for "
@@ -15195,7 +15264,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9287
+#: reference_raster.xml:9306
 #, no-c-format
 msgid ""
 "SELECT val, ST_AsText(geom) As geomwkt\n"
@@ -15225,7 +15294,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9292
+#: reference_raster.xml:9311
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Value\"/>, <xref linkend=\"RT_ST_Polygon\"/>, <xref "
@@ -15233,19 +15302,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9303
+#: reference_raster.xml:9322
 #, no-c-format
 msgid "ST_Envelope"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9304
+#: reference_raster.xml:9323
 #, no-c-format
 msgid "Returns the polygon representation of the extent of the raster."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9309
+#: reference_raster.xml:9328
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Envelope</function></funcdef> "
@@ -15253,7 +15322,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9319
+#: reference_raster.xml:9338
 #, no-c-format
 msgid ""
 "Returns the polygon representation of the extent of the raster in spatial "
@@ -15262,7 +15331,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9321
+#: reference_raster.xml:9340
 #, no-c-format
 msgid ""
 "The polygon is defined by the corner points of the bounding box "
@@ -15273,7 +15342,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9333
+#: reference_raster.xml:9352
 #, no-c-format
 msgid ""
 "SELECT rid, ST_AsText(ST_Envelope(rast)) As envgeomwkt\n"
@@ -15287,25 +15356,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9338
+#: reference_raster.xml:9357
 #, no-c-format
 msgid ", <xref linkend=\"ST_AsText\"/>, <xref linkend=\"RT_ST_SRID\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9348
+#: reference_raster.xml:9367
 #, no-c-format
 msgid "ST_MinConvexHull"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9349
+#: reference_raster.xml:9368
 #, no-c-format
 msgid "Return the convex hull geometry of the raster excluding NODATA pixels."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9356
+#: reference_raster.xml:9375
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_MinConvexHull</function></funcdef> "
@@ -15315,7 +15384,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9367
+#: reference_raster.xml:9386
 #, no-c-format
 msgid ""
 "Return the convex hull geometry of the raster excluding NODATA pixels. If "
@@ -15323,7 +15392,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9376
+#: reference_raster.xml:9395
 #, no-c-format
 msgid ""
 "WITH foo AS (\n"
@@ -15376,7 +15445,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9381
+#: reference_raster.xml:9400
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_ConvexHull\"/>, <xref linkend=\"ST_ConvexHull\"/>, "
@@ -15384,13 +15453,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9392
+#: reference_raster.xml:9411
 #, no-c-format
 msgid "ST_Polygon"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9393
+#: reference_raster.xml:9412
 #, no-c-format
 msgid ""
 "Returns a multipolygon geometry formed by the union of pixels that have a "
@@ -15399,7 +15468,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9398
+#: reference_raster.xml:9417
 #, no-c-format
 msgid ""
 "<funcdef>geometry <function>ST_Polygon</function></funcdef> "
@@ -15409,13 +15478,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9408
+#: reference_raster.xml:9427
 #, no-c-format
 msgid "Availability: 0.1.6 Requires GDAL 1.7 or higher."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9409
+#: reference_raster.xml:9428
 #, no-c-format
 msgid ""
 "Enhanced: 2.1.0 Improved Speed (fully C-Based) and the returning "
@@ -15423,7 +15492,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9410
+#: reference_raster.xml:9429
 #, no-c-format
 msgid ""
 "Changed: 2.1.0 In prior versions would sometimes return a polygon, changed "
@@ -15431,7 +15500,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9415
+#: reference_raster.xml:9434
 #, no-c-format
 msgid ""
 "-- by default no data band value is 0 or not set, so polygon will return a "
@@ -15492,19 +15561,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:9432
+#: reference_raster.xml:9451
 #, no-c-format
 msgid "Raster Operators"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9435
+#: reference_raster.xml:9454
 #, no-c-format
 msgid "&amp;&amp;"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9437
+#: reference_raster.xml:9456
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if A's bounding box intersects B's bounding "
@@ -15512,7 +15581,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:9441
+#: reference_raster.xml:9460
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>&amp;&amp;</function></funcdef> "
@@ -15528,7 +15597,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9483
+#: reference_raster.xml:9502
 #, no-c-format
 msgid ""
 "The <varname>&amp;&amp;</varname> operator returns <varname>TRUE</varname> "
@@ -15537,9 +15606,9 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9485 reference_raster.xml:9532
-#: reference_raster.xml:9736 reference_raster.xml:10746
-#: reference_raster.xml:10847 reference_raster.xml:10940
+#: reference_raster.xml:9504 reference_raster.xml:9551
+#: reference_raster.xml:9755 reference_raster.xml:10765
+#: reference_raster.xml:10866 reference_raster.xml:10959
 #, no-c-format
 msgid ""
 "This operand will make use of any indexes that may be available on the "
@@ -15547,7 +15616,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9494
+#: reference_raster.xml:9513
 #, no-c-format
 msgid ""
 "SELECT A.rid As a_rid, B.rid As b_rid, A.rast &amp;&amp; B.rast As "
@@ -15562,20 +15631,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9500
+#: reference_raster.xml:9519
 #, no-c-format
 msgid "&amp;&lt;"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9502
+#: reference_raster.xml:9521
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if A's bounding box is to the left of B's."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9507
+#: reference_raster.xml:9526
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>&amp;&lt;</function></funcdef> <paramdef> "
@@ -15584,7 +15653,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9528
+#: reference_raster.xml:9547
 #, no-c-format
 msgid ""
 "The <varname>&amp;&lt;</varname> operator returns <varname>TRUE</varname> if "
@@ -15594,7 +15663,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9538
+#: reference_raster.xml:9557
 #, no-c-format
 msgid ""
 "SELECT A.rid As a_rid, B.rid As b_rid, A.rast &amp;&lt; B.rast As overleft\n"
@@ -15614,20 +15683,20 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9544
+#: reference_raster.xml:9563
 #, no-c-format
 msgid "&amp;&gt;"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9546
+#: reference_raster.xml:9565
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if A's bounding box is to the right of B's."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9551
+#: reference_raster.xml:9570
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>&amp;&gt;</function></funcdef> <paramdef> "
@@ -15636,7 +15705,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9572
+#: reference_raster.xml:9591
 #, no-c-format
 msgid ""
 "The <varname>&amp;&gt;</varname> operator returns <varname>TRUE</varname> if "
@@ -15646,7 +15715,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9576
+#: reference_raster.xml:9595
 #, no-c-format
 msgid ""
 "This operand will make use of any indexes that may be available on the "
@@ -15654,7 +15723,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9583
+#: reference_raster.xml:9602
 #, no-c-format
 msgid ""
 "SELECT A.rid As a_rid, B.rid As b_rid, A.rast &amp;&gt; B.rast As overright\n"
@@ -15674,13 +15743,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9589
+#: reference_raster.xml:9608
 #, no-c-format
 msgid "&#61;"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9591
+#: reference_raster.xml:9610
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if A's bounding box is the same as B's. Uses "
@@ -15688,7 +15757,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9596
+#: reference_raster.xml:9615
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>&#61;</function></funcdef> <paramdef> "
@@ -15697,7 +15766,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9617
+#: reference_raster.xml:9636
 #, no-c-format
 msgid ""
 "The <varname>&#61;</varname> operator returns <varname>TRUE</varname> if the "
@@ -15708,7 +15777,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9621
+#: reference_raster.xml:9640
 #, no-c-format
 msgid ""
 "This operand will NOT make use of any indexes that may be available on the "
@@ -15717,13 +15786,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9637
+#: reference_raster.xml:9656
 #, no-c-format
 msgid "<refname>@</refname>"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9639
+#: reference_raster.xml:9658
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if A's bounding box is contained by B's. "
@@ -15731,7 +15800,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:9643
+#: reference_raster.xml:9662
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>@</function></funcdef> <paramdef> "
@@ -15746,7 +15815,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9686
+#: reference_raster.xml:9705
 #, no-c-format
 msgid ""
 "The <varname>@</varname> operator returns <varname>TRUE</varname> if the "
@@ -15755,37 +15824,37 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9689 reference_raster.xml:9809
+#: reference_raster.xml:9708 reference_raster.xml:9828
 #, no-c-format
 msgid "This operand will use spatial indexes on the rasters."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9691
+#: reference_raster.xml:9710
 #, no-c-format
 msgid "Availability: 2.0.0 raster @ raster, raster @ geometry introduced"
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9692
+#: reference_raster.xml:9711
 #, no-c-format
 msgid "Availability: 2.0.5 geometry @ raster introduced"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9705
+#: reference_raster.xml:9724
 #, no-c-format
 msgid "<refname>~=</refname>"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9707
+#: reference_raster.xml:9726
 #, no-c-format
 msgid "Returns <varname>TRUE</varname> if A's bounding box is the same as B's."
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:9712
+#: reference_raster.xml:9731
 #, no-c-format
 msgid ""
 "<funcdef>boolean <function>~=</function></funcdef> <paramdef> <type>raster </"
@@ -15794,7 +15863,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9733
+#: reference_raster.xml:9752
 #, no-c-format
 msgid ""
 "The <varname>~=</varname> operator returns <varname>TRUE</varname> if the "
@@ -15802,7 +15871,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9745
+#: reference_raster.xml:9764
 #, no-c-format
 msgid ""
 "Very useful usecase is for taking two sets of single band rasters that are "
@@ -15811,7 +15880,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9746
+#: reference_raster.xml:9765
 #, no-c-format
 msgid ""
 "SELECT ST_AddBand(prec.rast, alt.rast) As new_rast\n"
@@ -15819,19 +15888,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9751
+#: reference_raster.xml:9770
 #, no-c-format
 msgid ", <xref linkend=\"RT_Raster_EQ\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9757
+#: reference_raster.xml:9776
 #, no-c-format
 msgid "<refname>~</refname>"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9759
+#: reference_raster.xml:9778
 #, no-c-format
 msgid ""
 "Returns <varname>TRUE</varname> if A's bounding box is contains B's. Uses "
@@ -15839,7 +15908,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:9763
+#: reference_raster.xml:9782
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>~</function></funcdef> <paramdef> "
@@ -15854,7 +15923,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9806
+#: reference_raster.xml:9825
 #, no-c-format
 msgid ""
 "The <varname>~</varname> operator returns <varname>TRUE</varname> if the "
@@ -15863,19 +15932,19 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:9824
+#: reference_raster.xml:9843
 #, no-c-format
 msgid "Raster and Raster Band Spatial Relationships"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9828
+#: reference_raster.xml:9847
 #, no-c-format
 msgid "ST_Contains"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9829
+#: reference_raster.xml:9848
 #, no-c-format
 msgid ""
 "Return true if no points of raster rastB lie in the exterior of raster rastA "
@@ -15884,7 +15953,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:9835
+#: reference_raster.xml:9854
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Contains</function></funcdef> "
@@ -15899,7 +15968,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9874
+#: reference_raster.xml:9893
 #, no-c-format
 msgid ""
 "Raster rastA contains rastB if and only if no points of rastB lie in the "
@@ -15911,10 +15980,10 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9879 reference_raster.xml:9972
-#: reference_raster.xml:10053 reference_raster.xml:10134
-#: reference_raster.xml:10344 reference_raster.xml:10428
-#: reference_raster.xml:10508
+#: reference_raster.xml:9898 reference_raster.xml:9991
+#: reference_raster.xml:10072 reference_raster.xml:10153
+#: reference_raster.xml:10363 reference_raster.xml:10447
+#: reference_raster.xml:10527
 #, no-c-format
 msgid ""
 "This function will make use of any indexes that may be available on the "
@@ -15922,7 +15991,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9885
+#: reference_raster.xml:9904
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -15931,7 +16000,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9891
+#: reference_raster.xml:9910
 #, no-c-format
 msgid ""
 "ST_Contains() is the inverse of ST_Within(). So, ST_Contains(rastA, rastB) "
@@ -15939,7 +16008,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9902
+#: reference_raster.xml:9921
 #, no-c-format
 msgid ""
 "-- specified band numbers\n"
@@ -15954,7 +16023,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9904
+#: reference_raster.xml:9923
 #, no-c-format
 msgid ""
 "-- no band numbers specified\n"
@@ -15967,19 +16036,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9908
+#: reference_raster.xml:9927
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Within\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:9917
+#: reference_raster.xml:9936
 #, no-c-format
 msgid "ST_ContainsProperly"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:9918
+#: reference_raster.xml:9937
 #, no-c-format
 msgid ""
 "Return true if rastB intersects the interior of rastA but not the boundary "
@@ -15987,7 +16056,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:9924
+#: reference_raster.xml:9943
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_ContainsProperly</function></"
@@ -16002,7 +16071,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9963
+#: reference_raster.xml:9982
 #, no-c-format
 msgid ""
 "Raster rastA contains properly rastB if rastB intersects the interior of "
@@ -16013,13 +16082,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9967
+#: reference_raster.xml:9986
 #, no-c-format
 msgid "Raster rastA does not contain properly itself but does contain itself."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9978
+#: reference_raster.xml:9997
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16028,7 +16097,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:9989
+#: reference_raster.xml:10008
 #, no-c-format
 msgid ""
 "SELECT r1.rid, r2.rid, ST_ContainsProperly(r1.rast, 1, r2.rast, 1) FROM "
@@ -16041,25 +16110,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:9993
+#: reference_raster.xml:10012
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Contains\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10002
+#: reference_raster.xml:10021
 #, no-c-format
 msgid "ST_Covers"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10003
+#: reference_raster.xml:10022
 #, no-c-format
 msgid "Return true if no points of raster rastB lie outside raster rastA."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10009
+#: reference_raster.xml:10028
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Covers</function></funcdef> "
@@ -16074,7 +16143,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10048
+#: reference_raster.xml:10067
 #, no-c-format
 msgid ""
 "Raster rastA covers rastB if and only if no points of rastB lie in the "
@@ -16085,7 +16154,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10059
+#: reference_raster.xml:10078
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16094,7 +16163,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10070
+#: reference_raster.xml:10089
 #, no-c-format
 msgid ""
 "SELECT r1.rid, r2.rid, ST_Covers(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 "
@@ -16107,25 +16176,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10074
+#: reference_raster.xml:10093
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_CoveredBy\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10083
+#: reference_raster.xml:10102
 #, no-c-format
 msgid "ST_CoveredBy"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10084
+#: reference_raster.xml:10103
 #, no-c-format
 msgid "Return true if no points of raster rastA lie outside raster rastB."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10090
+#: reference_raster.xml:10109
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_CoveredBy</function></funcdef> "
@@ -16140,7 +16209,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10129
+#: reference_raster.xml:10148
 #, no-c-format
 msgid ""
 "Raster rastA is covered by rastB if and only if no points of rastA lie in "
@@ -16151,7 +16220,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10140
+#: reference_raster.xml:10159
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16160,7 +16229,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10151
+#: reference_raster.xml:10170
 #, no-c-format
 msgid ""
 "SELECT r1.rid, r2.rid, ST_CoveredBy(r1.rast, 1, r2.rast, 1) FROM dummy_rast "
@@ -16173,25 +16242,25 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10155
+#: reference_raster.xml:10174
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Covers\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10164
+#: reference_raster.xml:10183
 #, no-c-format
 msgid "ST_Disjoint"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10165
+#: reference_raster.xml:10184
 #, no-c-format
 msgid "Return true if raster rastA does not spatially intersect rastB."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10171
+#: reference_raster.xml:10190
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Disjoint</function></funcdef> "
@@ -16206,7 +16275,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10210
+#: reference_raster.xml:10229
 #, no-c-format
 msgid ""
 "Raster rastA and rastB are disjointed if they do not share any space "
@@ -16217,13 +16286,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10215
+#: reference_raster.xml:10234
 #, no-c-format
 msgid "This function does NOT use any indexes."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10221
+#: reference_raster.xml:10240
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16231,7 +16300,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10232
+#: reference_raster.xml:10251
 #, no-c-format
 msgid ""
 "-- rid = 1 has no bands, hence the NOTICE and the NULL value for "
@@ -16247,7 +16316,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10234
+#: reference_raster.xml:10253
 #, no-c-format
 msgid ""
 "-- this time, without specifying band numbers\n"
@@ -16261,19 +16330,19 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10247
+#: reference_raster.xml:10266
 #, no-c-format
 msgid "ST_Intersects"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10248
+#: reference_raster.xml:10267
 #, no-c-format
 msgid "Return true if raster rastA spatially intersects raster rastB."
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10252
+#: reference_raster.xml:10271
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Intersects</function></"
@@ -16302,7 +16371,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10339
+#: reference_raster.xml:10358
 #, no-c-format
 msgid ""
 "Return true if raster rastA spatially intersects raster rastB. If the band "
@@ -16312,13 +16381,13 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10349
+#: reference_raster.xml:10368
 #, no-c-format
 msgid "Enhanced: 2.0.0 support raster/raster intersects was introduced."
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10354
+#: reference_raster.xml:10373
 #, no-c-format
 msgid ""
 "Changed: 2.1.0 The behavior of the ST_Intersects(raster, geometry) variants "
@@ -16326,7 +16395,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10363
+#: reference_raster.xml:10382
 #, no-c-format
 msgid ""
 "-- different bands of same raster\n"
@@ -16338,19 +16407,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10368
+#: reference_raster.xml:10387
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_Disjoint\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10377
+#: reference_raster.xml:10396
 #, no-c-format
 msgid "ST_Overlaps"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10378
+#: reference_raster.xml:10397
 #, no-c-format
 msgid ""
 "Return true if raster rastA and rastB intersect but one does not completely "
@@ -16358,7 +16427,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10384
+#: reference_raster.xml:10403
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Overlaps</function></funcdef> "
@@ -16373,7 +16442,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10423
+#: reference_raster.xml:10442
 #, no-c-format
 msgid ""
 "Return true if raster rastA spatially overlaps raster rastB. This means that "
@@ -16384,7 +16453,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10434
+#: reference_raster.xml:10453
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16392,7 +16461,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10445
+#: reference_raster.xml:10464
 #, no-c-format
 msgid ""
 "-- comparing different bands of same raster\n"
@@ -16404,13 +16473,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10457
+#: reference_raster.xml:10476
 #, no-c-format
 msgid "ST_Touches"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10458
+#: reference_raster.xml:10477
 #, no-c-format
 msgid ""
 "Return true if raster rastA and rastB have at least one point in common but "
@@ -16418,7 +16487,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10464
+#: reference_raster.xml:10483
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Touches</function></funcdef> "
@@ -16433,7 +16502,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10503
+#: reference_raster.xml:10522
 #, no-c-format
 msgid ""
 "Return true if raster rastA spatially touches raster rastB. This means that "
@@ -16445,7 +16514,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10514
+#: reference_raster.xml:10533
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16453,7 +16522,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10525
+#: reference_raster.xml:10544
 #, no-c-format
 msgid ""
 "SELECT r1.rid, r2.rid, ST_Touches(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 "
@@ -16466,13 +16535,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10537
+#: reference_raster.xml:10556
 #, no-c-format
 msgid "ST_SameAlignment"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10539
+#: reference_raster.xml:10558
 #, no-c-format
 msgid ""
 "Returns true if rasters have same skew, scale, spatial ref, and offset "
@@ -16481,7 +16550,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10543
+#: reference_raster.xml:10562
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_SameAlignment</function></"
@@ -16509,7 +16578,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10622
+#: reference_raster.xml:10641
 #, no-c-format
 msgid ""
 "Non-Aggregate version (Variants 1 and 2): Returns true if the two rasters "
@@ -16521,7 +16590,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10626
+#: reference_raster.xml:10645
 #, no-c-format
 msgid ""
 "Aggregate version (Variant 3): From a set of rasters, returns true if all "
@@ -16531,19 +16600,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10631
+#: reference_raster.xml:10650
 #, no-c-format
 msgid "Enhanced: 2.1.0 addition of Aggegrate variant"
 msgstr ""
 
 #. Tag: title
-#: reference_raster.xml:10635
+#: reference_raster.xml:10654
 #, no-c-format
 msgid "Examples: Rasters"
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10637
+#: reference_raster.xml:10656
 #, no-c-format
 msgid ""
 "SELECT ST_SameAlignment(\n"
@@ -16557,7 +16626,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10638
+#: reference_raster.xml:10657
 #, no-c-format
 msgid ""
 "SELECT ST_SameAlignment(A.rast,b.rast)\n"
@@ -16574,7 +16643,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10642
+#: reference_raster.xml:10661
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_NotSameAlignmentReason\"/>, <xref linkend="
@@ -16582,13 +16651,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10652
+#: reference_raster.xml:10671
 #, no-c-format
 msgid "ST_NotSameAlignmentReason"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10653
+#: reference_raster.xml:10672
 #, no-c-format
 msgid ""
 "<refpurpose>Returns text stating if rasters are aligned and if not aligned, "
@@ -16596,7 +16665,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcprototype
-#: reference_raster.xml:10658
+#: reference_raster.xml:10677
 #, no-c-format
 msgid ""
 "<funcdef>text <function>ST_NotSameAlignmentReason</function></funcdef> "
@@ -16605,7 +16674,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10668
+#: reference_raster.xml:10687
 #, no-c-format
 msgid ""
 "<para>Returns text stating if rasters are aligned and if not aligned, a "
@@ -16613,7 +16682,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10671
+#: reference_raster.xml:10690
 #, no-c-format
 msgid ""
 "If there are several reasons why the rasters are not aligned, only one "
@@ -16621,7 +16690,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10681
+#: reference_raster.xml:10700
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -16642,19 +16711,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10686
+#: reference_raster.xml:10705
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_SameAlignment\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10695
+#: reference_raster.xml:10714
 #, no-c-format
 msgid "ST_Within"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10696
+#: reference_raster.xml:10715
 #, no-c-format
 msgid ""
 "Return true if no points of raster rastA lie in the exterior of raster rastB "
@@ -16663,7 +16732,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10702
+#: reference_raster.xml:10721
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_Within</function></funcdef> "
@@ -16678,7 +16747,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10741
+#: reference_raster.xml:10760
 #, no-c-format
 msgid ""
 "Raster rastA is within rastB if and only if no points of rastA lie in the "
@@ -16690,7 +16759,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10752
+#: reference_raster.xml:10771
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16699,7 +16768,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10758
+#: reference_raster.xml:10777
 #, no-c-format
 msgid ""
 "ST_Within() is the inverse of ST_Contains(). So, ST_Within(rastA, rastB) "
@@ -16707,7 +16776,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10769
+#: reference_raster.xml:10788
 #, no-c-format
 msgid ""
 "SELECT r1.rid, r2.rid, ST_Within(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 "
@@ -16720,7 +16789,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10773
+#: reference_raster.xml:10792
 #, no-c-format
 msgid ""
 ", <xref linkend=\"RT_ST_Contains\"/>, <xref linkend=\"RT_ST_DWithin\"/>, "
@@ -16728,13 +16797,13 @@ msgid ""
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10784
+#: reference_raster.xml:10803
 #, no-c-format
 msgid "ST_DWithin"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10785
+#: reference_raster.xml:10804
 #, no-c-format
 msgid ""
 "Return true if rasters rastA and rastB are within the specified distance of "
@@ -16742,7 +16811,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10791
+#: reference_raster.xml:10810
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_DWithin</function></funcdef> "
@@ -16759,7 +16828,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10838
+#: reference_raster.xml:10857
 #, no-c-format
 msgid ""
 "Return true if rasters rastA and rastB are within the specified distance of "
@@ -16770,7 +16839,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10842 reference_raster.xml:10935
+#: reference_raster.xml:10861 reference_raster.xml:10954
 #, no-c-format
 msgid ""
 "The distance is specified in units defined by the spatial reference system "
@@ -16779,7 +16848,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10853
+#: reference_raster.xml:10872
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16787,7 +16856,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10864
+#: reference_raster.xml:10883
 #, no-c-format
 msgid ""
 "SELECT r1.rid, r2.rid, ST_DWithin(r1.rast, 1, r2.rast, 1, 3.14) FROM "
@@ -16800,19 +16869,19 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10868
+#: reference_raster.xml:10887
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_DFullyWithin\"/>"
 msgstr ""
 
 #. Tag: refname
-#: reference_raster.xml:10877
+#: reference_raster.xml:10896
 #, no-c-format
 msgid "ST_DFullyWithin"
 msgstr ""
 
 #. Tag: refpurpose
-#: reference_raster.xml:10878
+#: reference_raster.xml:10897
 #, no-c-format
 msgid ""
 "Return true if rasters rastA and rastB are fully within the specified "
@@ -16820,7 +16889,7 @@ msgid ""
 msgstr ""
 
 #. Tag: funcsynopsis
-#: reference_raster.xml:10884
+#: reference_raster.xml:10903
 #, no-c-format
 msgid ""
 "<funcprototype> <funcdef>boolean <function>ST_DFullyWithin</function></"
@@ -16838,7 +16907,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10931
+#: reference_raster.xml:10950
 #, no-c-format
 msgid ""
 "Return true if rasters rastA and rastB are fully within the specified "
@@ -16849,7 +16918,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10946
+#: reference_raster.xml:10965
 #, no-c-format
 msgid ""
 "To test the spatial relationship of a raster and a geometry, use ST_Polygon "
@@ -16857,7 +16926,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: reference_raster.xml:10957
+#: reference_raster.xml:10976
 #, no-c-format
 msgid ""
 "SELECT r1.rid, r2.rid, ST_DFullyWithin(r1.rast, 1, r2.rast, 1, 3.14) FROM "
@@ -16870,7 +16939,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: reference_raster.xml:10961
+#: reference_raster.xml:10980
 #, no-c-format
 msgid ", <xref linkend=\"RT_ST_DWithin\"/>"
 msgstr ""
index 8ad1509fc6d5f1688ff8bd6cc7596bc65f93697a..c8f300adc92dbb3766dcb8b1336b1caa88dcd688 100644 (file)
@@ -1,13 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 #
 # Translators:
+# nramire1 nramire1 <nramire1@yahoo.com.ar>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-04 13:02+0000\n"
-"PO-Revision-Date: 2015-09-29 12:24+0000\n"
-"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
+"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"PO-Revision-Date: 2017-05-29 14:56+0000\n"
+"Last-Translator: nramire1 nramire1 <nramire1@yahoo.com.ar>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
 "es/)\n"
 "Language: es\n"
@@ -33,6 +34,10 @@ msgid ""
 "<ulink url=\"http://www.sfcgal.org\">http://www.sfcgal.org</ulink>. To load "
 "the functions create extension postgis_sfcgal."
 msgstr ""
+"Las instrucciones de instalación de la biblioteca se pueden encontrar en la "
+"página principal de SFCGAL <ulink url=\"http://www.sfcgal.org\">http://"
+"www.sfcgal.org</ulink>. Para cargar las funciones crear la extensión "
+"postgis_sfcgal."
 
 #. Tag: para
 #: reference_sfcgal.xml:13
@@ -83,7 +88,7 @@ msgstr ""
 #: reference_sfcgal.xml:903
 #, no-c-format
 msgid "Description"
-msgstr ""
+msgstr "Descripción"
 
 #. Tag: para
 #: reference_sfcgal.xml:42 reference_sfcgal.xml:74 reference_sfcgal.xml:167
@@ -91,7 +96,7 @@ msgstr ""
 #: reference_sfcgal.xml:482 reference_sfcgal.xml:707 reference_sfcgal.xml:745
 #, no-c-format
 msgid "Availability: 2.1.0"
-msgstr ""
+msgstr "Disponibilidad: 2.1.0"
 
 #. Tag: para
 #: reference_sfcgal.xml:43 reference_sfcgal.xml:75 reference_sfcgal.xml:168
@@ -112,7 +117,7 @@ msgstr ""
 #: reference_sfcgal.xml:838 reference_sfcgal.xml:879 reference_sfcgal.xml:907
 #, no-c-format
 msgid "&Z_support;"
-msgstr ""
+msgstr "&Z_support;"
 
 #. Tag: para
 #: reference_sfcgal.xml:45 reference_sfcgal.xml:77 reference_sfcgal.xml:170
@@ -122,7 +127,7 @@ msgstr ""
 #: reference_sfcgal.xml:880 reference_sfcgal.xml:908
 #, no-c-format
 msgid "&P_support;"
-msgstr ""
+msgstr "&P_support;"
 
 #. Tag: para
 #: reference_sfcgal.xml:46 reference_sfcgal.xml:78 reference_sfcgal.xml:171
@@ -132,13 +137,13 @@ msgstr ""
 #: reference_sfcgal.xml:881 reference_sfcgal.xml:909
 #, no-c-format
 msgid "&T_support;"
-msgstr ""
+msgstr "&T_support;"
 
 #. Tag: refname
 #: reference_sfcgal.xml:54
 #, no-c-format
 msgid "ST_Extrude"
-msgstr ""
+msgstr "ST_Extrude"
 
 #. Tag: refpurpose
 #: reference_sfcgal.xml:56
@@ -163,7 +168,7 @@ msgstr ""
 #: reference_sfcgal.xml:641 reference_sfcgal.xml:714 reference_sfcgal.xml:752
 #, no-c-format
 msgid "Examples"
-msgstr ""
+msgstr "Ejemplos"
 
 #. Tag: para
 #: reference_sfcgal.xml:82 reference_sfcgal.xml:491 reference_sfcgal.xml:567
@@ -234,7 +239,7 @@ msgstr ""
 #: reference_sfcgal.xml:677 reference_sfcgal.xml:720 reference_sfcgal.xml:851
 #, no-c-format
 msgid "See Also"
-msgstr ""
+msgstr "Ver también"
 
 #. Tag: refname
 #: reference_sfcgal.xml:150
@@ -311,7 +316,7 @@ msgstr ""
 #: reference_sfcgal.xml:836 reference_sfcgal.xml:877 reference_sfcgal.xml:905
 #, no-c-format
 msgid "Availability: 2.2.0"
-msgstr ""
+msgstr "Disponibilidad: 2.2.0"
 
 #. Tag: programlisting
 #: reference_sfcgal.xml:241
@@ -1015,7 +1020,7 @@ msgstr ""
 #: reference_sfcgal.xml:844
 #, no-c-format
 msgid "Example"
-msgstr ""
+msgstr "Ejemplo"
 
 #. Tag: para
 #: reference_sfcgal.xml:845
index 1deb47bd7d0a0f29869a85799d997d6ad9f028a4..9712ce184ae2361ea8edec3d6685b3449a20d36a 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:03+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2016-02-16 08:34+0000\n"
 "Last-Translator: georgersilva <georger.silva@gmail.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -1201,7 +1201,7 @@ msgstr ""
 #: release_notes.xml:224
 #, no-c-format
 msgid ""
-"#3048, shp2pgsql - illegal number format when specific system locale set"
+"#3084, shp2pgsql - illegal number format when specific system locale set"
 msgstr ""
 
 #. Tag: para
index 95398dd58c0f565a80706b2cbd4bb076c7e69463..76913ee51d3b49c29cccd604b258950c31f3f29a 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:03+0000\n"
+"POT-Creation-Date: 2017-07-17 15:51+0000\n"
 "PO-Revision-Date: 2014-10-15 16:44+0000\n"
 "Last-Translator: Sandro Santilli <strk@kbt.io>\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/postgis-1/"
@@ -228,15 +228,13 @@ msgstr ""
 
 #. Tag: para
 #: using_postgis_dataman.xml:88
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "Examples of the text representations (EWKT) of the extended spatial objects "
-"of the features are as follows. The * ones are new in this version of "
-"PostGIS:"
+"of the features are as follows."
 msgstr ""
-"Aquí tienes algunos ejemplos de representaciones de texto (EWKT) de objetos "
-"espaciales extendidos. Los que llevan * son nuevos en esta version de "
-"PostGIS."
+"Algunos ejemplos de representaciones (WKT) de objetos espaciales de objetos "
+"geográficos son de la siguiente manera:"
 
 #. Tag: para
 #: using_postgis_dataman.xml:93
@@ -2009,11 +2007,11 @@ msgstr ""
 #: using_postgis_dataman.xml:666
 #, fuzzy, no-c-format
 msgid ""
-"The AddGeometryColumn() approach creates a geometry column and also "
-"registers the new column in the geometry_columns table. If your software "
-"utilizes geometry_columns, then any geometry columns you need to query by "
-"must be registered in this view. Starting with PostGIS 2.0, geometry_columns "
-"is no longer editable and all geometry columns are autoregistered."
+"The AddGeometryColumn() approach creates a geometry column of specified "
+"type. This type and dimension are queryable from the "
+"<varname>geometry_columns</varname> view. Starting with PostGIS 2.0, "
+"geometry_columns is no longer editable and all geometry columns are "
+"autoregistered."
 msgstr ""
 "El enfoque de AddGeometryColumn() crea una columna de geometria y además "
 "registra la nueva columna en la tabla geometry_columns. Si tu software "
@@ -2023,24 +2021,26 @@ msgstr ""
 "geométricas se registran de forma automática."
 
 #. Tag: para
-#: using_postgis_dataman.xml:670
+#: using_postgis_dataman.xml:669
 #, no-c-format
 msgid ""
-"However they may be registered as a generic geometry column if the column "
-"was not defined as a specific type during creation."
+"If your geometry columns were created as generic in a table or view and no "
+"constraints applied, they will not have a dimension, type or srid in "
+"geometry_columns views, but will still be listed."
 msgstr ""
-"Sin embargo, pueden ser registradas como una columna de geometría genérica "
-"si la columna no se define como un tipo específico durante la creación."
 
 #. Tag: para
-#: using_postgis_dataman.xml:672
-#, no-c-format
+#: using_postgis_dataman.xml:671
+#, fuzzy, no-c-format
 msgid ""
 "Two of the cases where this may happen, but you can't use AddGeometryColumn, "
-"is in the case of SQL Views and bulk inserts. For these cases, you can "
+"is in the case of SQL Views and bulk inserts. For bulk insert case, you can "
 "correct the registration in the geometry_columns table by constraining the "
-"column. Note in PostGIS 2.0+ if your column is typmod based, the creation "
-"process would register it correctly, so no need to do anything."
+"column or doing an alter table. For views, you could expose using a CAST "
+"operation. Note in PostGIS 2.0+ if your column is typmod based, the creation "
+"process would register it correctly, so no need to do anything. Also views "
+"that have no spatial function applied to the geometry will register the same "
+"as the underlying table geometry column."
 msgstr ""
 "Dos de los casos en lo que esto ocurre, pero no puedes utilizar "
 "AddGeometryColumn, es el caso de vistas SQL e inserciones masivas. Para esto "
@@ -2050,7 +2050,7 @@ msgstr ""
 "que no necesitas hacer nada."
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:677
+#: using_postgis_dataman.xml:678
 #, fuzzy, no-c-format
 msgid ""
 "--Lets say you have a view created like this\n"
@@ -2097,7 +2097,7 @@ msgstr ""
 "        FROM public.mytable;"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:678
+#: using_postgis_dataman.xml:679
 #, fuzzy, no-c-format
 msgid ""
 "--Lets say you created a derivative table by doing a bulk insert\n"
@@ -2168,11 +2168,11 @@ msgstr ""
 "false);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:680
-#, no-c-format
+#: using_postgis_dataman.xml:681
+#, fuzzy, no-c-format
 msgid ""
 "Although the old-constraint based method is still supported, a constraint-"
-"based geomentry column used directly in a view, will not register correctly "
+"based geometry column used directly in a view, will not register correctly "
 "in geometry_columns, as will a typmod one. In this example we define a "
 "column using typmod and another using constraints."
 msgstr ""
@@ -2183,7 +2183,7 @@ msgstr ""
 "otro mediante restricciones."
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:683
+#: using_postgis_dataman.xml:684
 #, no-c-format
 msgid ""
 "CREATE TABLE pois_ny(gid SERIAL PRIMARY KEY\n"
@@ -2197,19 +2197,19 @@ msgstr ""
 "SELECT AddGeometryColumn('pois_ny', 'geom_2160', 2160, 'POINT', 2, false);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:684
+#: using_postgis_dataman.xml:685
 #, no-c-format
 msgid "If we run in psql"
 msgstr "Si ejecutamos en psql"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:685
+#: using_postgis_dataman.xml:686
 #, no-c-format
 msgid "\\d pois_ny;"
 msgstr "\\d pois_ny;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:686
+#: using_postgis_dataman.xml:687
 #, no-c-format
 msgid ""
 "We observe they are defined differently -- one is typmod, one is constraint"
@@ -2218,7 +2218,7 @@ msgstr ""
 "restricciones."
 
 #. Tag: screen
-#: using_postgis_dataman.xml:687
+#: using_postgis_dataman.xml:688
 #, fuzzy, no-c-format
 msgid ""
 "Table \"public.pois_ny\"\n"
@@ -2262,13 +2262,13 @@ msgstr ""
 "    \"enforce_srid_geom_2160\" CHECK (st_srid(geom_2160) = 2160)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:688
+#: using_postgis_dataman.xml:689
 #, no-c-format
 msgid "In geometry_columns, they both register correctly"
 msgstr "En geometry_columns, ambas se registran de forma correcta"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:689
+#: using_postgis_dataman.xml:690
 #, fuzzy, no-c-format
 msgid ""
 "SELECT f_table_name, f_geometry_column, srid, type\n"
@@ -2280,7 +2280,7 @@ msgstr ""
 "        WHERE f_table_name = 'pois_ny';"
 
 #. Tag: screen
-#: using_postgis_dataman.xml:690
+#: using_postgis_dataman.xml:691
 #, no-c-format
 msgid ""
 "f_table_name | f_geometry_column | srid | type\n"
@@ -2294,13 +2294,13 @@ msgstr ""
 "pois_ny      | geom_2160         | 2160 | POINT"
 
 #. Tag: para
-#: using_postgis_dataman.xml:691
+#: using_postgis_dataman.xml:692
 #, no-c-format
 msgid "However -- if we were to create a view like this"
 msgstr "De todas formas -- si queremos crear una vista de la siguiente forma"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:692
+#: using_postgis_dataman.xml:693
 #, fuzzy, no-c-format
 msgid ""
 "CREATE VIEW vw_pois_ny_parks AS\n"
@@ -2322,7 +2322,7 @@ msgstr ""
 "        WHERE f_table_name = 'vw_pois_ny_parks';"
 
 #. Tag: para
-#: using_postgis_dataman.xml:693
+#: using_postgis_dataman.xml:694
 #, no-c-format
 msgid ""
 "The typmod based geom view column registers correctly, but the constraint "
@@ -2332,7 +2332,7 @@ msgstr ""
 "la basada en restricciones no."
 
 #. Tag: screen
-#: using_postgis_dataman.xml:695
+#: using_postgis_dataman.xml:696
 #, no-c-format
 msgid ""
 "f_table_name   | f_geometry_column | srid |   type\n"
@@ -2346,7 +2346,7 @@ msgstr ""
 " vw_pois_ny_parks | geom_2160         |    0 | GEOMETRY"
 
 #. Tag: para
-#: using_postgis_dataman.xml:697
+#: using_postgis_dataman.xml:698
 #, no-c-format
 msgid ""
 "This may change in future versions of PostGIS, but for now To force the "
@@ -2357,7 +2357,7 @@ msgstr ""
 "correcta, debemos hacer lo siguiente:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:699
+#: using_postgis_dataman.xml:700
 #, fuzzy, no-c-format
 msgid ""
 "DROP VIEW vw_pois_ny_parks;\n"
@@ -2383,7 +2383,7 @@ msgstr ""
 "        WHERE f_table_name = 'vw_pois_ny_parks';"
 
 #. Tag: screen
-#: using_postgis_dataman.xml:700
+#: using_postgis_dataman.xml:701
 #, no-c-format
 msgid ""
 "f_table_name   | f_geometry_column | srid | type\n"
@@ -2397,13 +2397,13 @@ msgstr ""
 " vw_pois_ny_parks | geom_2160         | 2160 | POINT"
 
 #. Tag: title
-#: using_postgis_dataman.xml:704
+#: using_postgis_dataman.xml:705
 #, no-c-format
 msgid "Ensuring OpenGIS compliancy of geometries"
 msgstr "Asegurando la compatibilidad de geometrias con OpenGIS"
 
 #. Tag: para
-#: using_postgis_dataman.xml:706
+#: using_postgis_dataman.xml:707
 #, no-c-format
 msgid ""
 "PostGIS is compliant with the Open Geospatial Consortium’s (OGC) OpenGIS "
@@ -2421,7 +2421,7 @@ msgstr ""
 "construcción de un polígono a partir de una línea de límite no simple."
 
 #. Tag: para
-#: using_postgis_dataman.xml:713
+#: using_postgis_dataman.xml:714
 #, no-c-format
 msgid ""
 "According to the OGC Specifications, a <emphasis>simple</emphasis> geometry "
@@ -2445,7 +2445,7 @@ msgstr ""
 "validez geométricas."
 
 #. Tag: para
-#: using_postgis_dataman.xml:723
+#: using_postgis_dataman.xml:724
 #, no-c-format
 msgid ""
 "A <varname>POINT</varname> is inheritably <emphasis>simple</emphasis> as a 0-"
@@ -2455,7 +2455,7 @@ msgstr ""
 "como un objeto de geometría 0-dimensional."
 
 #. Tag: para
-#: using_postgis_dataman.xml:726
+#: using_postgis_dataman.xml:727
 #, no-c-format
 msgid ""
 "<varname>MULTIPOINT</varname>s are <emphasis>simple</emphasis> if no two "
@@ -2467,7 +2467,7 @@ msgstr ""
 "de coordenadas identicos)."
 
 #. Tag: para
-#: using_postgis_dataman.xml:730
+#: using_postgis_dataman.xml:731
 #, no-c-format
 msgid ""
 "A <varname>LINESTRING</varname> is <emphasis>simple</emphasis> if it does "
@@ -2481,31 +2481,31 @@ msgstr ""
 "cerrado)."
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:745
+#: using_postgis_dataman.xml:746
 #, no-c-format
 msgid "<emphasis>(a)</emphasis>"
 msgstr "<emphasis>(a)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:755
+#: using_postgis_dataman.xml:756
 #, no-c-format
 msgid "<emphasis>(b)</emphasis>"
 msgstr "<emphasis>(b)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:767
+#: using_postgis_dataman.xml:768
 #, no-c-format
 msgid "<emphasis>(c)</emphasis>"
 msgstr "<emphasis>(c)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:777
+#: using_postgis_dataman.xml:778
 #, no-c-format
 msgid "<emphasis>(d)</emphasis>"
 msgstr "<emphasis>(d)</emphasis>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:787
+#: using_postgis_dataman.xml:788
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">(a)</emphasis> and <emphasis role=\"bold\">(c)</"
@@ -2517,7 +2517,7 @@ msgstr ""
 "\">(b)</emphasis> y <emphasis role=\"bold\">(d)</emphasis> no lo son."
 
 #. Tag: para
-#: using_postgis_dataman.xml:796
+#: using_postgis_dataman.xml:797
 #, no-c-format
 msgid ""
 "A <varname>MULTILINESTRING</varname> is <emphasis>simple</emphasis> only if "
@@ -2531,25 +2531,25 @@ msgstr ""
 "están en los limites de ambos elementos."
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:811
+#: using_postgis_dataman.xml:812
 #, no-c-format
 msgid "<emphasis>(e)</emphasis>"
 msgstr "<emphasis>(e)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:821
+#: using_postgis_dataman.xml:822
 #, no-c-format
 msgid "<emphasis>(f)</emphasis>"
 msgstr "<emphasis>(f)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:831
+#: using_postgis_dataman.xml:832
 #, no-c-format
 msgid "<emphasis>(g)</emphasis>"
 msgstr "<emphasis>(g)</emphasis>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:841
+#: using_postgis_dataman.xml:842
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">(e)</emphasis> and <emphasis role=\"bold\">(f)</"
@@ -2561,7 +2561,7 @@ msgstr ""
 "\"bold\">(g)</emphasis> no lo es."
 
 #. Tag: para
-#: using_postgis_dataman.xml:850
+#: using_postgis_dataman.xml:851
 #, no-c-format
 msgid ""
 "By definition, a <varname>POLYGON</varname> is always <emphasis>simple</"
@@ -2581,43 +2581,43 @@ msgstr ""
 "anillos interiores deben estar contenidos por entero por el anillo exterior."
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:868
+#: using_postgis_dataman.xml:869
 #, no-c-format
 msgid "<emphasis>(h)</emphasis>"
 msgstr "<emphasis>(h)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:878
+#: using_postgis_dataman.xml:879
 #, no-c-format
 msgid "<emphasis>(i)</emphasis>"
 msgstr "<emphasis>(i)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:888
+#: using_postgis_dataman.xml:889
 #, no-c-format
 msgid "<emphasis>(j)</emphasis>"
 msgstr "<emphasis>(j)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:900
+#: using_postgis_dataman.xml:901
 #, no-c-format
 msgid "<emphasis>(k)</emphasis>"
 msgstr "<emphasis>(k)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:910
+#: using_postgis_dataman.xml:911
 #, no-c-format
 msgid "<emphasis>(l)</emphasis>"
 msgstr "<emphasis>(l)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:920
+#: using_postgis_dataman.xml:921
 #, no-c-format
 msgid "<emphasis>(m)</emphasis>"
 msgstr "<emphasis>(m)</emphasis>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:929
+#: using_postgis_dataman.xml:930
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">(h)</emphasis> and <emphasis role=\"bold\">(i)</"
@@ -2634,7 +2634,7 @@ msgstr ""
 "<varname>MULTIPOLYGON</varname> valido."
 
 #. Tag: para
-#: using_postgis_dataman.xml:941
+#: using_postgis_dataman.xml:942
 #, no-c-format
 msgid ""
 "A <varname>MULTIPOLYGON</varname> is <emphasis>valid</emphasis> if and only "
@@ -2649,25 +2649,25 @@ msgstr ""
 "varname>s."
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:956
+#: using_postgis_dataman.xml:957
 #, no-c-format
 msgid "<emphasis>(n)</emphasis>"
 msgstr "<emphasis>(n)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:966
+#: using_postgis_dataman.xml:967
 #, no-c-format
 msgid "<emphasis>(o)</emphasis>"
 msgstr "<emphasis>(o)</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:976
+#: using_postgis_dataman.xml:977
 #, no-c-format
 msgid "<emphasis>(p)</emphasis>"
 msgstr "<emphasis>(p)</emphasis>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:985
+#: using_postgis_dataman.xml:986
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">(n)</emphasis> and <emphasis role=\"bold\">(o)</"
@@ -2679,7 +2679,7 @@ msgstr ""
 "\"bold\">(p)</emphasis>, sin embargo, es valido."
 
 #. Tag: para
-#: using_postgis_dataman.xml:994
+#: using_postgis_dataman.xml:995
 #, no-c-format
 msgid ""
 "Most of the functions implemented by the GEOS library rely on the assumption "
@@ -2695,7 +2695,7 @@ msgstr ""
 "\">ST_IsSimple()</link> and <link linkend=\"ST_IsValid\">ST_IsValid()</link>"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1000
+#: using_postgis_dataman.xml:1001
 #, no-c-format
 msgid ""
 "-- Typically, it doesn't make sense to check\n"
@@ -2724,7 +2724,7 @@ msgstr ""
 "t | f"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1002
+#: using_postgis_dataman.xml:1003
 #, no-c-format
 msgid ""
 "By default, PostGIS does not apply this validity check on geometry input, "
@@ -2739,7 +2739,7 @@ msgstr ""
 "las tablas añadiendo una restricción de comprobación: "
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1008
+#: using_postgis_dataman.xml:1009
 #, no-c-format
 msgid ""
 "ALTER TABLE mytable\n"
@@ -2751,7 +2751,7 @@ msgstr ""
 "CHECK (ST_IsValid(the_geom));"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1010
+#: using_postgis_dataman.xml:1011
 #, no-c-format
 msgid ""
 "If you encounter any strange error messages such as \"GEOS Intersection() "
@@ -2770,7 +2770,7 @@ msgstr ""
 "de una entrada válida. "
 
 #. Tag: para
-#: using_postgis_dataman.xml:1018
+#: using_postgis_dataman.xml:1019
 #, no-c-format
 msgid ""
 "Strictly compliant OGC geometries cannot have Z or M values. The <link "
@@ -2787,13 +2787,13 @@ msgstr ""
 "especificar 2."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1028
+#: using_postgis_dataman.xml:1029
 #, no-c-format
 msgid "Dimensionally Extended 9 Intersection Model (DE-9IM)"
 msgstr "Modelo de intersección 9 dimensionalmente extendido(DE-9IM)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1030
+#: using_postgis_dataman.xml:1031
 #, no-c-format
 msgid ""
 "It is sometimes the case that the typical spatial predicates (<xref linkend="
@@ -2807,7 +2807,7 @@ msgstr ""
 "en si mismos para proveer el filtro espacial deseado."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1042
+#: using_postgis_dataman.xml:1043
 #, no-c-format
 msgid ""
 "For example, consider a linear dataset representing a road network. It may "
@@ -2826,7 +2826,7 @@ msgstr ""
 "intersección en un punto."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1049
+#: using_postgis_dataman.xml:1050
 #, no-c-format
 msgid ""
 "One two-step solution might be to first perform the actual intersection "
@@ -2847,13 +2847,13 @@ msgstr ""
 "etc.)."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1057
+#: using_postgis_dataman.xml:1058
 #, no-c-format
 msgid "A more elegant / faster solution may indeed be desirable."
 msgstr "Una solución mas elegante/rápida  de hecho puede ser deseable."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1071
+#: using_postgis_dataman.xml:1072
 #, no-c-format
 msgid ""
 "A second [theoretical] example may be that of a GIS analyst trying to locate "
@@ -2874,25 +2874,25 @@ msgstr ""
 "problema:"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1082
+#: using_postgis_dataman.xml:1083
 #, no-c-format
 msgid "(lake, wharf) = TRUE"
 msgstr "(lake, wharf) = TRUE"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1086
+#: using_postgis_dataman.xml:1087
 #, no-c-format
 msgid "(lake, wharf) = FALSE"
 msgstr "(lake, wharf) = FALSE"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1090
+#: using_postgis_dataman.xml:1091
 #, no-c-format
 msgid "(<xref linkend=\"ST_Intersection\"/>(wharf, lake)) = 'LINESTRING'"
 msgstr "(<xref linkend=\"ST_Intersection\"/>(wharf, lake)) = 'LINESTRING'"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1095
+#: using_postgis_dataman.xml:1096
 #, no-c-format
 msgid ""
 "(<xref linkend=\"ST_Multi\"/>(<xref linkend=\"ST_Intersection\"/>(<xref "
@@ -2904,13 +2904,13 @@ msgstr ""
 "1"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1098
+#: using_postgis_dataman.xml:1099
 #, no-c-format
 msgid "... (needless to say, this could get quite complicated)"
 msgstr "... (ni que decir tiene que esto podría llegar a ser muy complicado)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1107
+#: using_postgis_dataman.xml:1108
 #, no-c-format
 msgid ""
 "So enters the Dimensionally Extended 9 Intersection Model, or DE-9IM for "
@@ -2920,13 +2920,13 @@ msgstr ""
 "o DE-9IM para abreviar."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1111
+#: using_postgis_dataman.xml:1112
 #, no-c-format
 msgid "Theory"
 msgstr "Teoria"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1113
+#: using_postgis_dataman.xml:1114
 #, no-c-format
 msgid ""
 "According to the <ulink url=\"http://www.opengeospatial.org/standards/sfs"
@@ -2944,13 +2944,13 @@ msgstr ""
 "las entradas de la 'matriz de intersección' resultante.\""
 
 #. Tag: glossterm
-#: using_postgis_dataman.xml:1124
+#: using_postgis_dataman.xml:1125
 #, no-c-format
 msgid "<glossterm>Boundary</glossterm>"
 msgstr "<glossterm>Borde</glossterm>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1127
+#: using_postgis_dataman.xml:1128
 #, no-c-format
 msgid ""
 "The boundary of a geometry is the set of geometries of the next lower "
@@ -2966,13 +2966,13 @@ msgstr ""
 "las lineas que delimitan los anillos exteriores e interiores."
 
 #. Tag: glossterm
-#: using_postgis_dataman.xml:1138
+#: using_postgis_dataman.xml:1139
 #, no-c-format
 msgid "<glossterm>Interior</glossterm>"
 msgstr "<glossterm>Interior</glossterm>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1141
+#: using_postgis_dataman.xml:1142
 #, no-c-format
 msgid ""
 "The interior of a geometry are those points of a geometry that are left when "
@@ -2990,13 +2990,13 @@ msgstr ""
 "del polígono. "
 
 #. Tag: glossterm
-#: using_postgis_dataman.xml:1152
+#: using_postgis_dataman.xml:1153
 #, no-c-format
 msgid "<glossterm>Exterior</glossterm>"
 msgstr "<glossterm>Exterior</glossterm>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1155
+#: using_postgis_dataman.xml:1156
 #, no-c-format
 msgid ""
 "The exterior of a geometry is the universe, an areal surface, not on the "
@@ -3006,7 +3006,7 @@ msgstr ""
 "encuentra en el interior o en el borde de la geometría."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1162
+#: using_postgis_dataman.xml:1163
 #, no-c-format
 msgid ""
 "Given geometry <emphasis>a</emphasis>, where the <emphasis>I(a)</emphasis>, "
@@ -3022,82 +3022,82 @@ msgstr ""
 "matriz es:"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1174 using_postgis_dataman.xml:1184
-#: using_postgis_dataman.xml:1268 using_postgis_dataman.xml:1281
+#: using_postgis_dataman.xml:1175 using_postgis_dataman.xml:1185
+#: using_postgis_dataman.xml:1269 using_postgis_dataman.xml:1282
 #, no-c-format
 msgid "<emphasis role=\"bold\">Interior</emphasis>"
 msgstr "<emphasis role=\"bold\">Interior</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1176 using_postgis_dataman.xml:1190
-#: using_postgis_dataman.xml:1271 using_postgis_dataman.xml:1304
+#: using_postgis_dataman.xml:1177 using_postgis_dataman.xml:1191
+#: using_postgis_dataman.xml:1272 using_postgis_dataman.xml:1305
 #, no-c-format
 msgid "<emphasis role=\"bold\">Boundary</emphasis>"
 msgstr "<emphasis role=\"bold\">Borde</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1178 using_postgis_dataman.xml:1196
-#: using_postgis_dataman.xml:1274 using_postgis_dataman.xml:1327
+#: using_postgis_dataman.xml:1179 using_postgis_dataman.xml:1197
+#: using_postgis_dataman.xml:1275 using_postgis_dataman.xml:1328
 #, no-c-format
 msgid "<emphasis role=\"bold\">Exterior</emphasis>"
 msgstr "<emphasis role=\"bold\">Exterior</emphasis>"
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1185
+#: using_postgis_dataman.xml:1186
 #, no-c-format
 msgid "dim( I(a) ∩ I(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1186
+#: using_postgis_dataman.xml:1187
 #, no-c-format
 msgid "dim( I(a) ∩ B(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1187
+#: using_postgis_dataman.xml:1188
 #, no-c-format
 msgid "dim( I(a) ∩ E(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1191
+#: using_postgis_dataman.xml:1192
 #, no-c-format
 msgid "dim( B(a) ∩ I(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1192
+#: using_postgis_dataman.xml:1193
 #, no-c-format
 msgid "dim( B(a) ∩ B(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1193
+#: using_postgis_dataman.xml:1194
 #, no-c-format
 msgid "dim( B(a) ∩ E(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1197
+#: using_postgis_dataman.xml:1198
 #, no-c-format
 msgid "dim( E(a) ∩ I(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1198
+#: using_postgis_dataman.xml:1199
 #, no-c-format
 msgid "dim( E(a) ∩ B(b) )"
 msgstr ""
 
 #. Tag: emphasis
-#: using_postgis_dataman.xml:1199
+#: using_postgis_dataman.xml:1200
 #, no-c-format
 msgid "dim( E(a) ∩ E(b) )"
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:1206
+#: using_postgis_dataman.xml:1207
 #, no-c-format
 msgid ""
 "Where <emphasis>dim(a)</emphasis> is the dimension of <emphasis>a</emphasis> "
@@ -3109,70 +3109,70 @@ msgstr ""
 "un dominio de <literal>{0,1,2,T,F,*}</literal>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1213
+#: using_postgis_dataman.xml:1214
 #, no-c-format
 msgid "<literal>0</literal> =&gt; point"
 msgstr "<literal>0</literal> =&gt; punto"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1217
+#: using_postgis_dataman.xml:1218
 #, no-c-format
 msgid "<literal>1</literal> =&gt; line"
 msgstr "<literal>1</literal> =&gt; linea"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1221
+#: using_postgis_dataman.xml:1222
 #, no-c-format
 msgid "<literal>2</literal> =&gt; area"
 msgstr "<literal>2</literal> =&gt; area"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1225
+#: using_postgis_dataman.xml:1226
 #, no-c-format
 msgid "<literal>T</literal> =&gt; <literal>{0,1,2}</literal>"
 msgstr "<literal>T</literal> =&gt; <literal>{0,1,2}</literal>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1230
+#: using_postgis_dataman.xml:1231
 #, no-c-format
 msgid "<literal>F</literal> =&gt; empty set"
 msgstr "<literal>F</literal> =&gt; empty set"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1234
+#: using_postgis_dataman.xml:1235
 #, no-c-format
 msgid "<literal>*</literal> =&gt; don't care"
 msgstr "<literal>*</literal> =&gt; no importa que valor"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1238
+#: using_postgis_dataman.xml:1239
 #, no-c-format
 msgid "Visually, for two overlapping polygonal geometries, this looks like:"
 msgstr ""
 "Visualmente, para dos geometriías que se superponen, debera parecerse a:"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1285 using_postgis_dataman.xml:1297
-#: using_postgis_dataman.xml:1331 using_postgis_dataman.xml:1343
+#: using_postgis_dataman.xml:1286 using_postgis_dataman.xml:1298
+#: using_postgis_dataman.xml:1332 using_postgis_dataman.xml:1344
 #, no-c-format
 msgid "<emphasis>dim(...) = </emphasis><emphasis role=\"bold\">2</emphasis>"
 msgstr "<emphasis>dim(...) = </emphasis><emphasis role=\"bold\">2</emphasis>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1291 using_postgis_dataman.xml:1308
-#: using_postgis_dataman.xml:1320 using_postgis_dataman.xml:1337
+#: using_postgis_dataman.xml:1292 using_postgis_dataman.xml:1309
+#: using_postgis_dataman.xml:1321 using_postgis_dataman.xml:1338
 #, no-c-format
 msgid "<emphasis>dim(...) = </emphasis><emphasis role=\"bold\">1</emphasis>"
 msgstr "<emphasis>dim(...) = </emphasis><emphasis role=\"bold\">1</emphasis>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1314
+#: using_postgis_dataman.xml:1315
 #, no-c-format
 msgid "<emphasis>dim(...) = </emphasis><emphasis role=\"bold\">0</emphasis>"
 msgstr "<emphasis>dim(...) = </emphasis><emphasis role=\"bold\">0</emphasis>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1355
+#: using_postgis_dataman.xml:1356
 #, no-c-format
 msgid ""
 "Read from left to right and from top to bottom, the dimensional matrix is "
@@ -3183,7 +3183,7 @@ msgstr ""
 "emphasis>'."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1358
+#: using_postgis_dataman.xml:1359
 #, no-c-format
 msgid ""
 "A relate matrix that would therefore represent our first example of two "
@@ -3195,7 +3195,7 @@ msgstr ""
 "emphasis>'"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1362
+#: using_postgis_dataman.xml:1363
 #, fuzzy, no-c-format
 msgid ""
 "-- Identify road segments that cross on a line\n"
@@ -3213,7 +3213,7 @@ msgstr ""
 "AND ST_Relate(a.geom, b.geom, '1*1***1**');"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1364
+#: using_postgis_dataman.xml:1365
 #, no-c-format
 msgid ""
 "A relate matrix that represents the second example of wharfs partly on the "
@@ -3223,7 +3223,7 @@ msgstr ""
 "seria: '<emphasis role=\"bold\">102101FF2</emphasis>'"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1368
+#: using_postgis_dataman.xml:1369
 #, no-c-format
 msgid ""
 "-- Identify wharfs partly on a lake's shoreline\n"
@@ -3239,13 +3239,13 @@ msgstr ""
 "AND ST_Relate(a.geom, b.geom, '102101FF2');"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1370
+#: using_postgis_dataman.xml:1371
 #, no-c-format
 msgid "For more information or reading, see:"
 msgstr "Para mas información o documentación, visita:"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1374
+#: using_postgis_dataman.xml:1375
 #, no-c-format
 msgid ""
 "<ulink url=\"http://www.opengeospatial.org/standards/sfs\">OpenGIS Simple "
@@ -3257,31 +3257,31 @@ msgstr ""
 "2.1.13.2)"
 
 #. Tag: ulink
-#: using_postgis_dataman.xml:1379
+#: using_postgis_dataman.xml:1380
 #, fuzzy, no-c-format
 msgid "Dimensionally Extended Nine-Intersection Model (DE-9IM)"
 msgstr "Modelo de intersección 9 dimensionalmente extendido(DE-9IM)"
 
 #. Tag: ulink
-#: using_postgis_dataman.xml:1383
+#: using_postgis_dataman.xml:1384
 #, no-c-format
 msgid "GeoTools: Point Set Theory and the DE-9IM Matrix"
 msgstr "GeoTools: Point Set Theory and the DE-9IM Matrix"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1386
+#: using_postgis_dataman.xml:1387
 #, no-c-format
 msgid "<emphasis>Encyclopedia of GIS</emphasis> By Hui Xiong"
 msgstr "<emphasis>Encyclopedia of GIS</emphasis> por Hui Xiong"
 
 #. Tag: title
-#: using_postgis_dataman.xml:1396
+#: using_postgis_dataman.xml:1397
 #, fuzzy, no-c-format
 msgid "Loading GIS (Vector) Data"
 msgstr "Cargando Datos SIG"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1398
+#: using_postgis_dataman.xml:1399
 #, no-c-format
 msgid ""
 "Once you have created a spatial table, you are ready to upload GIS data to "
@@ -3295,13 +3295,13 @@ msgstr ""
 "utilizando el cargador de ficheros Shape."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1404
+#: using_postgis_dataman.xml:1405
 #, fuzzy, no-c-format
 msgid "Loading Data Using SQL"
 msgstr "Cargando Datos SIG"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1406
+#: using_postgis_dataman.xml:1407
 #, no-c-format
 msgid ""
 "If you can convert your data to a text representation, then using formatted "
@@ -3316,7 +3316,7 @@ msgstr ""
 "grande, lleno de sentencias SQL \"INSERT\" en el terminal SQL."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1412
+#: using_postgis_dataman.xml:1413
 #, no-c-format
 msgid ""
 "A data upload file (<filename>roads.sql</filename> for example) might look "
@@ -3326,7 +3326,7 @@ msgstr ""
 "parecerse a esto:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1415
+#: using_postgis_dataman.xml:1416
 #, no-c-format
 msgid ""
 "BEGIN;\n"
@@ -3372,7 +3372,7 @@ msgstr ""
 "COMMIT;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1417
+#: using_postgis_dataman.xml:1418
 #, no-c-format
 msgid ""
 "The data file can be piped into PostgreSQL very easily using the \"psql\" "
@@ -3382,19 +3382,19 @@ msgstr ""
 "el terminar de comandos SQL \"psql\":"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1420
+#: using_postgis_dataman.xml:1421
 #, no-c-format
 msgid "psql -d [database] -f roads.sql"
 msgstr "psql -d [database] -f roads.sql"
 
 #. Tag: title
-#: using_postgis_dataman.xml:1424
+#: using_postgis_dataman.xml:1425
 #, no-c-format
 msgid "shp2pgsql: Using the ESRI Shapefile Loader"
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:1426
+#: using_postgis_dataman.xml:1427
 #, no-c-format
 msgid ""
 "The <filename>shp2pgsql</filename> data loader converts ESRI Shape files "
@@ -3408,7 +3408,7 @@ msgstr ""
 "modos de operar según las opciones escritas en el comando:"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1431
+#: using_postgis_dataman.xml:1432
 #, no-c-format
 msgid ""
 "In addition to the shp2pgsql command-line loader, there is an "
@@ -3424,19 +3424,19 @@ msgstr ""
 "nuevo en PostGIS. También se puede configurara como un plugin de PgAdminIII."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1438
+#: using_postgis_dataman.xml:1439
 #, no-c-format
 msgid "(c|a|d|p) These are mutually exclusive options:"
 msgstr "(c|a|d|p) Estas opciones son exclusivas entre ellas:"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1443
+#: using_postgis_dataman.xml:1444
 #, no-c-format
 msgid "<term>-c</term>"
 msgstr "<term>-c</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1445
+#: using_postgis_dataman.xml:1446
 #, no-c-format
 msgid ""
 "Creates a new table and populates it from the shapefile. <emphasis>This is "
@@ -3446,13 +3446,13 @@ msgstr ""
 "opción por defecto.</emphasis>"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1453
+#: using_postgis_dataman.xml:1454
 #, no-c-format
 msgid "<term>-a</term>"
 msgstr "<term>-a</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1455
+#: using_postgis_dataman.xml:1456
 #, no-c-format
 msgid ""
 "Appends data from the Shape file into the database table. Note that to use "
@@ -3464,13 +3464,13 @@ msgstr ""
 "tener los mismos atributos y los mismos tipos de datos."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1464 using_postgis_dataman.xml:1853
+#: using_postgis_dataman.xml:1465 using_postgis_dataman.xml:1854
 #, no-c-format
 msgid "<term>-d</term>"
 msgstr "<term>-d</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1466
+#: using_postgis_dataman.xml:1467
 #, no-c-format
 msgid ""
 "Drops the database table before creating a new table with the data in the "
@@ -3480,13 +3480,13 @@ msgstr ""
 "datos del shapefile en su interior."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1474
+#: using_postgis_dataman.xml:1475
 #, no-c-format
 msgid "<term>-p</term>"
 msgstr "<term>-p</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1476
+#: using_postgis_dataman.xml:1477
 #, no-c-format
 msgid ""
 "Only produces the table creation SQL code, without adding any actual data. "
@@ -3498,25 +3498,25 @@ msgstr ""
 "pasos de creación de la tabla y de carga de datos"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1489
+#: using_postgis_dataman.xml:1490
 #, no-c-format
 msgid "<term>-?</term>"
 msgstr "<term>-?</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1491
+#: using_postgis_dataman.xml:1492
 #, no-c-format
 msgid "Display help screen."
 msgstr "Muestra la ayuda en pantalla."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1498
+#: using_postgis_dataman.xml:1499
 #, no-c-format
 msgid "<term>-D</term>"
 msgstr "<term>-D</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1500
+#: using_postgis_dataman.xml:1501
 #, no-c-format
 msgid ""
 "Use the PostgreSQL \"dump\" format for the output data. This can be combined "
@@ -3529,13 +3529,13 @@ msgstr ""
 "grandes conjuntos de datos."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1509
+#: using_postgis_dataman.xml:1510
 #, no-c-format
 msgid "-s [&lt;FROM_SRID%gt;:]&lt;SRID&gt;"
 msgstr "-s [&lt;FROM_SRID%gt;:]&lt;SRID&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1511
+#: using_postgis_dataman.xml:1512
 #, no-c-format
 msgid ""
 "Creates and populates the geometry tables with the specified SRID. "
@@ -3549,13 +3549,13 @@ msgstr ""
 "FROM_SRID no puede espeficarse con -D "
 
 #. Tag: term
-#: using_postgis_dataman.xml:1522
+#: using_postgis_dataman.xml:1523
 #, no-c-format
 msgid "<term>-k</term>"
 msgstr "<term>-k</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1524
+#: using_postgis_dataman.xml:1525
 #, no-c-format
 msgid ""
 "Keep identifiers' case (column, schema and attributes). Note that attributes "
@@ -3566,13 +3566,13 @@ msgstr ""
 "MAYÚSCULAS."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1532
+#: using_postgis_dataman.xml:1533
 #, no-c-format
 msgid "<term>-i</term>"
 msgstr "<term>-i</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1534
+#: using_postgis_dataman.xml:1535
 #, no-c-format
 msgid ""
 "Coerce all integers to standard 32-bit integers, do not create 64-bit "
@@ -3583,25 +3583,25 @@ msgstr ""
 "garantiza."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1542
+#: using_postgis_dataman.xml:1543
 #, no-c-format
 msgid "<term>-I</term>"
 msgstr "<term>-I</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1544
+#: using_postgis_dataman.xml:1545
 #, no-c-format
 msgid "Create a GiST index on the geometry column."
 msgstr "Crea un indice GiST de la columna de geometrias."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1551
+#: using_postgis_dataman.xml:1552
 #, fuzzy, no-c-format
 msgid "<term>-m</term>"
 msgstr "<term>-c</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1553
+#: using_postgis_dataman.xml:1554
 #, no-c-format
 msgid ""
 "-m <filename>a_file_name</filename> Specify a file containing a set of "
@@ -3611,7 +3611,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1558
+#: using_postgis_dataman.xml:1559
 #, no-c-format
 msgid ""
 "COLUMNNAME DBFFIELD1\n"
@@ -3619,13 +3619,13 @@ msgid ""
 msgstr ""
 
 #. Tag: term
-#: using_postgis_dataman.xml:1564
+#: using_postgis_dataman.xml:1565
 #, no-c-format
 msgid "<term>-S</term>"
 msgstr "<term>-S</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1566
+#: using_postgis_dataman.xml:1567
 #, no-c-format
 msgid ""
 "Generate simple geometries instead of MULTI geometries. Will only succeed if "
@@ -3637,13 +3637,13 @@ msgstr ""
 "única capa, o un MULTIPOINT con un único vértice). "
 
 #. Tag: term
-#: using_postgis_dataman.xml:1575
+#: using_postgis_dataman.xml:1576
 #, no-c-format
 msgid "-t &lt;dimensionality&gt;"
 msgstr "-t &lt;dimensionality&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1577
+#: using_postgis_dataman.xml:1578
 #, no-c-format
 msgid ""
 "Force the output geometry to have the specified dimensionality. Use the "
@@ -3653,7 +3653,7 @@ msgstr ""
 "las siguientes cadenas para indicar la dimensión: 2D, 3DZ, 3DM, 4D."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1581
+#: using_postgis_dataman.xml:1582
 #, no-c-format
 msgid ""
 "If the input has fewer dimensions that specified, the output will have those "
@@ -3665,13 +3665,13 @@ msgstr ""
 "las especificadas, las dimensiones no deseadas se eliminarán."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1590
+#: using_postgis_dataman.xml:1591
 #, no-c-format
 msgid "<term>-w</term>"
 msgstr "<term>-w</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1592
+#: using_postgis_dataman.xml:1593
 #, no-c-format
 msgid ""
 "Output WKT format, instead of WKB. Note that this can introduce coordinate "
@@ -3681,13 +3681,13 @@ msgstr ""
 "derivas en las coordenadas debido a la perdida de precisión."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1600
+#: using_postgis_dataman.xml:1601
 #, no-c-format
 msgid "<term>-e</term>"
 msgstr "<term>-e</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1602
+#: using_postgis_dataman.xml:1603
 #, no-c-format
 msgid ""
 "Execute each statement on its own, without using a transaction. This allows "
@@ -3702,13 +3702,13 @@ msgstr ""
 "transacciones."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1612
+#: using_postgis_dataman.xml:1613
 #, no-c-format
 msgid "-W &lt;encoding&gt;"
 msgstr "-W &lt;encoding&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1614
+#: using_postgis_dataman.xml:1615
 #, no-c-format
 msgid ""
 "Specify encoding of the input data (dbf file). When used, all attributes of "
@@ -3725,25 +3725,25 @@ msgstr ""
 "configurada en la base de datos para uso interno."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1624
+#: using_postgis_dataman.xml:1625
 #, no-c-format
 msgid "-N &lt;policy&gt;"
 msgstr "-N &lt;policy&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1626
+#: using_postgis_dataman.xml:1627
 #, no-c-format
 msgid "NULL geometries handling policy (insert*,skip,abort)"
 msgstr "Políticas de gestión de geometrías NULL (insert*, skip, abort)"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1632
+#: using_postgis_dataman.xml:1633
 #, no-c-format
 msgid "<term>-n</term>"
 msgstr "<term>-n</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1634
+#: using_postgis_dataman.xml:1635
 #, no-c-format
 msgid ""
 "-n Only import DBF file. If your data has no corresponding shapefile, it "
@@ -3757,13 +3757,13 @@ msgstr ""
 "quieres cargar son los atributos y no las geometrías."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1642
+#: using_postgis_dataman.xml:1643
 #, no-c-format
 msgid "<term>-G</term>"
 msgstr "<term>-G</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1644
+#: using_postgis_dataman.xml:1645
 #, no-c-format
 msgid ""
 "Use geography type instead of geometry (requires lon/lat data) in WGS84 long "
@@ -3773,13 +3773,13 @@ msgstr ""
 "en lon/lat) en WGS84 long lat (SRID=4326)"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1650
+#: using_postgis_dataman.xml:1651
 #, no-c-format
 msgid "-T &lt;tablespace&gt;"
 msgstr "-T &lt;tablespace&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1652
+#: using_postgis_dataman.xml:1653
 #, no-c-format
 msgid ""
 "Specify the tablespace for the new table. Indexes will still use the default "
@@ -3792,13 +3792,13 @@ msgstr ""
 "\"tablespaces\" personalizados."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1660
+#: using_postgis_dataman.xml:1661
 #, no-c-format
 msgid "-X &lt;tablespace&gt;"
 msgstr "-X &lt;tablespace&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1662
+#: using_postgis_dataman.xml:1663
 #, no-c-format
 msgid ""
 "Specify the tablespace for the new table's indexes. This applies to the "
@@ -3809,7 +3809,7 @@ msgstr ""
 "usa también la opción -l."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1670
+#: using_postgis_dataman.xml:1671
 #, no-c-format
 msgid ""
 "An example session using the loader to create an input file and uploading it "
@@ -3819,7 +3819,7 @@ msgstr ""
 "y cargarlo debe parecerse a esto:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1675
+#: using_postgis_dataman.xml:1676
 #, no-c-format
 msgid ""
 "# shp2pgsql -c -D -s 4269 -i -I shaperoads.shp myschema.roadstable &gt; "
@@ -3831,7 +3831,7 @@ msgstr ""
 "# psql -d roadsdb -f roads.sql"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1677
+#: using_postgis_dataman.xml:1678
 #, no-c-format
 msgid "A conversion and upload can be done all in one step using UNIX pipes:"
 msgstr ""
@@ -3839,19 +3839,19 @@ msgstr ""
 "tubería en sistemas UNIX:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1681
+#: using_postgis_dataman.xml:1682
 #, no-c-format
 msgid "# shp2pgsql shaperoads.shp myschema.roadstable | psql -d roadsdb"
 msgstr "# shp2pgsql shaperoads.shp myschema.roadstable | psql -d roadsdb"
 
 #. Tag: title
-#: using_postgis_dataman.xml:1686
+#: using_postgis_dataman.xml:1687
 #, no-c-format
 msgid "Retrieving GIS Data"
 msgstr "Recuperando datos SIG"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1688
+#: using_postgis_dataman.xml:1689
 #, no-c-format
 msgid ""
 "Data can be extracted from the database using either SQL or the Shape file "
@@ -3864,13 +3864,13 @@ msgstr ""
 "espaciales."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1694
+#: using_postgis_dataman.xml:1695
 #, no-c-format
 msgid "Using SQL to Retrieve Data"
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:1696
+#: using_postgis_dataman.xml:1697
 #, no-c-format
 msgid ""
 "The most straightforward means of pulling data out of the database is to use "
@@ -3883,7 +3883,7 @@ msgstr ""
 "archivo de texto analizable:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1701
+#: using_postgis_dataman.xml:1702
 #, no-c-format
 msgid ""
 "db=# SELECT road_id, ST_AsText(road_geom) AS geom, road_name FROM roads;\n"
@@ -3913,7 +3913,7 @@ msgstr ""
 "(6 rows)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1703
+#: using_postgis_dataman.xml:1704
 #, no-c-format
 msgid ""
 "However, there will be times when some kind of restriction is necessary to "
@@ -3929,13 +3929,13 @@ msgstr ""
 "restricciones espaciales, están disponibles los siguientes operadores:"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1711
+#: using_postgis_dataman.xml:1712
 #, no-c-format
 msgid "&amp;&amp;"
 msgstr "&amp;&amp;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1714
+#: using_postgis_dataman.xml:1715
 #, no-c-format
 msgid ""
 "This operator tells whether the bounding box of one geometry intersects the "
@@ -3945,13 +3945,13 @@ msgstr ""
 "límite de otra."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1720
+#: using_postgis_dataman.xml:1721
 #, no-c-format
 msgid "ST_OrderingEquals"
 msgstr "ST_OrderingEquals"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1723
+#: using_postgis_dataman.xml:1724
 #, no-c-format
 msgid ""
 "This tests whether two geometries are geometrically identical. For example, "
@@ -3963,13 +3963,13 @@ msgstr ""
 "0,0 0))' (si que lo es)."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1730
+#: using_postgis_dataman.xml:1731
 #, no-c-format
 msgid "<term>=</term>"
 msgstr "<term>=</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1733
+#: using_postgis_dataman.xml:1734
 #, no-c-format
 msgid ""
 "This operator is a little more naive, it only tests whether the bounding "
@@ -3979,7 +3979,7 @@ msgstr ""
 "(bounding boxes) de dos geometrías son los mismos."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1739
+#: using_postgis_dataman.xml:1740
 #, no-c-format
 msgid ""
 "Next, you can use these operators in queries. Note that when specifying "
@@ -3996,7 +3996,7 @@ msgstr ""
 "que, por ejemplo:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1745
+#: using_postgis_dataman.xml:1746
 #, no-c-format
 msgid ""
 "SELECT road_id, road_name\n"
@@ -4010,7 +4010,7 @@ msgstr ""
 "243118,191108 243242)',312) ) ;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1747
+#: using_postgis_dataman.xml:1748
 #, no-c-format
 msgid ""
 "The above query would return the single record from the \"ROADS_GEOM\" table "
@@ -4020,7 +4020,7 @@ msgstr ""
 "\"ROADS_GEOM\" cuya geometría era igual a este valor."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1750
+#: using_postgis_dataman.xml:1751
 #, no-c-format
 msgid ""
 "When using the \"&amp;&amp;\" operator, you can specify either a BOX3D as "
@@ -4033,7 +4033,7 @@ msgstr ""
 "delimitador (bounding box)."
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1755
+#: using_postgis_dataman.xml:1756
 #, no-c-format
 msgid ""
 "SELECT road_id, road_name\n"
@@ -4045,7 +4045,7 @@ msgstr ""
 "WHERE roads_geom &amp;&amp; ST_GeomFromText('POLYGON((...))',312);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1757
+#: using_postgis_dataman.xml:1758
 #, no-c-format
 msgid ""
 "The above query will use the bounding box of the polygon for comparison "
@@ -4055,7 +4055,7 @@ msgstr ""
 "comparación."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1760
+#: using_postgis_dataman.xml:1761
 #, no-c-format
 msgid ""
 "The most common spatial query will probably be a \"frame-based\" query, used "
@@ -4070,7 +4070,7 @@ msgstr ""
 "para el marco, se parece a esto:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1765
+#: using_postgis_dataman.xml:1766
 #, no-c-format
 msgid ""
 "SELECT ST_AsText(roads_geom) AS geom\n"
@@ -4084,7 +4084,7 @@ msgstr ""
 "  roads_geom &amp;&amp; ST_MakeEnvelope(191232, 243117,191232, 243119,312);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1767
+#: using_postgis_dataman.xml:1768
 #, no-c-format
 msgid ""
 "Note the use of the SRID 312, to specify the projection of the envelope."
@@ -4092,13 +4092,13 @@ msgstr ""
 "Observa el uso del SRID 123, para espeficar la proyección de la envolvente."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1771
+#: using_postgis_dataman.xml:1772
 #, no-c-format
 msgid "Using the Dumper"
 msgstr "Uso del Dumper"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1773
+#: using_postgis_dataman.xml:1774
 #, no-c-format
 msgid ""
 "The <filename>pgsql2shp</filename> table dumper connects directly to the "
@@ -4110,7 +4110,7 @@ msgstr ""
 "definido por una consulta) en un fichero shape. La sintaxis básica es:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1777
+#: using_postgis_dataman.xml:1778
 #, no-c-format
 msgid ""
 "pgsql2shp [&lt;options&gt;] &lt;database&gt; [&lt;schema&gt;.]&lt;table&gt;"
@@ -4118,86 +4118,86 @@ msgstr ""
 "pgsql2shp [&lt;options&gt;] &lt;database&gt; [&lt;schema&gt;.]&lt;table&gt;"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1779
+#: using_postgis_dataman.xml:1780
 #, no-c-format
 msgid "pgsql2shp [&lt;options&gt;] &lt;database&gt; &lt;query&gt;"
 msgstr "pgsql2shp [&lt;options&gt;] &lt;database&gt; &lt;query&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1781
+#: using_postgis_dataman.xml:1782
 #, no-c-format
 msgid "The commandline options are:"
 msgstr "Las opciones del comando son:"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1785
+#: using_postgis_dataman.xml:1786
 #, no-c-format
 msgid "-f &lt;filename&gt;"
 msgstr "-f &lt;filename&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1788
+#: using_postgis_dataman.xml:1789
 #, no-c-format
 msgid "Write the output to a particular filename."
 msgstr "Escribe la salida en un fichero con un nombre particular"
 
 #. Tag: term
-#: using_postgis_dataman.xml:1793
+#: using_postgis_dataman.xml:1794
 #, no-c-format
 msgid "-h &lt;host&gt;"
 msgstr "-h &lt;host&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1796
+#: using_postgis_dataman.xml:1797
 #, no-c-format
 msgid "The database host to connect to."
 msgstr "Especifica el servidor al que conectarse."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1801
+#: using_postgis_dataman.xml:1802
 #, no-c-format
 msgid "-p &lt;port&gt;"
 msgstr "-p &lt;port&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1804
+#: using_postgis_dataman.xml:1805
 #, no-c-format
 msgid "The port to connect to on the database host."
 msgstr ""
 "Especifica el puerto del servidor de la base de datos al que conectarse."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1809
+#: using_postgis_dataman.xml:1810
 #, no-c-format
 msgid "-P &lt;password&gt;"
 msgstr "-P &lt;password&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1812
+#: using_postgis_dataman.xml:1813
 #, no-c-format
 msgid "The password to use when connecting to the database."
 msgstr "La contraseña a utilizar en la conexión de la base de datos."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1817
+#: using_postgis_dataman.xml:1818
 #, no-c-format
 msgid "-u &lt;user&gt;"
 msgstr "-u &lt;user&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1820
+#: using_postgis_dataman.xml:1821
 #, no-c-format
 msgid "The username to use when connecting to the database."
 msgstr "El nombre del usuario a utilizar en la conexión a la base de datos."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1825
+#: using_postgis_dataman.xml:1826
 #, no-c-format
 msgid "-g &lt;geometry column&gt;"
 msgstr "-g &lt;geometry column&gt;"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1828
+#: using_postgis_dataman.xml:1829
 #, no-c-format
 msgid ""
 "In the case of tables with multiple geometry columns, the geometry column to "
@@ -4207,13 +4207,13 @@ msgstr ""
 "de geometrías a utilizar cuando se escriba el fichero shape."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1834
+#: using_postgis_dataman.xml:1835
 #, no-c-format
 msgid "<term>-b</term>"
 msgstr "<term>-b</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1837
+#: using_postgis_dataman.xml:1838
 #, no-c-format
 msgid ""
 "Use a binary cursor. This will make the operation faster, but will not work "
@@ -4224,13 +4224,13 @@ msgstr ""
 "a texto."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1844
+#: using_postgis_dataman.xml:1845
 #, no-c-format
 msgid "<term>-r</term>"
 msgstr "<term>-r</term>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1847
+#: using_postgis_dataman.xml:1848
 #, no-c-format
 msgid ""
 "Raw mode. Do not drop the <varname>gid</varname> field, or escape column "
@@ -4240,7 +4240,7 @@ msgstr ""
 "las columnas."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1856
+#: using_postgis_dataman.xml:1857
 #, no-c-format
 msgid ""
 "For backward compatibility: write a 3-dimensional shape file when dumping "
@@ -4255,13 +4255,13 @@ msgstr ""
 "completamente codificados."
 
 #. Tag: term
-#: using_postgis_dataman.xml:1864
+#: using_postgis_dataman.xml:1865
 #, no-c-format
 msgid "-m <varname>filename</varname>"
 msgstr "-m <varname>filename</varname>"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1866
+#: using_postgis_dataman.xml:1867
 #, no-c-format
 msgid ""
 "Remap identifiers to ten character names. The content of the file is lines "
@@ -4274,13 +4274,13 @@ msgstr ""
 "SHORTONE ANOTHERVERYLONGSYMBOL SHORTER etc."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1879
+#: using_postgis_dataman.xml:1880
 #, no-c-format
 msgid "Building Indexes"
 msgstr "Contruir Indices"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1881
+#: using_postgis_dataman.xml:1882
 #, no-c-format
 msgid ""
 "Indexes are what make using a spatial database for large data sets possible. "
@@ -4300,7 +4300,7 @@ msgstr ""
 "GIST."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1891
+#: using_postgis_dataman.xml:1892
 #, no-c-format
 msgid ""
 "B-Trees are used for data which can be sorted along one axis; for example, "
@@ -4315,7 +4315,7 @@ msgstr ""
 "nosotros."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1898
+#: using_postgis_dataman.xml:1899
 #, no-c-format
 msgid ""
 "R-Trees break up data into rectangles, and sub-rectangles, and sub-sub "
@@ -4329,7 +4329,7 @@ msgstr ""
 "robusta como la de GiST."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1905
+#: using_postgis_dataman.xml:1906
 #, no-c-format
 msgid ""
 "GiST (Generalized Search Trees) indexes break up data into \"things to one "
@@ -4344,13 +4344,13 @@ msgstr ""
 "R-Tree implementado sobre GiST para indexar datos GIS."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1914
+#: using_postgis_dataman.xml:1915
 #, no-c-format
 msgid "GiST Indexes"
 msgstr "Indices GiST"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1916
+#: using_postgis_dataman.xml:1917
 #, no-c-format
 msgid ""
 "GiST stands for \"Generalized Search Tree\" and is a generic form of "
@@ -4365,7 +4365,7 @@ msgstr ""
 "espectrales, etc) que no son susceptibles de indexación por árbol normal."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1921
+#: using_postgis_dataman.xml:1922
 #, no-c-format
 msgid ""
 "Once a GIS data table exceeds a few thousand rows, you will want to build an "
@@ -4379,7 +4379,7 @@ msgstr ""
 "construir un índice normal en los campos de atributo)."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1926
+#: using_postgis_dataman.xml:1927
 #, no-c-format
 msgid ""
 "The syntax for building a GiST index on a \"geometry\" column is as follows:"
@@ -4388,14 +4388,14 @@ msgstr ""
 "es como sigue:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1929
+#: using_postgis_dataman.xml:1930
 #, no-c-format
 msgid "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometryfield] );"
 msgstr ""
 "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometryfield] );"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1930
+#: using_postgis_dataman.xml:1931
 #, no-c-format
 msgid ""
 "The above syntax will always build a 2D-index. To get the an n-dimensional "
@@ -4407,7 +4407,7 @@ msgstr ""
 "crearlo utilizando esta sintaxis"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1931
+#: using_postgis_dataman.xml:1932
 #, no-c-format
 msgid ""
 "CREATE INDEX [indexname] ON [tablename] USING GIST ([geometryfield] "
@@ -4417,7 +4417,7 @@ msgstr ""
 "gist_geometry_ops_nd);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1933
+#: using_postgis_dataman.xml:1934
 #, no-c-format
 msgid ""
 "Building a spatial index is a computationally intensive exercise: on tables "
@@ -4434,7 +4434,7 @@ msgstr ""
 "utilizan para optimizar los planes de consulta:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1939 using_postgis_dataman.xml:2022
+#: using_postgis_dataman.xml:1940 using_postgis_dataman.xml:2023
 #, no-c-format
 msgid ""
 "VACUUM ANALYZE [table_name] [(column_name)];\n"
@@ -4446,7 +4446,7 @@ msgstr ""
 "SELECT UPDATE_GEOMETRY_STATS([table_name], [column_name]);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1941
+#: using_postgis_dataman.xml:1942
 #, no-c-format
 msgid ""
 "GiST indexes have two advantages over R-Tree indexes in PostgreSQL. Firstly, "
@@ -4470,13 +4470,13 @@ msgstr ""
 "construcción."
 
 #. Tag: title
-#: using_postgis_dataman.xml:1953
+#: using_postgis_dataman.xml:1954
 #, fuzzy, no-c-format
 msgid "BRIN Indexes"
 msgstr "Indices GiST"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1955
+#: using_postgis_dataman.xml:1956
 #, no-c-format
 msgid ""
 "BRIN stands for \"Block Range Index\" and is a generic form of indexing that "
@@ -4490,7 +4490,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:1964
+#: using_postgis_dataman.xml:1965
 #, fuzzy, no-c-format
 msgid ""
 "Once a GIS data table exceeds a few thousand rows, you will want to build an "
@@ -4507,7 +4507,7 @@ msgstr ""
 "construir un índice normal en los campos de atributo)."
 
 #. Tag: para
-#: using_postgis_dataman.xml:1973
+#: using_postgis_dataman.xml:1974
 #, no-c-format
 msgid ""
 "The idea of a BRIN index is to store only the bouding box englobing all the "
@@ -4519,7 +4519,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:1981
+#: using_postgis_dataman.xml:1982
 #, no-c-format
 msgid ""
 "Building a BRIN index is way less intensive than building a GiST index. It's "
@@ -4530,7 +4530,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:1987
+#: using_postgis_dataman.xml:1988
 #, no-c-format
 msgid ""
 "You can choose the number of blocks to summarize in a range. If you decrease "
@@ -4539,7 +4539,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:1991
+#: using_postgis_dataman.xml:1992
 #, fuzzy, no-c-format
 msgid ""
 "The syntax for building a BRIN index on a \"geometry\" column is as follows:"
@@ -4548,14 +4548,14 @@ msgstr ""
 "es como sigue:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1994
+#: using_postgis_dataman.xml:1995
 #, fuzzy, no-c-format
 msgid "CREATE INDEX [indexname] ON [tablename] USING BRIN ( [geometryfield] );"
 msgstr ""
 "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometryfield] );"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1995
+#: using_postgis_dataman.xml:1996
 #, fuzzy, no-c-format
 msgid ""
 "The above syntax will always build a 2D-index. To get a 3d-dimensional "
@@ -4566,7 +4566,7 @@ msgstr ""
 "crearlo utilizando esta sintaxis"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1996
+#: using_postgis_dataman.xml:1997
 #, fuzzy, no-c-format
 msgid ""
 "CREATE INDEX [indexname] ON [tablename] USING BRIN ([geometryfield] "
@@ -4576,13 +4576,13 @@ msgstr ""
 "gist_geometry_ops_nd);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1997
+#: using_postgis_dataman.xml:1998
 #, no-c-format
 msgid "You can also get a 4d-dimensional index using the 4d operator class"
 msgstr ""
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:1998
+#: using_postgis_dataman.xml:1999
 #, fuzzy, no-c-format
 msgid ""
 "CREATE INDEX [indexname] ON [tablename] USING BRIN ([geometryfield] "
@@ -4592,7 +4592,7 @@ msgstr ""
 "gist_geometry_ops_nd);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:1999
+#: using_postgis_dataman.xml:2000
 #, no-c-format
 msgid ""
 "These above syntaxes will use the default number or block in a range, which "
@@ -4601,7 +4601,7 @@ msgid ""
 msgstr ""
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2000
+#: using_postgis_dataman.xml:2001
 #, fuzzy, no-c-format
 msgid ""
 "CREATE INDEX [indexname] ON [tablename] USING BRIN ( [geometryfield] ) WITH "
@@ -4610,7 +4610,7 @@ msgstr ""
 "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometryfield] );"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2001
+#: using_postgis_dataman.xml:2002
 #, no-c-format
 msgid ""
 "Also, keep in mind that a BRIN index will only store one index value for a "
@@ -4621,7 +4621,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:2009
+#: using_postgis_dataman.xml:2010
 #, fuzzy, no-c-format
 msgid ""
 "Also the \"geography\" datatype is supported for BRIN indexing. The syntax "
@@ -4631,7 +4631,7 @@ msgstr ""
 "es como sigue:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2012
+#: using_postgis_dataman.xml:2013
 #, fuzzy, no-c-format
 msgid ""
 "CREATE INDEX [indexname] ON [tablename] USING BRIN ( [geographyfield] );"
@@ -4639,7 +4639,7 @@ msgstr ""
 "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometryfield] );"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2013
+#: using_postgis_dataman.xml:2014
 #, no-c-format
 msgid ""
 "The above syntax will always build a 2D-index for geospatial objetcs on the "
@@ -4647,7 +4647,7 @@ msgid ""
 msgstr ""
 
 #. Tag: para
-#: using_postgis_dataman.xml:2015
+#: using_postgis_dataman.xml:2016
 #, no-c-format
 msgid ""
 "Currently, just the \"inclusion support\" is considered here, meaning that "
@@ -4659,13 +4659,13 @@ msgid ""
 msgstr ""
 
 #. Tag: title
-#: using_postgis_dataman.xml:2026
+#: using_postgis_dataman.xml:2027
 #, no-c-format
 msgid "Using Indexes"
 msgstr "Utilizando Indices"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2028
+#: using_postgis_dataman.xml:2029
 #, no-c-format
 msgid ""
 "Ordinarily, indexes invisibly speed up data access: once the index is built, "
@@ -4683,7 +4683,7 @@ msgstr ""
 "toda la tabla de forma secuencia."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2035
+#: using_postgis_dataman.xml:2036
 #, no-c-format
 msgid ""
 "If you find your spatial indexes are not being used (or your attribute "
@@ -4693,7 +4693,7 @@ msgstr ""
 "de atributos, en su defecto) hay un par de cosas que puedes hacer:"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2041
+#: using_postgis_dataman.xml:2042
 #, no-c-format
 msgid ""
 "Firstly, make sure statistics are gathered about the number and "
@@ -4722,7 +4722,7 @@ msgstr ""
 "una base regular."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2055
+#: using_postgis_dataman.xml:2056
 #, no-c-format
 msgid ""
 "If vacuuming does not work, you can force the planner to use the index "
@@ -4744,7 +4744,7 @@ msgstr ""
 "planificador de la forma habitual."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2065
+#: using_postgis_dataman.xml:2066
 #, no-c-format
 msgid ""
 "As of version 0.6, it should not be necessary to force the planner to use "
@@ -4754,7 +4754,7 @@ msgstr ""
 "utilizar el índice con <varname>ENABLE_SEQSCAN</varname>."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2072
+#: using_postgis_dataman.xml:2073
 #, no-c-format
 msgid ""
 "If you find the planner wrong about the cost of sequential vs index scans "
@@ -4771,13 +4771,13 @@ msgstr ""
 "índice."
 
 #. Tag: title
-#: using_postgis_dataman.xml:2083
+#: using_postgis_dataman.xml:2084
 #, no-c-format
 msgid "Complex Queries"
 msgstr "Consultas Complejas"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2085
+#: using_postgis_dataman.xml:2086
 #, no-c-format
 msgid ""
 "The <emphasis>raison d'etre</emphasis> of spatial database functionality is "
@@ -4813,13 +4813,13 @@ msgstr ""
 "varname >."
 
 #. Tag: title
-#: using_postgis_dataman.xml:2099
+#: using_postgis_dataman.xml:2100
 #, no-c-format
 msgid "Taking Advantage of Indexes"
 msgstr "Aprovechando los Indices"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2101
+#: using_postgis_dataman.xml:2102
 #, no-c-format
 msgid ""
 "When constructing a query it is important to remember that only the bounding-"
@@ -4835,7 +4835,7 @@ msgstr ""
 "consulta siguiente sera algo lenta en una tabla grande:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2108
+#: using_postgis_dataman.xml:2109
 #, no-c-format
 msgid ""
 "SELECT the_geom\n"
@@ -4849,7 +4849,7 @@ msgstr ""
 "&lt; 100"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2110
+#: using_postgis_dataman.xml:2111
 #, no-c-format
 msgid ""
 "This query is selecting all the geometries in geom_table which are within "
@@ -4868,7 +4868,7 @@ msgstr ""
 "requeridos:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2117
+#: using_postgis_dataman.xml:2118
 #, no-c-format
 msgid ""
 "SELECT the_geom\n"
@@ -4882,7 +4882,7 @@ msgstr ""
 "200100,312), 100)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2119
+#: using_postgis_dataman.xml:2120
 #, no-c-format
 msgid ""
 "This query selects the same geometries, but it does it in a more efficient "
@@ -4912,13 +4912,13 @@ msgstr ""
 "drásticamente el número de cálculos de distancia que hay que hacer."
 
 #. Tag: title
-#: using_postgis_dataman.xml:2133
+#: using_postgis_dataman.xml:2134
 #, no-c-format
 msgid "Change in Behavior"
 msgstr "Cambio en el Comportamiento"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2135
+#: using_postgis_dataman.xml:2136
 #, no-c-format
 msgid ""
 "As of PostGIS 1.3.0, most of the Geometry Relationship Functions, with the "
@@ -4931,13 +4931,13 @@ msgstr ""
 "implícitas."
 
 #. Tag: title
-#: using_postgis_dataman.xml:2142
+#: using_postgis_dataman.xml:2143
 #, no-c-format
 msgid "Examples of Spatial SQL"
 msgstr "Ejemplos de consultas espaciales SQL"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2144
+#: using_postgis_dataman.xml:2145
 #, no-c-format
 msgid ""
 "The examples in this section will make use of two tables, a table of linear "
@@ -4949,7 +4949,7 @@ msgstr ""
 "definición de la tabla <varname>bc_roads</varname> es:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2148
+#: using_postgis_dataman.xml:2149
 #, no-c-format
 msgid ""
 "Column      | Type              | Description\n"
@@ -4965,14 +4965,14 @@ msgstr ""
 "the_geom    | geometry          | Location Geometry (Linestring)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2150
+#: using_postgis_dataman.xml:2151
 #, no-c-format
 msgid ""
 "The table definition for the <varname>bc_municipality</varname> table is:"
 msgstr "La definición de la tabla <varname>bc_municipality</varname> es:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2153
+#: using_postgis_dataman.xml:2154
 #, no-c-format
 msgid ""
 "Column     | Type              | Description\n"
@@ -4990,20 +4990,20 @@ msgstr ""
 "the_geom   | geometry          | Location Geometry (Polygon)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2158
+#: using_postgis_dataman.xml:2159
 #, no-c-format
 msgid "What is the total length of all roads, expressed in kilometers?"
 msgstr ""
 "¿Cual es la longitud total de todas las carreteras expresadas en kilómetros?"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2163
+#: using_postgis_dataman.xml:2164
 #, no-c-format
 msgid "You can answer this question with a very simple piece of SQL:"
 msgstr "Puedes contestar a esta pregunta con una consulta SQL muy simple:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2166
+#: using_postgis_dataman.xml:2167
 #, no-c-format
 msgid ""
 "SELECT sum(ST_Length(the_geom))/1000 AS km_roads FROM bc_roads;\n"
@@ -5021,13 +5021,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2172
+#: using_postgis_dataman.xml:2173
 #, no-c-format
 msgid "How large is the city of Prince George, in hectares?"
 msgstr "¿Cual es la superficie de la ciudad Prince George en hectáreas?"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2176
+#: using_postgis_dataman.xml:2177
 #, no-c-format
 msgid ""
 "This query combines an attribute condition (on the municipality name) with a "
@@ -5037,7 +5037,7 @@ msgstr ""
 "con un calculo espacial (del area):"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2180
+#: using_postgis_dataman.xml:2181
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -5061,13 +5061,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2186
+#: using_postgis_dataman.xml:2187
 #, no-c-format
 msgid "What is the largest municipality in the province, by area?"
 msgstr "¿Cual es el municipio con mayor superficie de la provincia?"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2191
+#: using_postgis_dataman.xml:2192
 #, no-c-format
 msgid ""
 "This query brings a spatial measurement into the query condition. There are "
@@ -5078,7 +5078,7 @@ msgstr ""
 "siguiente:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2195
+#: using_postgis_dataman.xml:2196
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -5108,7 +5108,7 @@ msgstr ""
 "(1 row)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2197
+#: using_postgis_dataman.xml:2198
 #, no-c-format
 msgid ""
 "Note that in order to answer this query we have to calculate the area of "
@@ -5126,7 +5126,7 @@ msgstr ""
 "sencilla sin utilizar una función agregada como max()."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2209
+#: using_postgis_dataman.xml:2210
 #, no-c-format
 msgid "What is the length of roads fully contained within each municipality?"
 msgstr ""
@@ -5134,7 +5134,7 @@ msgstr ""
 "cada municipio?"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2214
+#: using_postgis_dataman.xml:2215
 #, no-c-format
 msgid ""
 "This is an example of a \"spatial join\", because we are bringing together "
@@ -5148,7 +5148,7 @@ msgstr ""
 "relacional habitual de unión de  la clave primaria:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2220
+#: using_postgis_dataman.xml:2221
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -5192,7 +5192,7 @@ msgstr ""
 "..."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2222
+#: using_postgis_dataman.xml:2223
 #, no-c-format
 msgid ""
 "This query takes a while, because every road in the table is summarized into "
@@ -5206,13 +5206,13 @@ msgstr ""
 "registros) la respuesta puede ser muy rápida."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2231
+#: using_postgis_dataman.xml:2232
 #, no-c-format
 msgid "Create a new table with all the roads within the city of Prince George."
 msgstr "Crear una tabla con todas las carreteras de la ciudad Prince George."
 
 #. Tag: para
-#: using_postgis_dataman.xml:2236
+#: using_postgis_dataman.xml:2237
 #, no-c-format
 msgid ""
 "This is an example of an \"overlay\", which takes in two tables and outputs "
@@ -5228,7 +5228,7 @@ msgstr ""
 "cargada\", y es útil para un trabajo de análisis mas exacto:"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2243
+#: using_postgis_dataman.xml:2244
 #, no-c-format
 msgid ""
 "CREATE TABLE pg_roads as\n"
@@ -5252,13 +5252,13 @@ msgstr ""
 "WHERE  m.name = 'PRINCE GEORGE' AND ST_Intersects(r.the_geom, m.the_geom);"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2249
+#: using_postgis_dataman.xml:2250
 #, no-c-format
 msgid "What is the length in kilometers of \"Douglas St\" in Victoria?"
 msgstr "¿Cual es la longitud en kilómetros de \"Douglas St\" en Victoria?"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2254
+#: using_postgis_dataman.xml:2255
 #, no-c-format
 msgid ""
 "SELECT\n"
@@ -5288,13 +5288,13 @@ msgstr ""
 "(1 row)"
 
 #. Tag: para
-#: using_postgis_dataman.xml:2260
+#: using_postgis_dataman.xml:2261
 #, no-c-format
 msgid "What is the largest municipality polygon that has a hole?"
 msgstr "¿Cual es el polígono de municipios mas grande que tiene un agujero?"
 
 #. Tag: programlisting
-#: using_postgis_dataman.xml:2265
+#: using_postgis_dataman.xml:2266
 #, no-c-format
 msgid ""
 "SELECT gid, name, ST_Area(the_geom) AS area\n"
@@ -5317,6 +5317,23 @@ msgstr ""
 "12   | SPALLUMCHEEN | 257374619.430216\n"
 "(1 row)"
 
+#~ msgid ""
+#~ "Examples of the text representations (EWKT) of the extended spatial "
+#~ "objects of the features are as follows. The * ones are new in this "
+#~ "version of PostGIS:"
+#~ msgstr ""
+#~ "Aquí tienes algunos ejemplos de representaciones de texto (EWKT) de "
+#~ "objetos espaciales extendidos. Los que llevan * son nuevos en esta "
+#~ "version de PostGIS."
+
+#~ msgid ""
+#~ "However they may be registered as a generic geometry column if the column "
+#~ "was not defined as a specific type during creation."
+#~ msgstr ""
+#~ "Sin embargo, pueden ser registradas como una columna de geometría "
+#~ "genérica si la columna no se define como un tipo específico durante la "
+#~ "creación."
+
 #~ msgid ""
 #~ "Dimensionally Extended Nine-Intersection Model (DE-9IM) by Christian "
 #~ "Strobl"