diff options
Diffstat (limited to 'src/man/postmaster.1')
-rw-r--r-- | src/man/postmaster.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/postmaster.1 b/src/man/postmaster.1 index 5b01b727020..41e7b73bfd4 100644 --- a/src/man/postmaster.1 +++ b/src/man/postmaster.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.5 1997/02/19 01:31:30 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.6 1997/08/06 03:42:21 momjian Exp $ .TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL .SH "NAME" postmaster \(em run the Postgres postmaster @@ -60,7 +60,7 @@ understands the following command-line options: is the number of shared-memory buffers for the .IR "postmaster" to allocate and manage for the backend server processes that it -starts. This value defaults to 64. +starts. This value defaults to 64, and each buffer is 8k bytes. .TP .BR "-D" " data_dir" Specifies the directory to use as the root of the tree of database |