Re: Problems using PostgreSQL command line tools

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Problems using PostgreSQL command line tools
Дата
Msg-id 200604090329.k393Tfd08718@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Problems using PostgreSQL command line tools  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Tom Lane wrote:
> Andrea <andrea.b73@email.it> writes:
> > C:\>psql -h localhost -U postgres -d postgres
> > psql: FATAL:  password authentication failed for user "postgres"
>
> > In practice, psql doesn't ask me the password and fails immediately!
>
> I don't pay a lot of attention to Windows-specific problems, but I seem
> to recall some recent patches involving the behavior of password
> prompting on Windows.  You might check the list archives for the past
> month or so to see if your results match up with what was discussed.

The issue is if you have a \dev on your current drive, opening /dev/tty
works when it shouldn't.  This will be fixed in 8.1.4 when it is
released.

--
  Bruce Momjian   http://candle.pha.pa.us

  + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-novice по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: How to append records into a file which has serial
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL a slow DB?