Re: [GENERAL] psql password prompt

2004-09-25 Thread John DeSoi
On Sep 25, 2004, at 12:48 PM, Dmitri Priimak wrote: There is one thing which somewhat annoys me, which is that psql always prompts me for a password. That makes it difficult for use in Makefile where I want to say 'make build_db', which would run psql for each stored procedure which needs to be u

Re: [GENERAL] psql password prompt

2004-09-25 Thread Peter Wullinger
In epistula a Dmitri Priimak, die horaque Sat, Sep 25, 2004 at 09:48:54AM -0700: > Hi All. > > There is one thing which somewhat annoys me, which is that psql always > prompts me for a password. > That makes it difficult for use in Makefile where I want to say 'make > build_db', which would run

[GENERAL] psql password prompt

2004-09-25 Thread Dmitri Priimak
Hi All. There is one thing which somewhat annoys me, which is that psql always prompts me for a password. That makes it difficult for use in Makefile where I want to say 'make build_db', which would run psql for each stored procedure which needs to be updated. Is there a way to specify that pass