Removes log

password_test
gurkanindibay 2024-06-14 16:36:08 +03:00
parent f4485514a4
commit 1d9f14cba2
1 changed files with 3 additions and 0 deletions

View File

@ -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')