Changes logger level to error 155

This commit is contained in:
Guido Fioravantti 2015-11-06 14:41:12 +01:00
parent 6252907de2
commit 545196811f

View File

@ -319,7 +319,7 @@ SELECT CDB_CartodbfyTableCheck('test', 'Table with non unique and null cartodb_i
SELECT cartodb_id, cartodb_id_0 from test;
DROP TABLE test;
\set VERBOSITY terse
SET client_min_messages TO notice;
-- _CDB_create_cartodb_id_column with cartodb_id integer already present
CREATE TABLE test (cartodb_id integer);
@ -335,7 +335,7 @@ SELECT _CDB_Create_Cartodb_ID_Column('test'::regclass);
SELECT column_name FROM information_schema.columns WHERE table_name = 'test' AND column_name = '_cartodb_id0';
DROP TABLE test;
\set VERBOSITY default
SET client_min_messages TO error;
-- TODO: table with existing custom-triggered the_geom