reducing amt of text in outputs
This commit is contained in:
parent
6a9045ba62
commit
3f210c2a71
@ -1,10 +1,4 @@
|
||||
\pset format unaligned
|
||||
\set ECHO all
|
||||
|
||||
WITH a AS (
|
||||
SELECT
|
||||
ARRAY[800, 700, 600, 500, 400, 300, 200, 100] AS vals,
|
||||
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 g
|
||||
)
|
||||
SET client_min_messages TO WARNING;
|
||||
\set ECHO none
|
||||
cdb_spatialinterpolation
|
||||
t
|
||||
|
@ -1,5 +1,6 @@
|
||||
SET client_min_messages TO WARNING;
|
||||
\set ECHO none
|
||||
\pset format unaligned
|
||||
\set ECHO all
|
||||
|
||||
WITH a AS (
|
||||
SELECT
|
||||
|
Loading…
Reference in New Issue
Block a user