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

Commitd87e109

Browse files
committed
Make some wording consistent with DROP OPERATOR description.
1 parent60425f3 commitd87e109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/create_operator.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.40 2003/11/29 19:51:38 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.41 2003/12/11 20:13:53 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -133,7 +133,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
133133
<term><replaceable class="parameter">lefttype</replaceable></term>
134134
<listitem>
135135
<para>
136-
The type of the left-hand argument of the operator, if any.
136+
Thedatatype of theoperator'sleft operand, if any.
137137
This option would be omitted for a left-unary operator.
138138
</para>
139139
</listitem>
@@ -143,7 +143,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
143143
<term><replaceable class="parameter">righttype</replaceable></term>
144144
<listitem>
145145
<para>
146-
The type of the right-hand argument of the operator, if any.
146+
Thedatatype of theoperator'sright operand, if any.
147147
This option would be omitted for a right-unary operator.
148148
</para>
149149
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp