Add --pwfile option to initdb, so that passwords can be set by GUI tools

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1b80b6da6a9bdf61199a9c7b58c12e9d68a4c9db
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-24T19:26:59Z
Releases: 8.0.0
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

PathChange+/−
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