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.
=20
-bash-3.00$ createdb test -h localhost -U postgres
CREATE DATABASE
-bash-3.00$ createlang plpgsql test -h localhost -U postgres
Password:
=20
=20
Running FC4 and PostgreSQL 8.0.4
=20
=20
John
=20