Add init[db] option to pg_ctl

Peter Eisentraut <peter_e@gmx.net>

Commit: a37b001b8048a17f40a59cb8e26c593a6a21e500
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-12-10T06:32:28Z
Releases: 9.0.0
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>

Files

PathChange+/−
doc/src/sgml/config.sgml modified +4 −4
doc/src/sgml/manage-ag.sgml modified +7 −5
doc/src/sgml/ref/initdb.sgml modified +11 −1
doc/src/sgml/ref/pg_ctl-ref.sgml modified +30 −6
doc/src/sgml/runtime.sgml modified +15 −1
doc/src/sgml/xfunc.sgml modified +3 −2
src/bin/pg_ctl/pg_ctl.c modified +79 −41