Re: non-superuser login phpPgAdmin PostgreSQL 9.1 - Mailing list pgsql-admin

From Albe Laurenz
Subject Re: non-superuser login phpPgAdmin PostgreSQL 9.1
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2086C14AC@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Re: non-superuser login phpPgAdmin PostgreSQL 9.1  (johnkn63 <john.knightley@gmail.com>)
Responses Re: non-superuser login phpPgAdmin PostgreSQL 9.1  (john knightley <john.knightley@gmail.com>)
List 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


pgsql-admin by date:

Previous
From: Feridun türk
Date:
Subject:
Next
From: john knightley
Date:
Subject: Re: non-superuser login phpPgAdmin PostgreSQL 9.1