diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-17 16:27:31 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-17 16:27:31 +0000 |
commit | 406183fbed99a58200dafe507c050bc37967f9b3 (patch) | |
tree | aaf18ea066b573ddc652a5289f040fb0fe479c47 /doc/src/sgml/ref/postgres-ref.sgml | |
parent | 3d4fda8d19140c0407f15855b1e61e102682db4a (diff) | |
download | postgresql-406183fbed99a58200dafe507c050bc37967f9b3.tar.gz postgresql-406183fbed99a58200dafe507c050bc37967f9b3.zip |
Tuning for docbook2man.
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 6240e34d63e..83236297bf9 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.16 2000/12/25 23:15:26 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.17 2001/03/17 16:27:31 petere Exp $ Postgres documentation --> @@ -78,7 +78,12 @@ Postgres documentation <para> The <filename>postgres</filename> executable is the actual <productname>PostgreSQL</productname> server process that processes - queries. The second form above is how + queries. It is normally not called directly; instead a <xref + linkend="app-postmaster"> multi-user server is started. + </para> + + <para> + The second form above is how <application>postgres</application> is invoked by the <xref linkend="app-postmaster"> (only conceptually, since both <filename>postmaster</filename> and @@ -255,7 +260,7 @@ Postgres documentation <variablelist> <varlistentry> - <term>-f [ s | i | m | n | h ]</term> + <term>-f { s | i | m | n | h }</term> <listitem> <para> Forbids the use of particular scan and join methods: |