aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2013-07-19 10:23:12 -0400
committerRobert Haas <rhaas@postgresql.org>2013-07-19 10:54:11 -0400
commita9f8fe06bc38c9eb3e99191590713de903a91cfa (patch)
tree2286c64fae5c57227beb174e5e4d31bc94027969
parent24780e00d2bb10c6942edf579b60186ec469c77b (diff)
downloadpostgresql-a9f8fe06bc38c9eb3e99191590713de903a91cfa.tar.gz
postgresql-a9f8fe06bc38c9eb3e99191590713de903a91cfa.zip
doc: Fix typos in conversion names.
David Christensen
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 7c009d899cc..0f35355f29d 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>