Re: default pg_hba.conf tabulation
От | Josh Berkus |
---|---|
Тема | Re: default pg_hba.conf tabulation |
Дата | |
Msg-id | 4B5E12CC.5050405@agliodbs.com обсуждение исходный текст |
Ответ на | Re: default pg_hba.conf tabulation (Magnus Hagander <magnus@hagander.net>) |
Ответы |
Re: default pg_hba.conf tabulation
|
Список | pgsql-hackers |
On 1/25/10 1:24 PM, Magnus Hagander wrote: > 2010/1/25 Peter Eisentraut <peter_e@gmx.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. --Josh Berkus
В списке pgsql-hackers по дате отправления: