\i regress_lots_of_nulls.sql
-
+SET client_min_messages TO NOTICE;
CREATE INDEX "test_geom_idx" ON "test" using gist (the_geom);
---
---
-- Repeat all tests with new function names.
+SET client_min_messages TO NOTICE;
SELECT 'buffer', ST_astext(ST_SnapToGrid(ST_buffer('POINT(0 0)', 1, 2), 1.0e-6));
SELECT 'geomunion', ST_astext(ST_union('POINT(0 0)', 'POINT(1 1)'));
-- Regression tests that were filed as cases in bug tickets,
-- referenced by bug number for historical interest.
--
-
+SET client_min_messages TO NOTICE;
-- NOTE: some tests _require_ spatial_ref_sys entries.
-- In particular, the GML output ones want auth_name and auth_srid too,
-- so we provide one for EPSG:4326