Update test related to DDL on worker

With release-13.0 it's not allowed to execute GRANT on COLUMNS on the worker
node anymore, updated tests accordingly.
pull/7918/head
Cédric Villemain 2025-03-10 18:16:10 +01:00
parent bdb4474319
commit 36c2c1634e
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ ORDER BY 1, 2;
\c - - - :worker_1_port
SET search_path TO grant_on_table;
GRANT SELECT (a, b) ON ref_table TO grant_user_0;
ERROR: operation is not allowed on this node
HINT: Connect to the coordinator and run it again.
-- check on coordinator and workers
\c - - - :master_port
SET search_path TO grant_on_table;