]> granicus.if.org Git - postgis/commitdiff
Change public for the schema variable
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Fri, 18 Oct 2019 14:57:34 +0000 (14:57 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Fri, 18 Oct 2019 14:57:34 +0000 (14:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17966 b70326c6-7e19-0410-871a-916f4a2858ee

regress/core/dump.sql

index ec55eb8a7e9823bf7bff86b2c955463421fc9a08..6b22cb838b3c431dc1c01a6541488267992a7e0a 100644 (file)
@@ -187,6 +187,6 @@ WITH data AS
     SELECT 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))':: :schema geometry as geom
 )
 SELECT 't12',
-       :schema ST_AsText((public.ST_Dump(geom)).geom),
-       :schema ST_AsText((public.ST_DumpRings(geom)).geom) FROM data;
+       :schema ST_AsText(( :schema ST_Dump(geom)).geom),
+       :schema ST_AsText(( :schema ST_DumpRings(geom)).geom) FROM data;
 ROLLBACK;