mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update psql help syntax to remove <> and uppercaese keywords.
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user