mirror of https://github.com/citusdata/citus.git
Removes log
parent
f4485514a4
commit
1d9f14cba2
|
@ -75,8 +75,11 @@ GRANT ALL ON TABLE lineitem, orders, lineitem, customer, nation, part, supplier
|
||||||
\c :alice_conninfo
|
\c :alice_conninfo
|
||||||
|
|
||||||
-- router query (should break because of bad password)
|
-- router query (should break because of bad password)
|
||||||
|
set citus.log_remote_commands to on;
|
||||||
INSERT INTO customer VALUES (12345, 'name', 'test', 5, 'phone', 123.45, 'segment', 'comment');
|
INSERT INTO customer VALUES (12345, 'name', 'test', 5, 'phone', 123.45, 'segment', 'comment');
|
||||||
|
|
||||||
|
set citus.log_remote_commands to off;
|
||||||
|
|
||||||
-- fix alice's worker1 password ...
|
-- fix alice's worker1 password ...
|
||||||
UPDATE pg_dist_authinfo
|
UPDATE pg_dist_authinfo
|
||||||
SET authinfo = ('password=' || :'alice_worker_1_pw')
|
SET authinfo = ('password=' || :'alice_worker_1_pw')
|
||||||
|
|
Loading…
Reference in New Issue