default pg_hba.conf tabulation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: default pg_hba.conf tabulation
Date: 2010-01-25 19:58:17
Message-ID: 1264449497.26205.15.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-01-25 20:14:22 Re: Review: listagg aggregate
Previous Message Tim Bunce 2010-01-25 19:53:26 Re: Package namespace and Safe init cleanup for plperl [PATCH]