mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Fix typo.
This commit is contained in:
parent
56ac25c115
commit
ea4b54e5f9
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_user_mapping.sgml,v 1.1 2008/12/19 16:25:16 petere Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/create_user_mapping.sgml,v 1.2 2009/01/17 04:24:41 neilc Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ CREATE USER MAPPING FOR { <replaceable class="parameter">username</replaceable>
|
|||||||
<para>
|
<para>
|
||||||
This clause specifies the options of the user mapping. The
|
This clause specifies the options of the user mapping. The
|
||||||
options typically define the actual user name and password of
|
options typically define the actual user name and password of
|
||||||
the mapping. Option names must be unque. The allowed option
|
the mapping. Option names must be unique. The allowed option
|
||||||
names and values are specific to the server's foreign-data wrapper.
|
names and values are specific to the server's foreign-data wrapper.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user