diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-05-02 13:40:24 -0300 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-05-02 13:40:24 -0300 |
| commit | 52897e54db1000f2fa45b31e02eb252dd0573516 (patch) | |
| tree | 6dec8e95edf0ad09f8d0589cf0749bb41f385cab /doc/src/sgml/client-auth.sgml | |
| parent | 4b08bf8ce7a7515f669ce0a1ce1946c6492b65ed (diff) | |
Update some ALTER USER cross-references to ALTER ROLE
Greg Smith
Diffstat (limited to 'doc/src/sgml/client-auth.sgml')
| -rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index afbd9feb37c..cb577e6112a 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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. |
