Difference between revisions of "PostgreSQL superuser"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
== See also == | == See also == | ||
* {{role}} | * {{role}} | ||
+ | * {{PosgreSQL users}} | ||
[[Category:PostgreSQL]] | [[Category:PostgreSQL]] |
Revision as of 15:14, 20 September 2024
postgres
issuperuser
in PostgreSQLrds_superuser
is Superuser in AWS RDS PostgreSQL
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: