Commit 712e824f authored by Bruce Momjian's avatar Bruce Momjian

Move list of supported to_ascii() encodings from footnote to main

description.

Nis Jorgensen
parent fe8c1165
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.319 2006/05/30 11:54:51 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.320 2006/06/15 17:38:26 momjian Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -1531,11 +1531,8 @@ ...@@ -1531,11 +1531,8 @@
<entry> <entry>
Convert <parameter>string</parameter> to <acronym>ASCII</acronym> from another encoding Convert <parameter>string</parameter> to <acronym>ASCII</acronym> from another encoding
<footnote> (only supports conversion from <literal>LATIN1</>, <literal>LATIN2</>, <literal>LATIN9</>,
<para> and <literal>WIN1250</> encodings)
The <function>to_ascii</function> function supports conversion from
<literal>LATIN1</>, <literal>LATIN2</>, <literal>LATIN9</>,
and <literal>WIN1250</> encodings only.
</para> </para>
</footnote> </footnote>
</entry> </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