Commit Graph

3 Commits (971a4869a9f09d456e976cfaba8adab9f1432b7f)

Author SHA1 Message Date
gurkanindibay 971a4869a9 Fixes review notes 2024-02-20 13:30:01 +03:00
gurkanindibay 3a5cc909a4 Fixes test errors after merge 2024-02-20 10:19:19 +03:00
Gürkan İndibay 2cbfdbfa46
Adds Grant Role support from non-main db (#7404)
DESCRIPTION: Adds support for distributed role-membership management
commands from the databases where Citus is not installed (`GRANT <role>
TO <role>`)

This PR also refactors the code-path that allows executing some of the
node-wide commands so that we use send deparsed query string to other
nodes instead of the `queryString` passed into utility hook.

---------

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
2024-02-19 17:53:27 +03:00