1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Fix typo.

Thom Brown
This commit is contained in:
Magnus Hagander
2011-02-03 11:24:47 +01:00
parent 1c4c264aa5
commit 5dfc66b3d0

View File

@ -34,7 +34,7 @@ CREATE USER MAPPING FOR { <replaceable class="parameter">user_name</replaceable>
<command>CREATE USER MAPPING</command> defines a mapping of a user <command>CREATE USER MAPPING</command> defines a mapping of a user
to a foreign server. A user mapping typically encapsulates to a foreign server. A user mapping typically encapsulates
connection information that a foreign-data wrapper uses together connection information that a foreign-data wrapper uses together
with the information encapsulated be a foreign server to access an with the information encapsulated by a foreign server to access an
external data resource. external data resource.
</para> </para>