PostgreSQL superuser

From wikieduonline
Revision as of 10:30, 19 January 2023 by Ant (talk | contribs) (→‎Related)
Jump to navigation Jump to search

Examples

To grant rds_superuser to a user user:

GRANT rds_superuser TO "your_username";

Output:
GRANT ROLE 


ALTER USER myuser WITH SUPERUSER;
Error: must be superuser to alter superusers


Related

See also

Advertising: