[postgis-tickets] r17968 - Change public for the schema variable

Raul raul at rmr.ninja
Fri Oct 18 07:59:22 PDT 2019


Author: algunenano
Date: 2019-10-18 07:59:22 -0700 (Fri, 18 Oct 2019)
New Revision: 17968

Modified:
   branches/2.5/regress/dump.sql
Log:
Change public for the schema variable



Modified: branches/2.5/regress/dump.sql
===================================================================
--- branches/2.5/regress/dump.sql	2019-10-18 14:58:43 UTC (rev 17967)
+++ branches/2.5/regress/dump.sql	2019-10-18 14:59:22 UTC (rev 17968)
@@ -187,6 +187,6 @@
     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;



More information about the postgis-tickets mailing list