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

Raul raul at rmr.ninja
Fri Oct 18 08:01:17 PDT 2019


Author: algunenano
Date: 2019-10-18 08:01:16 -0700 (Fri, 18 Oct 2019)
New Revision: 17969

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



Modified: branches/2.4/regress/dump.sql
===================================================================
--- branches/2.4/regress/dump.sql	2019-10-18 14:59:22 UTC (rev 17968)
+++ branches/2.4/regress/dump.sql	2019-10-18 15:01:16 UTC (rev 17969)
@@ -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