Skip to content
Snippets Groups Projects
Commit a7ffd69d authored by Tatsuo Ishii's avatar Tatsuo Ishii
Browse files

Fix typo.

parent 8d25d5c5
No related branches found
No related tags found
No related merge requests found
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.1 2002/07/22 08:57:15 ishii Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.2 2002/07/22 13:00:00 ishii Exp $ -->
<refentry id="SQL-CREATECONVERSION"> <refentry id="SQL-CREATECONVERSION">
<refmeta> <refmeta>
...@@ -153,7 +153,7 @@ CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM myfunc; ...@@ -153,7 +153,7 @@ CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM myfunc;
<para> <para>
<command>CREATE CONVERSION</command> <command>CREATE CONVERSION</command>
is a <productname>PostgreSQL</productname> extension. is a <productname>PostgreSQL</productname> extension.
There is no <command>CREATE OPERATOR</command> There is no <command>CREATE CONVERSION</command>
statement in <acronym>SQL99</acronym>. statement in <acronym>SQL99</acronym>.
</para> </para>
</refsect1> </refsect1>
......
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.1 2002/07/22 08:57:15 ishii Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.2 2002/07/22 13:00:00 ishii Exp $ -->
<refentry id="SQL-DROPCONVERSION"> <refentry id="SQL-DROPCONVERSION">
<refmeta> <refmeta>
...@@ -90,7 +90,7 @@ DROP CONVERSION myname; ...@@ -90,7 +90,7 @@ DROP CONVERSION myname;
<para> <para>
<command>DROP CONVERSION</command> <command>DROP CONVERSION</command>
is a <productname>PostgreSQL</productname> extension. is a <productname>PostgreSQL</productname> extension.
There is no <command>DROP OPERATOR</command> There is no <command>DROP CONVERSION</command>
statement in <acronym>SQL99</acronym>. statement in <acronym>SQL99</acronym>.
</para> </para>
</refsect1> </refsect1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment