]> granicus.if.org Git - postgis/commitdiff
Use qualified names in topology extension install
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Fri, 14 Sep 2018 15:39:56 +0000 (15:39 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Fri, 14 Sep 2018 15:39:56 +0000 (15:39 +0000)
Closes #4160
Closes https://github.com/postgis/postgis/pull/300

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

NEWS
extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in

diff --git a/NEWS b/NEWS
index 9336fcc403f30e5906ea6d590689ba460abfe92e..3f74cf7cbf8f1d0b98fca3f4ecf93610fb3723c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PostGIS 3.0.0
   - #4173, Fix undefined behaviour in ptarray_segmentize2d (Raúl Marín)
   - #4176, ST_Intersects supports GEOMETRYCOLLECTION (Darafei Praliaskouski)
   - #4177, Postgres 12 disallows variable length arrays in C (Laurenz Albe)
+  - #4160, Use qualified names in topology extension install (Raúl Marín)
 
 PostGIS 2.5.0rc1
 2018/08/19
index fca28e97f71f0ac2f810a72e3af3fb4e372f719b..ffc5c477fb91499b97df02f4e1706576e361687c 100644 (file)
@@ -1,2 +1,2 @@
-SELECT pg_catalog.pg_extension_config_dump('topology', '');
-SELECT pg_catalog.pg_extension_config_dump('layer', '');
+SELECT pg_catalog.pg_extension_config_dump('topology.topology', '');
+SELECT pg_catalog.pg_extension_config_dump('topology.layer', '');