]> granicus.if.org Git - postgresql/commit
Add init[db] option to pg_ctl
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 10 Dec 2009 06:32:28 +0000 (06:32 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 10 Dec 2009 06:32:28 +0000 (06:32 +0000)
commita37b001b8048a17f40a59cb8e26c593a6a21e500
tree80db94db04756d0aaa7d07aadc418c49a11b091f
parentda07641481bcad3d21f6d7cee0690a1c75f89c54
Add init[db] option to pg_ctl

pg_ctl gets a new mode that runs initdb.  Adjust the documentation a bit to
not assume that initdb is the only way to run database cluster initialization.
But don't replace initdb as the canonical way.

Author: Zdenek Kotala <Zdenek.Kotala@Sun.COM>
doc/src/sgml/config.sgml
doc/src/sgml/manage-ag.sgml
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/xfunc.sgml
src/bin/pg_ctl/pg_ctl.c