mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
doc: Correct ALTER USER MAPPING example
The existing example threw an error. From: gabrielle <gorthx@gmail.com>
This commit is contained in:
parent
90c9648212
commit
4f6494cfd2
@ -89,9 +89,9 @@ ALTER USER MAPPING FOR { <replaceable class="parameter">user_name</replaceable>
|
||||
<title>Examples</title>
|
||||
|
||||
<para>
|
||||
Change the password for user mapping <literal>bob</>, server<literal> foo</>:
|
||||
Change the password for user mapping <literal>bob</>, server <literal>foo</>:
|
||||
<programlisting>
|
||||
ALTER USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'public');
|
||||
ALTER USER MAPPING FOR bob SERVER foo OPTIONS (SET password 'public');
|
||||
</programlisting></para>
|
||||
|
||||
</refsect1>
|
||||
|
Loading…
Reference in New Issue
Block a user