default pg_hba.conf tabulation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема default pg_hba.conf tabulation
Дата
Msg-id 1264449497.26205.15.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: default pg_hba.conf tabulation  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
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

?



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Review: listagg aggregate
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Clustering Docs WAS: Mammoth in Core?