|
NAMECREATE_USER - define a new database role SYNOPSISCREATE USER name [ [ WITH ] option [ ... ] ] where option can be: DESCRIPTIONCREATE USER is now an alias for CREATE ROLE. The only difference is that when the command is spelled CREATE USER, LOGIN is assumed by default, whereas NOLOGIN is assumed when the command is spelled CREATE ROLE. COMPATIBILITYThe CREATE USER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the implementation. SEE ALSOCREATE ROLE (CREATE_ROLE(7))
|