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
[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
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
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