| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: default pg_hba.conf tabulation |
| Date: | 2010-01-25 21:24:42 |
| Message-ID: | 9837222c1001251324t39eb59dcs1f6e0603618c9761@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2010-01-25 21:30:51 | Re: RADIUS authentication |
| Previous Message | Tom Lane | 2010-01-25 21:00:39 | Re: Review: Patch: Allow substring/replace() to get/set bit values |