diff options
Diffstat (limited to 'src/man/create_operator.l')
-rw-r--r-- | src/man/create_operator.l | 8 |
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. |