Re: Indent authentication overloading

From:Magnus Hagander <magnus(at)hagander(dot)net>
To:Bruce Momjian <bruce(at)momjian(dot)us>
Cc:PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:Re: Indent authentication overloading
Date:2011-03-10 21:45:14
Message-ID:[email protected]
Views:Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists:pgsql-hackers

On Thu, Mar 10, 2011 at 22:22, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> Added to TODO:
>
>        Rename unix domain socket 'ident' connections to 'peer', to avoid
>        confusion with TCP 'ident'

Should we consider adding "peer" as an alias for "ident" already in
9.1 (and change the default pg_hba.conf template), and then deprecate
ident for 9.2 and remove it in 9.3 or something? By adding the alias
now (yes, I know it's not in the last CF :P), we can move what's going
to be a long process up one release...

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

 FromDateSubject
Next MessageTom Lane2011-03-10 22:08:41Re: FuncExpr.collid/OpExpr.collid unworkably serving double duty
Previous MessageNicolas Barbier2011-03-10 21:38:04Re: Read uncommitted ever possible?