mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Update some ALTER USER cross-references to ALTER ROLE
Greg Smith
This commit is contained in:
@ -889,7 +889,7 @@ omicron bryanh guest1
|
||||
each database user is stored in the <literal>pg_authid</> system
|
||||
catalog. Passwords can be managed with the SQL commands
|
||||
<xref linkend="sql-createuser"> and
|
||||
<xref linkend="sql-alteruser">,
|
||||
<xref linkend="sql-alterrole">,
|
||||
e.g., <userinput>CREATE USER foo WITH PASSWORD 'secret'</userinput>.
|
||||
If no password has been set up for a user, the stored password
|
||||
is null and password authentication will always fail for that user.
|
||||
|
Reference in New Issue
Block a user