"Silvio Macedo" <smacedo(at)calmetric(dot)pt> writes:
> I've been using stdin/stdout of psql on Windows to run a script, without
> messing with "expect".
> Before v8.1.4, one could include the password in the string fed to psql via
> stdin to authenticate the connection.
> With 8.1.4, it doesn't work.
That's how it's been on Unix for a long time (/dev/tty is not stdin),
so I'd say this is a bug fix not a bug.
regards, tom lane