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:26 -0400
commite23adeff0c288ff10a368b94cfb78ee291999113 (patch)
tree860a80c21d670fa1d5408f2f67a3ea34703c09d5
parent4652abeb30b28dcb38621ea31f24936cdbdc83f8 (diff)
downloadpostgresql-e23adeff0c288ff10a368b94cfb78ee291999113.tar.gz
postgresql-e23adeff0c288ff10a368b94cfb78ee291999113.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 8d6dc91765b..dff45afe331 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -2801,7 +2801,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>
@@ -2813,7 +2813,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>