Difference between revisions of "PostgreSQL superuser"

From wikieduonline
Jump to navigation Jump to search
 
Line 22: Line 22:
 
* <code>[[DROP DATABASE]]</code>
 
* <code>[[DROP DATABASE]]</code>
 
* [[Elasticsearch superuser]]
 
* [[Elasticsearch superuser]]
 +
* [[pg_read_all_settings]] Read all configuration variables, even those normally visible only to superusers.
  
 
== See also ==
 
== See also ==

Latest revision as of 15:21, 20 September 2024

Examples[edit]

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[edit]

See also[edit]

Advertising: