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