Re: non-superuser login phpPgAdmin PostgreSQL 9.1

From: johnkn63 <john(dot)knightley(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: non-superuser login phpPgAdmin PostgreSQL 9.1
Date: 2012-09-13 13:31:56
Message-ID: 1347543116802-5723872.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> That's if you started the server with -b.

now how do I find out how server is starting and how do I change it? I am
running 9.1 on debian

>Can you connect with
>"psql -h 127.0.0.1 -U nonsuperuser -d database" ?

no,

psql -h 127.0.0.1 -U nonsuperuser -d database

does not work

though of course,
psql -h 127.0.0.1 -U superuser -d database
works

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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Albe Laurenz 2012-09-13 14:11:11 Re: non-superuser login phpPgAdmin PostgreSQL 9.1
Previous Message Christian Ullrich 2012-09-13 12:15:00 Problem with pg_upgrade 9.2 on Windows