]> granicus.if.org Git - postgresql/commit
Make -w the default for shut down, add -W option to specify no wait.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 8 Feb 2001 19:39:24 +0000 (19:39 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 8 Feb 2001 19:39:24 +0000 (19:39 +0000)
commit088c0b9546e4f90f305a87bc67638836a08d34ed
treeffdf9d3cf7cae48267e7db5e02407b2666cf6e10
parente58775ee750264a62536e7df724b3722aeecd095
Make -w the default for shut down, add -W option to specify no wait.
Add -l option to name log file.  Set umask to 077.
Proper file descriptor redirection to allow postmaster to detach from
shell's process group.
Add -s option to turn off informational messages.
doc/src/sgml/ref/pg_ctl-ref.sgml
src/bin/pg_ctl/pg_ctl.sh