Add --pwfile option to initdb, so that passwords can be set by GUI tools
Tom Lane <tgl@sss.pgh.pa.us>
Add --pwfile option to initdb, so that passwords can be set by GUI tools that aren't able to feed the password to initdb's /dev/tty. Magnus Hagander
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/initdb.sgml | modified | +11 −1 |
| doc/src/sgml/runtime.sgml | modified | +4 −4 |
| src/bin/initdb/initdb.c | modified | +60 −8 |