Thanks to visit codestin.com Credit goes to github.com
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 00e1933 commit dfddf93Copy full SHA for dfddf93
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 'public');
95
</programlisting></para>
96
97
</refsect1>
0 commit comments