diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-18 22:14:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-18 22:14:33 +0000 |
commit | 9848d3655d44aa2e58d28fe9f93a94b2934eedc8 (patch) | |
tree | 059111c2156111b083ea668b84bc8b3481676fca /doc/man/files.5 | |
parent | 1960a3b96573ad1ec73cd50255edde29cc80df88 (diff) | |
download | postgresql-9848d3655d44aa2e58d28fe9f93a94b2934eedc8.tar.gz postgresql-9848d3655d44aa2e58d28fe9f93a94b2934eedc8.zip |
Support Docs & Contrib
Diffstat (limited to 'doc/man/files.5')
-rw-r--r-- | doc/man/files.5 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/man/files.5 b/doc/man/files.5 new file mode 100644 index 00000000000..52a17108f1c --- /dev/null +++ b/doc/man/files.5 @@ -0,0 +1,37 @@ +.\" This is -*-nroff-*- +.\" XXX standard disclaimer belongs here.... +.\" $Header: /cvsroot/pgsql/doc/man/Attic/files.5,v 1.1.1.1 1996/08/18 22:14:24 scrappy Exp $ +.TH INFORMATION FILES 01/23/93 Postgres95 Postgres95 +.SH "Section 8 \(em Files" +.SH "General Information" +.SH OVERVIEW +This section describes +some of the important files used by Postgres. +.SH NOTATION +\*(lq.../\*(rq at the front of file names represents the path to the +postgres user's home directory. Anything in square brackets +.RB (\*(lq "[" \*(rq +and +.RB \*(lq "]" \*(rq) +is optional. +Anything in braces +.RB (\*(lq "{" \*(rq +and +.RB \*(lq "}" \*(rq) +can be repeated 0 or more times. Parentheses +.BR (\*(lq "(" \*(rq +and +.BR \*(lq ")" \*(rq) +are used to group boolean expressions. +.BR | +is the boolean operator +.SM OR\c +\&. +.SH BUGS +The descriptions of +.nf + .../data/PG_VERSION, + .../data/base/*/PG_VERSION, +.fi +the temporary sort files, and the database debugging trace files are +absent. |