8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed29d2d commit 8c48a89Copy full SHA for 8c48a89
doc/src/sgml/ref/alter_user_mapping.sgml
@@ -89,9 +89,9 @@ ALTER USER MAPPING FOR { <replaceable class="parameter">user_name</replaceable>
89
<title>Examples</title>
90
91
<para>
92
- Change the password for user mapping <literal>bob</>, server<literal> foo</>:
+ Change the password for user mapping <literal>bob</>, server <literal>foo</>:
93
<programlisting>
94
-ALTER USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'public');
+ALTER USER MAPPING FOR bob SERVER foo OPTIONS (SET password 4763 'public');
95
</programlisting></para>
96
97
</refsect1>
0 commit comments