Andrew Kelly <akelly (AT) transparency (DOT) org> writes:
Quote:
is my only hope of success to use 'expect', or is there a way
pass the pw as an arg to vacuumdb? |
Put the password in the Postgres user's ~/.pgpass file.
Quote:
You know, something like
local:username all trust |
If you can't do that then you should consider updating to a more recent
version of Postgres. But I'd advise against writing it quite that way,
since the above would let anyone on the local machine into your
database --- they just have to claim to be the postgres user via -U.
You might be able to use "ident" authentication safely, though, if your
platform supports it on local connections.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly