Skip to content

Commit 4f6494c

Browse files
committed
doc: Correct ALTER USER MAPPING example
The existing example threw an error. From: gabrielle <gorthx@gmail.com>
1 parent 90c9648 commit 4f6494c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/alter_user_mapping.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ ALTER USER MAPPING FOR { <replaceable class="parameter">user_name</replaceable>
8989
<title>Examples</title>
9090

9191
<para>
92-
Change the password for user mapping <literal>bob</>, server<literal> foo</>:
92+
Change the password for user mapping <literal>bob</>, server <literal>foo</>:
9393
<programlisting>
94-
ALTER USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'public');
94+
ALTER USER MAPPING FOR bob SERVER foo OPTIONS (SET password 'public');
9595
</programlisting></para>
9696

9797
</refsect1>

0 commit comments

Comments
 (0)