aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2002-07-22 13:00:00 +0000
committerTatsuo Ishii <ishii@postgresql.org>2002-07-22 13:00:00 +0000
commita7ffd69d4cc38ea9ede168719caba354b3af0a99 (patch)
treed2b55b253b809fe357abbe9fc3afd2ecf54206cb
parent8d25d5c5c7826a5ad715bd319ec49ce3e5682204 (diff)
downloadpostgresql-a7ffd69d4cc38ea9ede168719caba354b3af0a99.tar.gz
postgresql-a7ffd69d4cc38ea9ede168719caba354b3af0a99.zip
Fix typo.
-rw-r--r--doc/src/sgml/ref/create_conversion.sgml4
-rw-r--r--doc/src/sgml/ref/drop_conversion.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_conversion.sgml b/doc/src/sgml/ref/create_conversion.sgml
index 1edc5d2f933..ce18528d495 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.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">
<refmeta>
@@ -153,7 +153,7 @@ CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM myfunc;
<para>
<command>CREATE CONVERSION</command>
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>.
</para>
</refsect1>
diff --git a/doc/src/sgml/ref/drop_conversion.sgml b/doc/src/sgml/ref/drop_conversion.sgml
index 00d2804b51f..96f0f74edfc 100644
--- a/doc/src/sgml/ref/drop_conversion.sgml
+++ b/doc/src/sgml/ref/drop_conversion.sgml
@@ -1,4 +1,4 @@
-<!-- $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">
<refmeta>
@@ -90,7 +90,7 @@ DROP CONVERSION myname;
<para>
<command>DROP CONVERSION</command>
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>.
</para>
</refsect1>