OSDN Git Service

Add --pwfile option to initdb, so that passwords can be set by GUI tools
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jun 2004 19:26:59 +0000 (19:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jun 2004 19:26:59 +0000 (19:26 +0000)
commit1b80b6da6a9bdf61199a9c7b58c12e9d68a4c9db
treea21ec22d08967ecb95fb0a1c49ddee4b9915f071
parenta061a3f62f540d8bc5ad53a63880186810d14d09
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
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/runtime.sgml
src/bin/initdb/initdb.c