Difference between revisions of "PostgreSQL: CREATE USER"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
  
 
== See also ==
 
== See also ==
 +
* {{psql}}
 
* {{PostgreSQL}}
 
* {{PostgreSQL}}
  
  
 
[[Category:PostgreSQL]]
 
[[Category:PostgreSQL]]

Revision as of 08:21, 10 August 2021

  • create user <username>
create user your_username;
Output:
CREATE ROLE
CREATE USER your_username WITH ENCRYPTED PASSWORD 'your_pass';


  • List users: \du

Related terms

See also

Advertising: