diff options
| author | Bruce Momjian | 1998-07-25 00:17:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-07-25 00:17:30 +0000 |
| commit | d8d0aa019bc89e7cdc9c9c0ebd4f7e398d5248fe (patch) | |
| tree | 2051a8dfcf134db13e0d71b7b3fb13abb60db5c8 /src/man/load.l | |
| parent | 8e2647a1452449efe0c5fc531e6fa66dc6f2efe4 (diff) | |
Update psql help syntax to remove <> and uppercaese keywords.
Diffstat (limited to 'src/man/load.l')
| -rw-r--r-- | src/man/load.l | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
