[SCM] PostGIS branch master updated. 3.5.0-464-g45dd05348
git at osgeo.org
git at osgeo.org
Tue Jul 15 09:44:14 PDT 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 45dd053484484d914737e7649ffe10a2d50e5903 (commit)
from 70c1d92368411ba51e87f6df0444817619742e82 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 45dd053484484d914737e7649ffe10a2d50e5903
Author: Weblate <noreply at weblate.org>
Date: Tue Jul 15 16:37:53 2025 +0000
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: postgis/PostGIS Manual
Translate-URL: https://weblate.osgeo.org/projects/postgis/postgis-manual/
diff --git a/doc/po/da/postgis-manual.po b/doc/po/da/postgis-manual.po
index 2d7c26793..9f61235b2 100644
--- a/doc/po/da/postgis-manual.po
+++ b/doc/po/da/postgis-manual.po
@@ -4078,6 +4078,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4148,7 +4170,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4163,6 +4186,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -35137,12 +35175,12 @@ msgstr ""
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -35153,6 +35191,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -35173,6 +35231,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -35233,8 +35318,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -35261,6 +35347,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/de/postgis-manual.po b/doc/po/de/postgis-manual.po
index 72cacbbfe..5727b6263 100644
--- a/doc/po/de/postgis-manual.po
+++ b/doc/po/de/postgis-manual.po
@@ -5457,6 +5457,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, fuzzy, no-c-format
msgid "Topology Statistics Management"
@@ -5546,13 +5568,12 @@ msgstr ""
"gibt die ID der Topologie zurück."
#. Tag: para
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
-"Das <varname>srid</varname> ist das <link "
-"linkend=\"spatial_ref_sys\">Raumbezugssystem</link> SRID für die Topologie."
#. Tag: para
#, fuzzy, no-c-format
@@ -5568,6 +5589,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr "<varname>hasz</varname> ist standardmäßig false, wenn nicht angegeben."
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, fuzzy, no-c-format
msgid ""
@@ -45875,12 +45911,12 @@ msgstr "Anmerkungen zur Release"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -45891,6 +45927,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, fuzzy, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr "Vielen Dank insbesondere an unsere Übersetzungsteams:"
+
+#. Tag: para
+#, fuzzy, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr "Teramoto Ikuhiro (Japanische Mannschaft)"
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, fuzzy, no-c-format
msgid "Breaking Changes"
@@ -45911,6 +45967,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -45971,8 +46054,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -45999,6 +46083,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
@@ -52512,6 +52608,16 @@ msgstr "2.5/3D-Unterstützung"
msgid "Supports geography"
msgstr "Unterstützt Geographie"
+#, fuzzy, no-c-format
+#~ msgid ""
+#~ "The <varname>srid</varname> is the <link "
+#~ "linkend=\"spatial_ref_sys\">spatial reference system</link> SRID for the "
+#~ "topology."
+#~ msgstr ""
+#~ "Das <varname>srid</varname> ist das <link "
+#~ "linkend=\"spatial_ref_sys\">Raumbezugssystem</link> SRID für die "
+#~ "Topologie."
+
#, fuzzy, no-c-format
#~ msgid ""
#~ ", <xref linkend=\"ST_CoverageUnion\"/>, <xref "
@@ -52949,14 +53055,6 @@ msgstr "Unterstützt Geographie"
#~ "<link xlink:href=\"http://blog.opengeo.org/2012/07/12/making-geography-"
#~ "faster/\">Geografie schneller machen</link> für Details."
-#, fuzzy, no-c-format
-#~ msgid "Many thanks to our translation teams, in particular:"
-#~ msgstr "Vielen Dank insbesondere an unsere Übersetzungsteams:"
-
-#, fuzzy, no-c-format
-#~ msgid "Teramoto Ikuhiro (Japanese Team)"
-#~ msgstr "Teramoto Ikuhiro (Japanische Mannschaft)"
-
#, fuzzy, no-c-format
#~ msgid "Vincent Bre (French Team)"
#~ msgstr "Vincent Bre (Französische Mannschaft)"
diff --git a/doc/po/es/postgis-manual.po b/doc/po/es/postgis-manual.po
index 5137c8af8..efa67f8bb 100644
--- a/doc/po/es/postgis-manual.po
+++ b/doc/po/es/postgis-manual.po
@@ -4410,6 +4410,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4481,7 +4503,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4496,6 +4519,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -37276,12 +37314,12 @@ msgstr "Notas de la versión"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -37292,6 +37330,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -37312,6 +37370,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -37372,8 +37457,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -37400,6 +37486,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/fr/postgis-manual.po b/doc/po/fr/postgis-manual.po
index 72dc7c1a5..d726b242e 100644
--- a/doc/po/fr/postgis-manual.po
+++ b/doc/po/fr/postgis-manual.po
@@ -5440,6 +5440,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -5535,10 +5557,9 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
-"Le <varname>srid</varname> est le <link linkend=\"spatial_ref_sys\">système "
-"de référence spatiale</link> SRID pour la topologie."
#. Tag: para
#, no-c-format
@@ -5556,6 +5577,21 @@ msgstr ""
"<varname>hasz</varname> La valeur par défaut est false si elle n'est pas "
"spécifiée."
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -45863,12 +45899,12 @@ msgstr "Notes de version"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -45879,6 +45915,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr "Un grand merci à nos équipes de traduction, en particulier :"
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr "Teramoto Ikuhiro (Japanese Team)"
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -45899,6 +45955,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -45959,8 +46042,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -45987,6 +46071,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
@@ -52526,6 +52622,16 @@ msgstr "Support 2.5/3D"
msgid "Supports geography"
msgstr "Prise en charge du type geography"
+#, no-c-format
+#~ msgid ""
+#~ "The <varname>srid</varname> is the <link "
+#~ "linkend=\"spatial_ref_sys\">spatial reference system</link> SRID for the "
+#~ "topology."
+#~ msgstr ""
+#~ "Le <varname>srid</varname> est le <link "
+#~ "linkend=\"spatial_ref_sys\">système de référence spatiale</link> SRID "
+#~ "pour la topologie."
+
#, no-c-format
#~ msgid ""
#~ ", <xref linkend=\"ST_CoverageUnion\"/>, <xref "
@@ -52995,14 +53101,6 @@ msgstr "Prise en charge du type geography"
#~ "Voir <link xlink:href=\"http://blog.opengeo.org/2012/07/12/making-"
#~ "geography-faster/\">Making Geography faster</link> pour plus de détails."
-#, no-c-format
-#~ msgid "Many thanks to our translation teams, in particular:"
-#~ msgstr "Un grand merci à nos équipes de traduction, en particulier :"
-
-#, no-c-format
-#~ msgid "Teramoto Ikuhiro (Japanese Team)"
-#~ msgstr "Teramoto Ikuhiro (Japanese Team)"
-
#, no-c-format
#~ msgid "Vincent Bre (French Team)"
#~ msgstr "Vincent Bre (French Team)"
diff --git a/doc/po/it_IT/postgis-manual.po b/doc/po/it_IT/postgis-manual.po
index 82bfcd905..a8b1732a0 100644
--- a/doc/po/it_IT/postgis-manual.po
+++ b/doc/po/it_IT/postgis-manual.po
@@ -4717,6 +4717,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4787,7 +4809,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4802,6 +4825,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -37835,12 +37873,12 @@ msgstr ""
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -37851,6 +37889,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -37871,6 +37929,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -37931,8 +38016,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -37959,6 +38045,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/ja/postgis-manual.po b/doc/po/ja/postgis-manual.po
index 6829c56ec..b6d00f05e 100644
--- a/doc/po/ja/postgis-manual.po
+++ b/doc/po/ja/postgis-manual.po
@@ -12,8 +12,8 @@ msgstr ""
"POT-Creation-Date: 2025-05-18 00:48+0000\n"
"PO-Revision-Date: 2025-07-15 09:47+0000\n"
"Last-Translator: Teramoto Ikuhiro <teramoto.ikuhiro576 at naro.go.jp>\n"
-"Language-Team: Japanese <https://weblate.osgeo.org/projects/postgis/"
-"postgis-manual/ja/>\n"
+"Language-Team: Japanese <https://weblate.osgeo.org/projects/postgis/postgis-"
+"manual/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -5176,6 +5176,28 @@ msgstr ""
"トポロジ名から、そのトポロジのすべてのテーブルのディスク容量の総量を返しま"
"す。インデックスとTOASTデータも含みます。"
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -5262,10 +5284,9 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
-"<varname>srid</varname>は、このトポロジの<link linkend=\"spatial_ref_sys\">空"
-"間参照系</link>のSRIDです。"
#. Tag: para
#, no-c-format
@@ -5281,6 +5302,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr "<varname>hasz</varname>を指定しない場合のデフォルトはFALSEです。"
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -35774,8 +35810,8 @@ msgid ""
msgstr ""
"<varname>inputvalues</varname>配列と<varname>outputvalues</varname>配列によっ"
"て定義される再分類処理を適用することで形成される新しいラスタを生成します。入"
-"力配列のピクセル値は対応する出力配列の値にマップされます。"
-"他のピクセル値は全て <varname>nodatavalue</varname>にマップされます。"
+"力配列のピクセル値は対応する出力配列の値にマップされます。他のピクセル値は全"
+"て <varname>nodatavalue</varname>にマップされます。"
#. Tag: para
#, no-c-format
@@ -35784,17 +35820,18 @@ msgid ""
"<varname>pixeltype</varname> parameter. If no <varname>bandnumber</varname> "
"is specified band 1 is assumed."
msgstr ""
-"出力ピクセルタイプのデフォルトは浮動小数点数ですが、 <varname>pixeltype</varn"
-"ame>パラメータで指定できます。<varname>bandnumber</varname>を指定しな場合には"
-"、1番を仮定します。"
+"出力ピクセルタイプのデフォルトは浮動小数点数ですが、 <varname>pixeltype</"
+"varname>パラメータで指定できます。<varname>bandnumber</varname>を指定しな場合"
+"には、1番を仮定します。"
#. Tag: para
#, no-c-format
msgid ""
"The new raster will have the same georeference, width, and height as the "
"original raster. Bands not designated are returned unchanged."
-msgstr "新しいラスターは元ラスターと同じジオリファレンス、同じ幅、同じ高さを持ちます"
-"。指定されていないバンドは変更されずに返ります。"
+msgstr ""
+"新しいラスターは元ラスターと同じジオリファレンス、同じ幅、同じ高さを持ちま"
+"す。指定されていないバンドは変更されずに返ります。"
#. Tag: para
#, no-c-format
@@ -43674,13 +43711,13 @@ msgstr "リリースノート"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
-msgstr "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
+msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
-msgstr "2025/05/17"
+msgid "2025/07/xx"
+msgstr ""
#. Tag: para
#, no-c-format
@@ -43693,6 +43730,26 @@ msgstr ""
"全ての機能を利用するには、GEOS 3.12以上が必要です。全てのSFCGAL機能を利用する"
"には、SFCGAL 2.1以上が必要です。"
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr "翻訳チームに感謝します、特に次の方々です:"
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr "Teramoto Ikuhiroさん (日本語チーム)"
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr "HighGoのDapeng Wangさん、Zuo Chenweiさん (中国語チーム)"
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -43719,6 +43776,33 @@ msgstr ""
"link>, geometry_columnsビューから制約条件チェックを外しました (Paul Ramseyさ"
"ん)"
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -43796,12 +43880,10 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 MobilityDB利用のためのcirc_tree_distance_tree_internalのエクス"
-"ポート (Maxime Schoemansさん)"
#. Tag: para
#, no-c-format
@@ -43835,6 +43917,18 @@ msgstr ""
"PostgreSQL 18対応のため、割込処理でpqsignalの利用を削除するように変更しまし"
"た (Paul Ramseyさん)"
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
@@ -49939,6 +50033,33 @@ msgstr "2.5次元/3次元対応"
msgid "Supports geography"
msgstr "ジオグラフィ対応"
+#, no-c-format
+#~ msgid ""
+#~ "The <varname>srid</varname> is the <link "
+#~ "linkend=\"spatial_ref_sys\">spatial reference system</link> SRID for the "
+#~ "topology."
+#~ msgstr ""
+#~ "<varname>srid</varname>は、このトポロジの<link "
+#~ "linkend=\"spatial_ref_sys\">空間参照系</link>のSRIDです。"
+
+#, no-c-format
+#~ msgid "PostGIS 3.6.0alpha1"
+#~ msgstr "PostGIS 3.6.0alpha1"
+
+#, no-c-format
+#~ msgid "2025/05/17"
+#~ msgstr "2025/05/17"
+
+#, no-c-format
+#~ msgid ""
+#~ "<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
+#~ "link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
+#~ "(Maxime Schoemans)"
+#~ msgstr ""
+#~ "<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
+#~ "link>, GT-223 MobilityDB利用のためのcirc_tree_distance_tree_internalのエク"
+#~ "スポート (Maxime Schoemansさん)"
+
#, no-c-format
#~ msgid ""
#~ ", <xref linkend=\"ST_CoverageUnion\"/>, <xref "
@@ -50413,18 +50534,6 @@ msgstr "ジオグラフィ対応"
#~ "全ての機能を利用するにはGEOS 3.12以上が必要です。全てのSFCGAL機能を使用す"
#~ "るにはSFCGAL 1.5.0以上が必要です。"
-#, no-c-format
-#~ msgid "Many thanks to our translation teams, in particular:"
-#~ msgstr "翻訳チームに感謝します、特に次の方々です:"
-
-#, no-c-format
-#~ msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
-#~ msgstr "HighGoのDapeng Wangさん、Zuo Chenweiさん (中国語チーム)"
-
-#, no-c-format
-#~ msgid "Teramoto Ikuhiro (Japanese Team)"
-#~ msgstr "Teramoto Ikuhiroさん (日本語チーム)"
-
#, no-c-format
#~ msgid "Vincent Bre (French Team)"
#~ msgstr "Vincent Breさん (フランス語チーム)"
diff --git a/doc/po/ka/postgis-manual.po b/doc/po/ka/postgis-manual.po
index b78fd2da8..c1bd48685 100644
--- a/doc/po/ka/postgis-manual.po
+++ b/doc/po/ka/postgis-manual.po
@@ -4061,6 +4061,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4131,7 +4153,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4146,6 +4169,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -35120,12 +35158,12 @@ msgstr "გამოცემის შენიშვნები"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -35136,6 +35174,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -35156,6 +35214,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -35216,8 +35301,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -35244,6 +35330,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/ko_KR/postgis-manual.po b/doc/po/ko_KR/postgis-manual.po
index 2746f3755..2e67392b5 100644
--- a/doc/po/ko_KR/postgis-manual.po
+++ b/doc/po/ko_KR/postgis-manual.po
@@ -4828,6 +4828,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4898,7 +4920,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4913,6 +4936,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -39614,12 +39652,12 @@ msgstr ""
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -39630,6 +39668,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -39650,6 +39708,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -39710,8 +39795,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -39738,6 +39824,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/pl/postgis-manual.po b/doc/po/pl/postgis-manual.po
index 5bfc6de43..9f356165e 100644
--- a/doc/po/pl/postgis-manual.po
+++ b/doc/po/pl/postgis-manual.po
@@ -4070,6 +4070,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4140,7 +4162,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4155,6 +4178,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -35314,12 +35352,12 @@ msgstr ""
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -35330,6 +35368,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -35350,6 +35408,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -35410,8 +35495,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -35438,6 +35524,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/pt_BR/postgis-manual.po b/doc/po/pt_BR/postgis-manual.po
index ba2e2118e..d97726517 100644
--- a/doc/po/pt_BR/postgis-manual.po
+++ b/doc/po/pt_BR/postgis-manual.po
@@ -4875,6 +4875,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4945,7 +4967,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4960,6 +4983,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -40028,12 +40066,12 @@ msgstr "Notas de Lançamento"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -40044,6 +40082,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -40064,6 +40122,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -40124,8 +40209,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -40152,6 +40238,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/ro/postgis-manual.po b/doc/po/ro/postgis-manual.po
index 350b1114c..302c5bdd0 100644
--- a/doc/po/ro/postgis-manual.po
+++ b/doc/po/ro/postgis-manual.po
@@ -4096,6 +4096,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4166,7 +4188,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4181,6 +4204,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -35155,12 +35193,12 @@ msgstr ""
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -35171,6 +35209,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -35191,6 +35249,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -35251,8 +35336,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -35279,6 +35365,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/ru/postgis-manual.po b/doc/po/ru/postgis-manual.po
index 9772e1206..81663ca8d 100644
--- a/doc/po/ru/postgis-manual.po
+++ b/doc/po/ru/postgis-manual.po
@@ -4092,6 +4092,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4162,7 +4184,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4177,6 +4200,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -35172,12 +35210,12 @@ msgstr "Замечания к версии"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -35188,6 +35226,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -35208,6 +35266,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -35268,8 +35353,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -35296,6 +35382,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/sv/postgis-manual.po b/doc/po/sv/postgis-manual.po
index 6e6ab59bc..8bd3ba666 100644
--- a/doc/po/sv/postgis-manual.po
+++ b/doc/po/sv/postgis-manual.po
@@ -7,8 +7,8 @@ msgstr ""
"POT-Creation-Date: 2025-05-18 00:48+0000\n"
"PO-Revision-Date: 2025-07-15 07:47+0000\n"
"Last-Translator: Daniel Nylander <daniel at danielnylander.se>\n"
-"Language-Team: Swedish <https://weblate.osgeo.org/projects/postgis/"
-"postgis-manual/sv/>\n"
+"Language-Team: Swedish <https://weblate.osgeo.org/projects/postgis/postgis-"
+"manual/sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -5293,6 +5293,28 @@ msgstr ""
"Tar ett topologinamn och ger det totala diskutrymmet som används av alla "
"dess tabeller, inklusive index och TOAST-data."
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -5386,10 +5408,9 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
-"<varname>Srid</varname> är det <link linkend=\"spatial_ref_sys\">spatiala "
-"referenssystemets</link> SRID för topologin."
#. Tag: para
#, no-c-format
@@ -5405,6 +5426,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr "<varname>hasz</varname> är som standard false om det inte anges."
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -44909,13 +44945,13 @@ msgstr "Anteckningar för release"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
-msgstr "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
+msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
-msgstr "2025/05/17"
+msgid "2025/07/xx"
+msgstr ""
#. Tag: para
#, no-c-format
@@ -44928,6 +44964,26 @@ msgstr ""
"6.1+. För att dra nytta av alla funktioner behövs GEOS 3.12+. För att dra "
"nytta av alla SFCGAL-funktioner behövs SFCGAL 2.1+."
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -44953,6 +45009,33 @@ msgstr ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5829\">#5829</"
"link>, ta bort begränsningskontroll från geometry_columns-vyn (Paul Ramsey)"
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -45029,12 +45112,10 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Exportera circ_tree_distance_tree_internal för användning i "
-"mobilitydb (Maxime Schoemans)"
#. Tag: para
#, no-c-format
@@ -45070,6 +45151,18 @@ msgstr ""
"link>, Ändra avbrottshantering för att ta bort användningen av pqsignal för "
"att stödja PG 18 (Paul Ramsey)"
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
@@ -51375,6 +51468,33 @@ msgstr "2.5/3D-stöd"
msgid "Supports geography"
msgstr "Stödjer geografi"
+#, no-c-format
+#~ msgid ""
+#~ "The <varname>srid</varname> is the <link "
+#~ "linkend=\"spatial_ref_sys\">spatial reference system</link> SRID for the "
+#~ "topology."
+#~ msgstr ""
+#~ "<varname>Srid</varname> är det <link linkend=\"spatial_ref_sys\">spatiala "
+#~ "referenssystemets</link> SRID för topologin."
+
+#, no-c-format
+#~ msgid "PostGIS 3.6.0alpha1"
+#~ msgstr "PostGIS 3.6.0alpha1"
+
+#, no-c-format
+#~ msgid "2025/05/17"
+#~ msgstr "2025/05/17"
+
+#, no-c-format
+#~ msgid ""
+#~ "<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
+#~ "link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
+#~ "(Maxime Schoemans)"
+#~ msgstr ""
+#~ "<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
+#~ "link>, GT-223 Exportera circ_tree_distance_tree_internal för användning i "
+#~ "mobilitydb (Maxime Schoemans)"
+
#, no-c-format
#~ msgid ""
#~ ", <xref linkend=\"ST_CoverageUnion\"/>, <xref "
diff --git a/doc/po/uk/postgis-manual.po b/doc/po/uk/postgis-manual.po
index 2048f014b..12186fcfc 100644
--- a/doc/po/uk/postgis-manual.po
+++ b/doc/po/uk/postgis-manual.po
@@ -4063,6 +4063,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4133,7 +4155,8 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
#. Tag: para
@@ -4148,6 +4171,21 @@ msgstr ""
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -35122,12 +35160,12 @@ msgstr ""
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -35138,6 +35176,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -35158,6 +35216,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -35218,8 +35303,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -35246,6 +35332,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
diff --git a/doc/po/zh_Hans/postgis-manual.po b/doc/po/zh_Hans/postgis-manual.po
index 77bbfcd88..5b7a964b3 100644
--- a/doc/po/zh_Hans/postgis-manual.po
+++ b/doc/po/zh_Hans/postgis-manual.po
@@ -4849,6 +4849,28 @@ msgid ""
"tables, including indexes and TOAST data."
msgstr ""
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Topology Statistics Management"
@@ -4929,10 +4951,9 @@ msgstr ""
#, no-c-format
msgid ""
"The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
msgstr ""
-"<varname>srid</varname> 是拓扑的<link linkend=\"spatial_ref_sys\">空间参考系"
-"统</link> SRID。"
#. Tag: para
#, no-c-format
@@ -4946,6 +4967,21 @@ msgstr "容差<varname>精度</varname>以空间参考系的单位进行测量
msgid "<varname>hasz</varname> defaults to false if not specified."
msgstr "如果未指定,<varname>hasz </varname>默认为 false。"
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
#. Tag: para
#, no-c-format
msgid ""
@@ -41222,12 +41258,12 @@ msgstr "发行说明"
#. Tag: title
#, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
msgstr ""
#. Tag: para
#, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
msgstr ""
#. Tag: para
@@ -41238,6 +41274,26 @@ msgid ""
"advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr "非常感谢我们的翻译团队,特别是:"
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr "Teramoto Ikuhiro (Japanese Team)"
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Breaking Changes"
@@ -41258,6 +41314,33 @@ msgid ""
"link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3373\">#3373</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/255\">GT-255</link> [topology] Support for upgrading domains (Ayo "
+"Adesugba, U.S. Census Bureau)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/252\">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and "
+"PolyhedralSurface as unitary geometries, use ST_NumPatches/ST_PatchN for "
+"patch access (Loïc Bartoletti)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3110\">#3110</"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/242\">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. "
+"Census Bureau)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "New Features"
@@ -41318,8 +41401,9 @@ msgstr ""
#, no-c-format
msgid ""
"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"link>, <link xlink:href=\"https://git.osgeo.org/gitea/postgis/postgis/"
+"pulls/223\">GT-223</link> Export circ_tree_distance_tree_internal for "
+"mobilitydb use (Maxime Schoemans)"
msgstr ""
#. Tag: para
@@ -41346,6 +41430,18 @@ msgid ""
"(Paul Ramsey)"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
#. Tag: title
#, no-c-format
msgid "Reporting Problems"
@@ -47074,6 +47170,15 @@ msgstr "2.5/3D 支持"
msgid "Supports geography"
msgstr "支持地理"
+#, no-c-format
+#~ msgid ""
+#~ "The <varname>srid</varname> is the <link "
+#~ "linkend=\"spatial_ref_sys\">spatial reference system</link> SRID for the "
+#~ "topology."
+#~ msgstr ""
+#~ "<varname>srid</varname> 是拓扑的<link linkend=\"spatial_ref_sys\">空间参考"
+#~ "系统</link> SRID。"
+
#, no-c-format
#~ msgid ""
#~ ", <xref linkend=\"ST_CoverageUnion\"/>, <xref "
@@ -47494,14 +47599,6 @@ msgstr "支持地理"
#~ "href=\"http://blog.opengeo.org/2012/07/12/making-geography-faster/\">使地"
#~ "理更快</link>。"
-#, no-c-format
-#~ msgid "Many thanks to our translation teams, in particular:"
-#~ msgstr "非常感谢我们的翻译团队,特别是:"
-
-#, no-c-format
-#~ msgid "Teramoto Ikuhiro (Japanese Team)"
-#~ msgstr "Teramoto Ikuhiro (Japanese Team)"
-
#, no-c-format
#~ msgid "Vincent Bre (French Team)"
#~ msgstr "Vincent Bre (French Team)"
-----------------------------------------------------------------------
Summary of changes:
doc/po/da/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/de/postgis-manual.po | 130 +++++++++++++++++++++++++----
doc/po/es/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/fr/postgis-manual.po | 128 ++++++++++++++++++++++++----
doc/po/it_IT/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/ja/postgis-manual.po | 175 +++++++++++++++++++++++++++++++--------
doc/po/ka/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/ko_KR/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/pl/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/pt_BR/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/ro/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/ru/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/sv/postgis-manual.po | 148 +++++++++++++++++++++++++++++----
doc/po/uk/postgis-manual.po | 108 ++++++++++++++++++++++--
doc/po/zh_Hans/postgis-manual.po | 127 ++++++++++++++++++++++++----
15 files changed, 1645 insertions(+), 143 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list