Verbosity terse for tests

This commit is contained in:
Carla Iriberri
2016-03-02 18:19:21 +01:00
parent 03ff0365fd
commit 73906b60da
2 changed files with 1 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
SET client_min_messages TO error;
\set VERBOSITY default
\set VERBOSITY terse
CREATE OR REPLACE FUNCTION CDB_CartodbfyTableCheck(tabname regclass, label text)
RETURNS text AS