Re: scripting vacuum - Mailing list pgsql-novice

From Tom Lane
Subject Re: scripting vacuum
Date
Msg-id 24506.1083759993@sss.pgh.pa.us
Whole thread Raw
In response to scripting vacuum  (Andrew Kelly <akelly@transparency.org>)
Responses Re: scripting vacuum
List pgsql-novice
Andrew Kelly <akelly@transparency.org> writes:
> 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.

> 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

pgsql-novice by date:

Previous
From: Andrew Kelly
Date:
Subject: scripting vacuum
Next
From: "M. Bastin"
Date:
Subject: Re: How to set up an SSL test environment?