Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7ffd69

Browse files
committed
Fix typo.
1 parent8d25d5c commita7ffd69

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/2208:57:15 ishii Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.2 2002/07/2213: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>CREATEOPERATOR</command>
156+
There is no <command>CREATECONVERSION</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/2208:57:15 ishii Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.2 2002/07/2213: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>DROPOPERATOR</command>
93+
There is no <command>DROPCONVERSION</command>
9494
statement in <acronym>SQL99</acronym>.
9595
</para>
9696
</refsect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp