Re: su not working with psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The PandaWare Company <lists(at)pandaware(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: su not working with psql
Date: 2009-08-18 19:00:16
Message-ID: 27185.1250622016@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

The PandaWare Company <lists(at)pandaware(dot)com> writes:
> I'm running version 8.2 in Mac OS X 10.5.8. I installed it in a new
> "postgres" user account. I can access it via PGAdmin and via a test
> application I'm writing, both from my normal user account, "david". I
> can also access it in the Terminal using psql when logged into the
> postgres user account. But when I'm logged into my "david" account and
> try to access the database via sql I get the following:

> imac:~ david$ su - postgres
> Password:
> imac:~ postgres$ psql fcddb
> psql: FATAL: role "david" does not exist
> imac:~ postgres$ whoami
> postgres

Huh. Do you have Kerberos credentials by any chance? I'm not sure
if "su" would affect that.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message The PandaWare Company 2009-08-18 20:06:25 Re: su not working with psql
Previous Message The PandaWare Company 2009-08-18 18:11:47 su not working with psql