diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-04-14 01:05:34 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-04-14 01:06:34 +0300 |
commit | f3a3aac8452c0af53d510b4f042ff5ee939a1799 (patch) | |
tree | d5735c97074f8946a81be3d1e9f95f994d2b2d22 | |
parent | cd93425cd1e9b66ad99cfee819c928b202b63ee6 (diff) | |
download | postgresql-f3a3aac8452c0af53d510b4f042ff5ee939a1799.tar.gz postgresql-f3a3aac8452c0af53d510b4f042ff5ee939a1799.zip |
Fix typo
Etsuro Fujita
-rw-r--r-- | doc/src/sgml/file-fdw.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml index 4c7f7e8a7e4..35d344f5c89 100644 --- a/doc/src/sgml/file-fdw.sgml +++ b/doc/src/sgml/file-fdw.sgml @@ -102,7 +102,7 @@ <listitem> <para> - Specifies the file's encoding. + Specifies the file's encoding, the same as <command>COPY</>'s <literal>ENCODING</literal> option. </para> </listitem> |