typo fix

Started by Etsuro Fujitaalmost 14 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

This is a little patch to fix a typo in file-fdw.sgml

Best regards,
Etsuro Fujita

Attachments:

file_fdw_typo_fix_20120413.patchapplication/octet-stream; name=file_fdw_typo_fix_20120413.patchDownload
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml
index 4c7f7e8..35d344f 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>
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Etsuro Fujita (#1)
Re: typo fix

On fre, 2012-04-13 at 17:27 +0900, Etsuro Fujita wrote:

This is a little patch to fix a typo in file-fdw.sgml

Fixed.

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Peter Eisentraut (#2)
Re: typo fix

Thanks!

Best regards,
Etsuro Fujita

Show quoted text

-----Original Message-----
From: Peter Eisentraut [mailto:peter_e@gmx.net]
Sent: Saturday, April 14, 2012 7:07 AM
To: Etsuro Fujita
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] typo fix

On fre, 2012-04-13 at 17:27 +0900, Etsuro Fujita wrote:

This is a little patch to fix a typo in file-fdw.sgml

Fixed.