2010/1/25 Peter Eisentraut <pete...@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.

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to