Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7ffd69

Browse files
committed
Fix typo.
1 parent 8d25d5c commit a7ffd69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ref/create_conversion.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<refentry id="SQL-CREATECONVERSION">
44
<refmeta>
@@ -153,7 +153,7 @@ CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM myfunc;
153153
<para>
154154
<command>CREATE CONVERSION</command>
155155
is a <productname>PostgreSQL</productname> extension.
156-
There is no <command>CREATE OPERATOR</command>
156+
There is no <command>CREATE CONVERSION</command>
157157
statement in <acronym>SQL99</acronym>.
158158
</para>
159159
</refsect1>

doc/src/sgml/ref/drop_conversion.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<refentry id="SQL-DROPCONVERSION">
44
<refmeta>
@@ -90,7 +90,7 @@ DROP CONVERSION myname;
9090
<para>
9191
<command>DROP CONVERSION</command>
9292
is a <productname>PostgreSQL</productname> extension.
93-
There is no <command>DROP OPERATOR</command>
93+
There is no <command>DROP CONVERSION</command>
9494
statement in <acronym>SQL99</acronym>.
9595
</para>
9696
</refsect1>

0 commit comments

Comments
 (0)