typo fix
Started by Etsuro Fujitaalmost 14 years ago3 messages
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>
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.
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 fixOn 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.