summaryrefslogtreecommitdiff
path: root/src/man
diff options
context:
space:
mode:
authorBruce Momjian1998-07-25 00:17:30 +0000
committerBruce Momjian1998-07-25 00:17:30 +0000
commitd8d0aa019bc89e7cdc9c9c0ebd4f7e398d5248fe (patch)
tree2051a8dfcf134db13e0d71b7b3fb13abb60db5c8 /src/man
parent8e2647a1452449efe0c5fc531e6fa66dc6f2efe4 (diff)
Update psql help syntax to remove <> and uppercaese keywords.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/create_operator.l4
-rw-r--r--src/man/load.l6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/man/create_operator.l b/src/man/create_operator.l
index db6b126241b..cc3af636171 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.6 1998/06/24 13:21:24 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.7 1998/07/25 00:17:30 momjian Exp $
.TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
create operator - define a new user operator
@@ -30,7 +30,7 @@ The user who defines an operator becomes its owner.
.PP
The
.IR "operator_name"
-is a sequence of up to sixteen punctuation characters. The following
+is a sequence of punctuation characters. The following
characters are valid for single-character operator names:
.nf
diff --git a/src/man/load.l b/src/man/load.l
index 262730ee53a..a7383356ad2 100644
--- a/src/man/load.l
+++ b/src/man/load.l
@@ -1,12 +1,12 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/load.l,v 1.3 1998/01/11 22:17:43 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/load.l,v 1.4 1998/07/25 00:17:30 momjian Exp $
.TH LOAD SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME
load - dynamically load an object file
.SH SYNOPSIS
.nf
-\fBload\fR "filename"
+\fBload\fR 'filename'
.fi
.SH DESCRIPTION
.BR Load
@@ -27,7 +27,7 @@ at this time.
--
--Load the file /usr/postgres/demo/circle.o
--
-load "/usr/postgres/demo/circle.o"
+load '/usr/postgres/demo/circle.o'
.fi
.SH CAVEATS
Functions in loaded object files should not call functions in other