Commit eb5558bc authored by Bruce Momjian's avatar Bruce Momjian

Fix to_ascii() markup error.

parent 167c7bb4
<!-- $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>
......@@ -1533,8 +1533,6 @@
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>
</entry>
<entry><literal>to_ascii('Karel')</literal></entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment