1
0
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:
Alvaro Herrera
2011-05-02 13:40:24 -03:00
parent 4b08bf8ce7
commit 52897e54db
3 changed files with 5 additions and 5 deletions

View File

@ -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.