pgsql: Make the default pg_hba.conf and pg_ident.conf align at - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Make the default pg_hba.conf and pg_ident.conf align at
Date
Msg-id 20100126064531.965877541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries
to make it easier to use with tabs.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        backup.sgml (r2.138 -> r2.139)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.138&r2=2.139)
        client-auth.sgml (r1.126 -> r1.127)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml?r1=1.126&r2=1.127)
    pgsql/src/backend/libpq:
        pg_hba.conf.sample (r1.69 -> r1.70)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_hba.conf.sample?r1=1.69&r2=1.70)
        pg_ident.conf.sample (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_ident.conf.sample?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Fix longstanding gripe that we check for 0000000001.history at
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Reformat the comments in pg_hba.conf and pg_ident.conf These