Re: sync linux and postgresql users and groups

From: brian <brian(at)zijn-digital(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: sync linux and postgresql users and groups
Date: 2006-11-15 18:38:19
Message-ID: 455B5E9B.9050008@zijn-digital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Toni Casueps wrote:
>
> Is this possible? It want to avoid the need for two passwords, one for
> login and another one for the database.
>
> The user accounts and the Postgresql server are on the same machine.
>

See pg_hba.conf You want ident sameuser under "METHOD".

Don't forget to run

# pg_ctl reload

for your change to take effect.

brian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ilja Golshtein 2006-11-15 18:41:52 Re: Discover temporary INDEX/TABLE name
Previous Message Toni Casueps 2006-11-15 18:33:40 sync linux and postgresql users and groups