Add init[db] option to pg_ctl
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |