Starting with PostgreSQL 14 there is a new predefined pg_write_all_data
. To add a user to this role we use
GRANT pg_write_all_data TO our_user;
But how can we find out which user we granted this role in the past?
Starting with PostgreSQL 14 there is a new predefined pg_write_all_data
. To add a user to this role we use
GRANT pg_write_all_data TO our_user;
But how can we find out which user we granted this role in the past?
Copyright © 2021 Jogjafile Inc.