Re: [BUGS] .pgpass does not work for createlang

2005-10-11 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > On Tue, Oct 11, 2005 at 11:16:40AM -0700, John Shin wrote: >> Tried many diffent ways but nothing seems to stick for createlang. >> .pgpass works for all others (createdb, dropdb, createuser, dropuser, >> etc.) >> -bash-3.00$ createdb test -h localhost -U

Re: [BUGS] .pgpass does not work for createlang

2005-10-11 Thread Michael Fuhr
[Please copy the mailing list on replies so others can participate in and learn from the discussion.] On Tue, Oct 11, 2005 at 11:16:40AM -0700, John Shin wrote: > Tried many diffent ways but nothing seems to stick for createlang. > .pgpass works for all others (createdb, dropdb, createuser, dropus

Re: [BUGS] .pgpass does not work for createlang

2005-10-11 Thread Michael Fuhr
On Mon, Oct 10, 2005 at 06:25:59PM -0700, John Shin wrote: > It seems that for v8.0.4 the createlang will not take .pgpass inputs and > always prompts for password. Is this broken for the new version? Well, > now I have to type in the password for my database script. > > -bash-3.00$ createdb tes

[BUGS] .pgpass does not work for createlang

2005-10-11 Thread John Shin
It seems that for v8.0.4 the createlang will not take .pgpass inputs and always prompts for password.  Is this broken for the new version?  Well, now I have to type in the password for my database script.   -bash-3.00$ createdb test -h localhost -U postgres CREATE DATABASE -bash-3.00$ c