Regress: Allow variables in the tests

This commit is contained in:
Raul Marin
2019-10-28 17:09:51 +01:00
parent b475eb4356
commit eb02ca4d86
3 changed files with 27 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
\set QUIET on
SET client_min_messages TO error;
CREATE EXTENSION postgis;
CREATE EXTENSION plpythonu;
CREATE EXTENSION @@plpythonu@@;
CREATE SCHEMA cartodb;
\i 'cartodb--unpackaged--@@VERSION@@.sql'
CREATE FUNCTION public.cdb_invalidate_varnish(table_name text)