aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-15 17:52:48 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-15 17:52:48 +0000
commiteb5558bce8a6505e9442ea9fbd6010296057a278 (patch)
tree5ce547ce4a37c45840343a941be8e57fa6ec316d
parent167c7bb49a73cd4a97eef5129ba96dd8ba334af8 (diff)
downloadpostgresql-eb5558bce8a6505e9442ea9fbd6010296057a278.tar.gz
postgresql-eb5558bce8a6505e9442ea9fbd6010296057a278.zip
Fix to_ascii() markup error.
-rw-r--r--doc/src/sgml/func.sgml6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 0614638dafc..5e5cfaf17b8 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.320 2006/06/15 17:38:26 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.321 2006/06/15 17:52:48 momjian Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
@@ -1532,9 +1532,7 @@
<entry>
Convert <parameter>string</parameter> to <acronym>ASCII</acronym> from another encoding
(only supports conversion from <literal>LATIN1</>, <literal>LATIN2</>, <literal>LATIN9</>,
- and <literal>WIN1250</> encodings)
- </para>
- </footnote>
+ and <literal>WIN1250</> encodings)
</entry>
<entry><literal>to_ascii('Karel')</literal></entry>