mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:00:01 -04:00
Fix typo.
Thom Brown
This commit is contained in:
parent
ff18de8112
commit
e673e08458
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ CREATE USER MAPPING FOR { <replaceable class="parameter">username</replaceable>
|
|||
<command>CREATE USER MAPPING</command> defines a mapping of a user
|
||||
to a foreign server. A user mapping typically encapsulates
|
||||
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.
|
||||
</para>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue