Re: Indent authentication overloading

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Indent authentication overloading
Date: 2011-03-10 23:15:01
Message-ID: 201103102315.p2ANF1Y20381@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander wrote:
> 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...

Well, we can certainly do that.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-10 23:19:47 Re: patch: fix performance problems with repated decomprimation of varlena values in plpgsql
Previous Message Bruce Momjian 2011-03-10 23:13:17 Re: git diff script is not portable