Use PG 9.5 for travis tests; fix tests

This commit is contained in:
Javier Goizueta
2017-04-10 15:58:49 +02:00
parent 815b5b429d
commit 68a0752849
4 changed files with 34 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
SET client_min_messages TO warning;
\set VERBOSITY default
\set VERBOSITY terse
WITH inp AS ( select 'SELECT * FROM geometry_columns'::text as q )
SELECT q, CDB_QueryTables(q) from inp;