From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Josh Berkus <josh(at)agliodbs(dot)com> |
Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: default pg_hba.conf tabulation |
Date: | 2010-01-25 22:29:54 |
Message-ID: | 201001252229.o0PMTsm15668@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Josh Berkus wrote:
> On 1/25/10 1:24 PM, Magnus Hagander wrote:
> > 2010/1/25 Peter Eisentraut <peter_e(at)gmx(dot)net>:
> >> When editing pg_hba.conf, I often instinctively try to use tabs, only to
> >> be slightly annoyed because that barely doesn't work out relative to the
> >> default entries, because those are aligned at column 0, 8, 20, 32, 54:
> >>
> >> # TYPE DATABASE USER CIDR-ADDRESS METHOD
> >> host all all 127.0.0.1/32 trust
> >>
> >> Would it be OK to alter that to something like 0, 8, 24, 40, 56:
> >>
> >> # TYPE DATABASE USER CIDR-ADDRESS METHOD
> >> host all all 127.0.0.1/32 trust
> >
> > Sounds good to me.
>
> I can't see anyone objecting.
Can we also change the "USER" column heading to "ROLE"?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2010-01-25 22:36:46 | Re: C function accepting/returning cstring vs. text |
Previous Message | Greg Smith | 2010-01-25 22:27:25 | Re: Dividing progress/debug information in pg_standby, and stat before copy |