Is there a way to check if user is a superuser for the given cluster?
Thanks in advance
select usesuper from pg_user where usename = CURRENT_USER;
depesz
Is there a way to check if user is a superuser for the given cluster?
Thanks in advance