| From: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: users |
| Date: | 2000-09-23 02:52:36 |
| Message-ID: | 20000922225236.A3864@klamath.dyndns.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, Sep 22, 2000 at 10:36:53PM +0000, Chris wrote:
> Greetings,
>
> When ever a normal user (anyaccount besides "postgres") tries to
> run psql they get the following message:
>
> Connection to database 'dank' failed.
> FATAL 1: SetUserId: user "chrisp" is not in "pg_shadow"
You probably have not added any users to the database. For more info,
check out:
http://www.postgresql.org/docs/user/app-createuser.htm
You may also want to create a database for each user to access. For more
info on that, see this page:
http://www.postgresql.org/docs/user/app-createdb.htm
Finally, now is probably a good time to secure Postgres by setting up
pg_hba.conf . It's documented here:
http://www.postgresql.org/docs/admin/client-authentication.htm
HTH,
Neil
--
Neil Conway <neilconway(at)home(dot)com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed
Blaming guns for Columbine is like blaming spoons for Rosie O'Donnell
being fat.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-09-23 03:33:05 | Re: why pg_dump eats so much memory? |
| Previous Message | Ingram, Bryan | 2000-09-23 01:16:28 | PG Automated Backup and Failover System (long) |