Re: non-superuser login phpPgAdmin PostgreSQL 9.1

Поиск
Список
Период
Сортировка
От johnkn63
Тема Re: non-superuser login phpPgAdmin PostgreSQL 9.1
Дата
Msg-id 1347530737005-5723854.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: non-superuser login phpPgAdmin PostgreSQL 9.1  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Ответы Re: non-superuser login phpPgAdmin PostgreSQL 9.1  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-admin
Thank you for your patience. Whilst this is the error one gets for a wrong
password, this is not the case here simply changing the status of the user
to superuser without touching the password allows the user to login,
removing superuser status the reverse.

This login error might be caused by the following, or something similar:-

"pg_upgrade already starts the postmaster with a -b option that disables
non-super-user logins:

    /*
     * Binary upgrades only allowed super-user connections
     */
    if (IsBinaryUpgrade && !am_superuser)
    {
        ereport(FATAL,
                (errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
             errmsg("must be superuser to connect in binary upgrade
mode")));
    } "

taken from
http://postgresql.1045698.n5.nabble.com/new-maintenance-db-options-td5714000.html
http://postgresql.1045698.n5.nabble.com/new-maintenance-db-options-td5714000.html
. This seems to be new in 9.1 .

pg_hba.conf  is the standard

   local   all    postgres            peer
  local   all             all            peer
  host    all             all        127.0.0.1/32            md5
  host    all             all        ::1/128                 md5

Regards





--
View this message in context:
http://postgresql.1045698.n5.nabble.com/non-superuser-login-phpPgAdmin-PostgreSQL-9-1-tp5723838p5723854.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: non-superuser login phpPgAdmin PostgreSQL 9.1
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: non-superuser login phpPgAdmin PostgreSQL 9.1