pgsql: initdb: Add options --auth-local and --auth-host

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: initdb: Add options --auth-local and --auth-host
Date: 2012-02-01 19:20:31
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: Add options --auth-local and --auth-host

reviewed by Robert Haas and Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8a02339e9ba3f2f962c5967be8c5d053a1fa39d2

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 31 ++++++-
src/backend/libpq/pg_hba.conf.sample | 8 +-
src/bin/initdb/initdb.c | 157 ++++++++++++++++++++++------------
3 files changed, 134 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-02-02 01:40:11 pgsql: Avoid re-checking for visibility map extension too frequently.
Previous Message Peter Eisentraut 2012-02-01 18:19:04 pgsql: psql: Case preserving completion of SQL key words