From: Raúl Marín Rodríguez Date: Fri, 18 Oct 2019 14:59:22 +0000 (+0000) Subject: Change public for the schema variable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9407d60e94073401320b52f35859342b229db45;p=postgis Change public for the schema variable git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17968 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/dump.sql b/regress/dump.sql index ec55eb8a7..6b22cb838 100644 --- a/regress/dump.sql +++ b/regress/dump.sql @@ -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;