psql: FATAL 1: IDENT authentication failed for user "phpuser"

Поиск
Список
Период
Сортировка
От Joel Lopez
Тема psql: FATAL 1: IDENT authentication failed for user "phpuser"
Дата
Msg-id EMEKKBIPODLHPHIIILBJGELHDEAA.badassmexican@attbi.com
обсуждение исходный текст
Ответы Re: psql: FATAL 1: IDENT authentication failed for user "phpuser"  ("Joel Lopez" <badassmexican@attbi.com>)
Re: psql: FATAL 1: IDENT authentication failed for user  (Andrew McMillan <andrew@catalyst.net.nz>)
Список pgsql-novice
Hi,

These are the commands I entered:

    su postgres
    createuser phpuser
        allowed to create DB: y
        allowed to create users: y
            (saw CREATE USER)
    createdb phpdb
            (saw CREATE DATABASE)

    psql phpdb -U phpuser
            (saw psql: FATAL 1: IDENT authentication failed for user "phpuser")

Is there a step I'm missing or am I entering the commands wrong?

thanks

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

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: Re: problem with pl/pgsql function unknown parameters
Следующее
От: "Joel Lopez"
Дата:
Сообщение: Re: psql: FATAL 1: IDENT authentication failed for user "phpuser"