fixed tests

This commit is contained in:
abelvm 2016-08-10 12:15:50 -04:00
parent b5142002e9
commit 613cdb4c6f
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,6 @@
SET client_min_messages TO WARNING;
\set ECHO none
WITH a AS (
SELECT
ARRAY[ST_GeomFromText('POINT(2.1744 41.403)'),ST_GeomFromText('POINT(2.1228 41.380)'),ST_GeomFromText('POINT(2.1511 41.374)'),ST_GeomFromText('POINT(2.1528 41.413)'),ST_GeomFromText('POINT(2.165 41.391)'),ST_GeomFromText('POINT(2.1498 41.371)'),ST_GeomFromText('POINT(2.1533 41.368)'),ST_GeomFromText('POINT(2.131386 41.41399)')] AS geomin