postgresql/src/bin/initdb
Peter Eisentraut be37c2120a Enable replication connections by default in pg_hba.conf
initdb now initializes a pg_hba.conf that allows replication connections
from the local host, same as it does for regular connections.  The
connecting user still needs to have the REPLICATION attribute or be a
superuser.

The intent is to allow pg_basebackup from the local host to succeed
without requiring additional configuration.

Michael Paquier <michael.paquier@gmail.com> and me
2017-03-09 08:39:44 -05:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
t Fix typo in TAP test identification string. 2016-05-23 20:04:27 -04:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
Makefile Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
findtimezone.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
initdb.c Enable replication connections by default in pg_hba.conf 2017-03-09 08:39:44 -05:00
nls.mk Move fsync routines of initdb into src/common/ 2016-09-29 12:00:00 -04:00