8.4.1 & 8.4.2 require map=... for ident in the pg_hba.conf file, will this be the new way?

Started by Claudio Eichenbergerover 16 years ago2 messagesgeneral
Jump to latest
#1Claudio Eichenberger
cei@yourshop.com

Hello,

In older PostgreSQL installations < 8.4 I used the following pg_hba.conf syntax:

local all pgsql ident PGSQL

but 8.4.1 & 8.4.2 require the following syntax:

local all pgsql ident map=PGSQL

Will this be the new way for all future releases?

Thanks in advance for your answer

Regards

Claudio
--
Tel +41 21 67 17 111
Mob +41 79 34 72 100
Claudio@yourshop.com
Http://YourShop.com/

"Come to me all who are weary and burdened
and I will give you rest" -- Jesus Christ

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Claudio Eichenberger (#1)
Re: 8.4.1 & 8.4.2 require map=... for ident in the pg_hba.conf file, will this be the new way?

On tis, 2010-01-05 at 16:35 +0100, Claudio Eichenberger wrote:

Hello,

In older PostgreSQL installations < 8.4 I used the following pg_hba.conf syntax:

local all pgsql ident PGSQL

but 8.4.1 & 8.4.2 require the following syntax:

local all pgsql ident map=PGSQL

Will this be the new way for all future releases?

Yes, at least until someone has an idea to change it again. ;-)