aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2011-02-03 11:24:47 +0100
committerMagnus Hagander <magnus@hagander.net>2011-02-03 11:24:47 +0100
commitf001cb38b67b0f2f5f4cfd1e32f86866da8c8693 (patch)
tree778d91231b7711e59bb29e382375e268f02e056e
parent4c4daf671074cc64290e9255c14365b55bf7a47b (diff)
downloadpostgresql-f001cb38b67b0f2f5f4cfd1e32f86866da8c8693.tar.gz
postgresql-f001cb38b67b0f2f5f4cfd1e32f86866da8c8693.zip
Fix typo.
Thom Brown
-rw-r--r--doc/src/sgml/ref/create_user_mapping.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_user_mapping.sgml b/doc/src/sgml/ref/create_user_mapping.sgml
index 3094442cc67..c9606280fb8 100644
--- a/doc/src/sgml/ref/create_user_mapping.sgml
+++ b/doc/src/sgml/ref/create_user_mapping.sgml
@@ -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
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>