[postgis-tickets] r17966 - Change public for the schema variable
Raul
raul at rmr.ninja
Fri Oct 18 07:57:35 PDT 2019
Author: algunenano
Date: 2019-10-18 07:57:34 -0700 (Fri, 18 Oct 2019)
New Revision: 17966
Modified:
trunk/regress/core/dump.sql
Log:
Change public for the schema variable
Modified: trunk/regress/core/dump.sql
===================================================================
--- trunk/regress/core/dump.sql 2019-10-18 14:53:08 UTC (rev 17965)
+++ trunk/regress/core/dump.sql 2019-10-18 14:57:34 UTC (rev 17966)
@@ -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