projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60425f3
)
Make some wording consistent with DROP OPERATOR description.
author
Peter Eisentraut
Thu, 11 Dec 2003 20:13:53 +0000
(20:13 +0000)
committer
Peter Eisentraut
Thu, 11 Dec 2003 20:13:53 +0000
(20:13 +0000)
doc/src/sgml/ref/create_operator.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_operator.sgml
b/doc/src/sgml/ref/create_operator.sgml
index 3acb05d0d32f81b7eeb663b5a6f9eec333fdd0d6..1001b8f33fb4e8310880c9d87058823b2731fa75 100644
(file)
--- a/
doc/src/sgml/ref/create_operator.sgml
+++ b/
doc/src/sgml/ref/create_operator.sgml
@@
-1,5
+1,5
@@
@@
-133,7
+133,7
@@
CREATE OPERATOR
name
(
lefttype
- The
type of the left-hand argument of the operator
, if any.
+ The
data type of the operator's left operand
, if any.
This option would be omitted for a left-unary operator.
@@
-143,7
+143,7
@@
CREATE OPERATOR
name
(
righttype
- The
type of the right-hand argument of the operator
, if any.
+ The
data type of the operator's right operand
, if any.
This option would be omitted for a right-unary operator.