Use PG 9.5 for travis tests; fix tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user