Re: psql: default base and password reading - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: psql: default base and password reading
Date
Msg-id 200110142301.f9EN1hh21135@candle.pha.pa.us
Whole thread Raw
In response to Re: psql: default base and password reading  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
> Bruce Momjian writes:
>
> > Have you seen my later version that reads from stdin/stderr if /dev/tty
> > doesn't open.  How is that?
>
> Might as well use getpass() if available.  My man page says "A getpass
> function appeared in Version 7 AT&T UNIX.", so it should be available on
> most systems.
>
> However, I'm afraid many users have set up their systems to read the
> password from stdin, so that should probably stay the default unless we
> take a user poll.

OK, I am asking for votes for /dev/tty or stdin as the default for
reading passwords?  I already have a few for /dev/tty and I assume one
for stdin (Peter E).

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql: default base and password reading
Next
From: Bruce Momjian
Date:
Subject: Re: psql: default base and password reading