]> granicus.if.org Git - postgresql/commitdiff
Fix to_ascii() markup error.
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2006 17:52:48 +0000 (17:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2006 17:52:48 +0000 (17:52 +0000)
doc/src/sgml/func.sgml

index 0614638dafcd7185fd49b85148fafd21f4613aa5..5e5cfaf17b8d4e303c1f7cf41cb0f3417010e889 100644 (file)
@@ -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>
        <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>