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

From Tom Lane
Subject Re: psql: default base and password reading
Date
Msg-id 10256.1002988402@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql: default base and password reading  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: psql: default base and password reading  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
>> In fact, I wonder if we should just fail if we need to prompt for a
>> password and can't open /dev/tty.  The function is simple_prompt() and
>> if we can't open /dev/tty, maybe we should just assume the user typed
>> nothing.

> Would be okay with me ...

On second thought --- are we creating any portability problems if we
assume /dev/tty exists?  In particular, what about the Windows port
of psql?  Will it still work?

            regards, tom lane

pgsql-patches by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Showing index details with \d on psql
Next
From: Tom Lane
Date:
Subject: Re: psql: default base and password reading