1-- Check if we are connected with the user with the SUPERUSER attribute
2SELECT current_setting('is_superuser') AS is_superuser;
3