diff options
Diffstat (limited to 'doc/src/sgml/ref/create_conversion.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_conversion.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_conversion.sgml b/doc/src/sgml/ref/create_conversion.sgml index ce45c2d4d43..20abdf3bd48 100644 --- a/doc/src/sgml/ref/create_conversion.sgml +++ b/doc/src/sgml/ref/create_conversion.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.3 2002/08/22 00:01:40 tgl Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.4 2002/09/21 18:32:54 petere Exp $ --> <refentry id="SQL-CREATECONVERSION"> <refmeta> @@ -139,7 +139,7 @@ CREATE [DEFAULT] CONVERSION <replaceable>conversion_name</replaceable> <title>Examples</title> <para> - To create a conversion from encoding UNICODE to LATIN1 using myfunc: + To create a conversion from encoding UNICODE to LATIN1 using <function>myfunc</>: <programlisting> CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM myfunc; </programlisting> |