mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 11:45:11 +08:00
Fix verbosity level from normal to default
This commit is contained in:
parent
19a780526c
commit
2093b0ac6f
@ -2,8 +2,7 @@
|
|||||||
\set VERBOSITY verbose
|
\set VERBOSITY verbose
|
||||||
\set SHOW_CONTEXT never
|
\set SHOW_CONTEXT never
|
||||||
\ir include/create_single_db.sql
|
\ir include/create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\set SHOW_CONTEXT never
|
\set SHOW_CONTEXT never
|
||||||
\o /dev/null
|
\o /dev/null
|
||||||
\ir include/create_single_db.sql
|
\ir include/create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\set SHOW_CONTEXT never
|
\set SHOW_CONTEXT never
|
||||||
\o /dev/null
|
\o /dev/null
|
||||||
\ir include/create_single_db.sql
|
\ir include/create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\set SHOW_CONTEXT never
|
\set SHOW_CONTEXT never
|
||||||
\o /dev/null
|
\o /dev/null
|
||||||
\ir include/create_single_db.sql
|
\ir include/create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\ir include/insert_two_partitions.sql
|
\ir include/insert_two_partitions.sql
|
||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\ir create_single_db.sql
|
\ir create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\set SHOW_CONTEXT never
|
\set SHOW_CONTEXT never
|
||||||
\o /dev/null
|
\o /dev/null
|
||||||
\ir include/create_single_db.sql
|
\ir include/create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\ir include/insert_two_partitions.sql
|
\ir include/insert_two_partitions.sql
|
||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\ir create_single_db.sql
|
\ir create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\ir include/insert_single.sql
|
\ir include/insert_single.sql
|
||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\ir create_single_db.sql
|
\ir create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
\ir include/insert_two_partitions.sql
|
\ir include/insert_two_partitions.sql
|
||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\ir create_single_db.sql
|
\ir create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\ir include/insert_single.sql
|
\ir include/insert_single.sql
|
||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\ir create_single_db.sql
|
\ir create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\set SHOW_CONTEXT never
|
\set SHOW_CONTEXT never
|
||||||
\ir include/create_single_db.sql
|
\ir include/create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
@ -93,8 +92,7 @@ Child tables: _copy_temp_1,
|
|||||||
_iobeamdb_internal._hyper_1_0_replica
|
_iobeamdb_internal._hyper_1_0_replica
|
||||||
|
|
||||||
--cleanup
|
--cleanup
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
drop table test_tspace;
|
drop table test_tspace;
|
||||||
NOTICE: drop cascades to 4 other objects
|
NOTICE: drop cascades to 4 other objects
|
||||||
DETAIL: drop cascades to table _iobeamdb_internal._hyper_1_0_replica
|
DETAIL: drop cascades to table _iobeamdb_internal._hyper_1_0_replica
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\o /dev/null
|
\o /dev/null
|
||||||
\ir include/create_single_db.sql
|
\ir include/create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
@ -232,8 +231,7 @@ SELECT _iobeamdb_internal.to_timestamp(-210866803200000000);
|
|||||||
Mon Nov 24 00:00:00 4714 UTC BC
|
Mon Nov 24 00:00:00 4714 UTC BC
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
-- Going beyond Julian day zero should give out-of-range error
|
-- Going beyond Julian day zero should give out-of-range error
|
||||||
SELECT _iobeamdb_internal.to_timestamp(-210866803200000001);
|
SELECT _iobeamdb_internal.to_timestamp(-210866803200000001);
|
||||||
ERROR: timestamp out of range
|
ERROR: timestamp out of range
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
\ir include/insert_single.sql
|
\ir include/insert_single.sql
|
||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
\ir create_single_db.sql
|
\ir create_single_db.sql
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
psql:include/create_single_db.sql:1: unrecognized value "normal" for "VERBOSITY"; assuming "default"
|
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
SET client_min_messages = WARNING;
|
SET client_min_messages = WARNING;
|
||||||
DROP DATABASE IF EXISTS single;
|
DROP DATABASE IF EXISTS single;
|
||||||
SET client_min_messages = NOTICE;
|
SET client_min_messages = NOTICE;
|
||||||
|
@ -28,6 +28,6 @@ insert into test_tspace values ('2017-01-20T09:00:02', 22.3, 'dev7');
|
|||||||
\d+ _iobeamdb_internal.*
|
\d+ _iobeamdb_internal.*
|
||||||
|
|
||||||
--cleanup
|
--cleanup
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
drop table test_tspace;
|
drop table test_tspace;
|
||||||
drop tablespace tspace1;
|
drop tablespace tspace1;
|
||||||
|
@ -128,7 +128,7 @@ SELECT _iobeamdb_internal.to_timestamp(9223372036854775807);
|
|||||||
-- Julian day zero is -210866803200000000 microseconds from UNIX epoch
|
-- Julian day zero is -210866803200000000 microseconds from UNIX epoch
|
||||||
SELECT _iobeamdb_internal.to_timestamp(-210866803200000000);
|
SELECT _iobeamdb_internal.to_timestamp(-210866803200000000);
|
||||||
|
|
||||||
\set VERBOSITY normal
|
\set VERBOSITY default
|
||||||
-- Going beyond Julian day zero should give out-of-range error
|
-- Going beyond Julian day zero should give out-of-range error
|
||||||
SELECT _iobeamdb_internal.to_timestamp(-210866803200000001);
|
SELECT _iobeamdb_internal.to_timestamp(-210866803200000001);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user