File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.1 2002/07/22 08:57:15 ishii Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.2 2002/07/22 13:00:00 ishii Exp $ -->
2
2
3
3
<refentry id="SQL-CREATECONVERSION">
4
4
<refmeta>
@@ -153,7 +153,7 @@ CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM myfunc;
153
153
<para>
154
154
<command>CREATE CONVERSION</command>
155
155
is a <productname>PostgreSQL</productname> extension.
156
- There is no <command>CREATE OPERATOR </command>
156
+ There is no <command>CREATE CONVERSION </command>
157
157
statement in <acronym>SQL99</acronym>.
158
158
</para>
159
159
</refsect1>
Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.1 2002/07/22 08:57:15 ishii Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.2 2002/07/22 13:00:00 ishii Exp $ -->
2
2
3
3
<refentry id="SQL-DROPCONVERSION">
4
4
<refmeta>
@@ -90,7 +90,7 @@ DROP CONVERSION myname;
90
90
<para>
91
91
<command>DROP CONVERSION</command>
92
92
is a <productname>PostgreSQL</productname> extension.
93
- There is no <command>DROP OPERATOR </command>
93
+ There is no <command>DROP CONVERSION </command>
94
94
statement in <acronym>SQL99</acronym>.
95
95
</para>
96
96
</refsect1>
You can’t perform that action at this time.
0 commit comments