Simple documentation typo patch

Started by David Christensenover 12 years ago2 messages
#1David Christensen
david@endpoint.com
1 attachment(s)

Hey folks, this corrects typos going back to 75c6519ff68dbb97f73b13e9976fb8075bbde7b8 where EUC_JIS_2004 and SHIFT_JIS_2004 were first added.

These typos are present in all supported major versions of PostgreSQL, back through 8.3; I didn't look any further than that. :-)

Attachments:

0001-Doc-patch-for-typo-in-built-in-conversion-type-names.patchapplication/octet-stream; name=0001-Doc-patch-for-typo-in-built-in-conversion-type-names.patchDownload
>From 7cb67e8fe78e55fe6c80444c04734c03ac7a9f49 Mon Sep 17 00:00:00 2001
From: David Christensen <david@endpoint.com>
Date: Thu, 18 Jul 2013 13:42:16 -0500
Subject: [PATCH] Doc patch for typo in built-in conversion type names

---
 doc/src/sgml/func.sgml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 5765ddf..707d303 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -2807,7 +2807,7 @@
       </row>
 
       <row>
-       <entry><literal>ut8_to_euc_jis_2004</literal></entry>
+       <entry><literal>utf8_to_euc_jis_2004</literal></entry>
        <entry><literal>UTF8</literal></entry>
        <entry><literal>EUC_JIS_2004</literal></entry>
       </row>
@@ -2819,7 +2819,7 @@
       </row>
 
       <row>
-       <entry><literal>ut8_to_shift_jis_2004</literal></entry>
+       <entry><literal>utf8_to_shift_jis_2004</literal></entry>
        <entry><literal>UTF8</literal></entry>
        <entry><literal>SHIFT_JIS_2004</literal></entry>
       </row>
-- 
1.7.4

#2Robert Haas
robertmhaas@gmail.com
In reply to: David Christensen (#1)
Re: Simple documentation typo patch

On Thu, Jul 18, 2013 at 2:53 PM, David Christensen <david@endpoint.com> wrote:

Hey folks, this corrects typos going back to 75c6519ff68dbb97f73b13e9976fb8075bbde7b8 where EUC_JIS_2004 and SHIFT_JIS_2004 were first added.

These typos are present in all supported major versions of PostgreSQL, back through 8.3; I didn't look any further than that. :-)

Committed and back-patched to all currently-supported versions.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers