Difference between revisions of "ALTER USER"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
== See also == | == See also == | ||
* {{Role}} | * {{Role}} | ||
− | * {{ | + | * {{GRANT}} |
[[Category:PostgreSQL]] | [[Category:PostgreSQL]] |
Revision as of 15:01, 18 November 2022
https://www.postgresql.org/docs/8.0/sql-alteruser.html ALTER USER YOUR_USER WITH PASSWORD 'your_new_password'; ALTER_ROLE
ALTER USER "YOUR_USER" CREATEDB;
ALTER USER myuser WITH SUPERUSER; Error: must be superuser to alter superusers
Related terms
See also
Advertising: