Re: non-superuser login phpPgAdmin PostgreSQL 9.1

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "johnkn63 *EXTERN*" <john(dot)knightley(at)gmail(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: non-superuser login phpPgAdmin PostgreSQL 9.1
Date: 2012-09-14 07:59:18
Message-ID: D960CB61B694CF459DCFB4B0128514C2086C14AC@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

johnkn63 wrote:
[can connect as superuser but not as regular user]

> I tried - the results where as predicted whilst a non-superuser does
not
> work but once altered to superuser does work.
>
> So what next?

Hmm, I'm running out of ideas here.
You still get "password authentication failed" in the log?

Can you run these three queries and post the result:

SELECT usesuper, count(*) FROM pg_stat_activity JOIN pg_user USING
(usesysid) GROUP BY usesuper;

SHOW superuser_reserved_connections;

SHOW max_connections;

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message john knightley 2012-09-14 13:02:20 Re: non-superuser login phpPgAdmin PostgreSQL 9.1
Previous Message Feridun türk 2012-09-14 06:03:14