summaryrefslogtreecommitdiff
path: root/src/man/create_operator.l
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-06-23 17:52:38 +0000
committerBruce Momjian <bruce@momjian.us>1998-06-23 17:52:38 +0000
commit9dde6b3de9ca3c3916c273caae8f649f7e4de3a1 (patch)
tree60b6363494b25d2fd5d9aa510b2f9f7aaae14fa3 /src/man/create_operator.l
parentcfef6ef4ff28a64eddada330e697d57c4d124690 (diff)
Add underscores in manual references.
Diffstat (limited to 'src/man/create_operator.l')
-rw-r--r--src/man/create_operator.l8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/man/create_operator.l b/src/man/create_operator.l
index 3e1d3b20c85..2a5609d5b19 100644
--- a/src/man/create_operator.l
+++ b/src/man/create_operator.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.4 1998/01/11 22:17:15 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.5 1998/06/23 17:52:32 momjian Exp $
.TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
create operator - define a new user operator
@@ -66,7 +66,7 @@ The name of the operator,
can be composed of symbols only. Also, the
.IR func_name
procedure must have been previously defined using
-.IR "create function" (l)
+.IR "create_function" (l)
and must have one or two arguments.
.PP
.\" that multiple instances of the
@@ -242,8 +242,8 @@ create operator === (
.\" arg is (box, box)
.fi
.SH "SEE ALSO"
-create function(l),
-drop operator(l).
+create_function(l),
+drop_operator(l).
.SH BUGS
Operator names cannot be composed of alphabetic characters in
Postgres.