-
- Downloads
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
Showing
- doc/src/sgml/ref/initdb.sgml 11 additions, 5 deletionsdoc/src/sgml/ref/initdb.sgml
- src/backend/libpq/pg_hba.conf.sample 3 additions, 3 deletionssrc/backend/libpq/pg_hba.conf.sample
- src/bin/initdb/initdb.c 0 additions, 5 deletionssrc/bin/initdb/initdb.c
- src/bin/pg_basebackup/t/010_pg_basebackup.pl 2 additions, 5 deletionssrc/bin/pg_basebackup/t/010_pg_basebackup.pl
- src/test/perl/PostgresNode.pm 2 additions, 17 deletionssrc/test/perl/PostgresNode.pm
Loading
Please register or sign in to comment