From: Peter Eisentraut Date: Thu, 9 Aug 2001 16:20:43 +0000 (+0000) Subject: corrections from the DocNotes X-Git-Tag: REL9_0_0~20021 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e65007827a33ca42d4cd47e10760ef32861f8c7f;p=pg-rex%2Fsyncrep.git corrections from the DocNotes --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 8a7923b957..d4d4dd8d53 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -223,7 +223,7 @@ pg_ctl start -l logfile you probably always want to form your command lines along the lines of su -c '...' postgres, for example: -su -c 'pg_ctl -D /usr/local/pgsql/data -l serverlog' postgres +su -c 'pg_ctl start -D /usr/local/pgsql/data -l serverlog' postgres @@ -1888,6 +1888,8 @@ options SEMMNS=512 options SEMMNU=256 options SEMMAP=256 + (On NetBSD and OpenBSD the key word is actually + option singular.)