From 406183fbed99a58200dafe507c050bc37967f9b3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 17 Mar 2001 16:27:31 +0000 Subject: Tuning for docbook2man. --- doc/src/sgml/ref/postgres-ref.sgml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/ref/postgres-ref.sgml') 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 @@ @@ -78,7 +78,12 @@ Postgres documentation The postgres executable is the actual PostgreSQL server process that processes - queries. The second form above is how + queries. It is normally not called directly; instead a multi-user server is started. + + + + The second form above is how postgres is invoked by the (only conceptually, since both postmaster and @@ -255,7 +260,7 @@ Postgres documentation - -f [ s | i | m | n | h ] + -f { s | i | m | n | h } Forbids the use of particular scan and join methods: -- cgit v1.2.3