]> granicus.if.org Git - postgresql/commitdiff
Move list of supported to_ascii() encodings from footnote to main
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2006 17:38:26 +0000 (17:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2006 17:38:26 +0000 (17:38 +0000)
description.

Nis Jorgensen

doc/src/sgml/func.sgml

index 5ce49880b5379a611c5f4b1ea75e6b81140ebb61..0614638dafcd7185fd49b85148fafd21f4613aa5 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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">
   <title>Functions and Operators</title>
 
        <entry>
        Convert <parameter>string</parameter> to <acronym>ASCII</acronym> from another encoding
-       <footnote>
-        <para>
-         The <function>to_ascii</function> function supports conversion from
-         <literal>LATIN1</>, <literal>LATIN2</>, <literal>LATIN9</>,
-         and <literal>WIN1250</> encodings only.
+       (only supports conversion from  <literal>LATIN1</>, <literal>LATIN2</>, <literal>LATIN9</>,
+         and <literal>WIN1250</> encodings)
         </para>
        </footnote>
        </entry>