Re: default pg_hba.conf tabulation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: default pg_hba.conf tabulation
Дата
Msg-id 201001252229.o0PMTsm15668@momjian.us
обсуждение исходный текст
Ответ на Re: default pg_hba.conf tabulation  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: default pg_hba.conf tabulation  (David Fetter <david@fetter.org>)
Список pgsql-hackers
Josh Berkus wrote:
> 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.

Can we also change the "USER" column heading to "ROLE"?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Dividing progress/debug information in pg_standby, and stat before copy
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: C function accepting/returning cstring vs. text