diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0c8050db23e..9e306a99282 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.199 2004/05/05 09:33:38 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.200 2004/05/10 21:08:28 neilc Exp $ PostgreSQL documentation --> @@ -1322,7 +1322,7 @@ PostgreSQL documentation <entry><type>text</type></entry> <entry> - Convert text to <acronym>ASCII</acronym> from other encoding + Convert <parameter>text</parameter> to <acronym>ASCII</acronym> from another encoding <footnote> <para> The <function>to_ascii</function> function supports conversion from |