Changes logger level to error 155
This commit is contained in:
parent
6252907de2
commit
545196811f
@ -319,7 +319,7 @@ SELECT CDB_CartodbfyTableCheck('test', 'Table with non unique and null cartodb_i
|
|||||||
SELECT cartodb_id, cartodb_id_0 from test;
|
SELECT cartodb_id, cartodb_id_0 from test;
|
||||||
DROP TABLE test;
|
DROP TABLE test;
|
||||||
|
|
||||||
\set VERBOSITY terse
|
SET client_min_messages TO notice;
|
||||||
-- _CDB_create_cartodb_id_column with cartodb_id integer already present
|
-- _CDB_create_cartodb_id_column with cartodb_id integer already present
|
||||||
CREATE TABLE test (cartodb_id integer);
|
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';
|
SELECT column_name FROM information_schema.columns WHERE table_name = 'test' AND column_name = '_cartodb_id0';
|
||||||
|
|
||||||
DROP TABLE test;
|
DROP TABLE test;
|
||||||
\set VERBOSITY default
|
SET client_min_messages TO error;
|
||||||
|
|
||||||
-- TODO: table with existing custom-triggered the_geom
|
-- TODO: table with existing custom-triggered the_geom
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user