Tom Lane wrote:
> "Mark McEahern" <[EMAIL PROTECTED]> writes:
> > Tom, thanks for your reply. I am now able to create databases and users
> > with longer names, but I am unable to login with the long username.
>
> I think you're stuck on that, unless you want to be *really*
> incompatible with t
Password prompting was changed in 7.2.X. You can now pass a script into
psql, and you will be prompted for the password on your terminal rather
than having the password coming from the script.
The best way send the password in 7.2.X is to use 'expect', or use the
PGPASSWORD environment variable