From aa28069d8b747bd1e2a8705e95a36a86c3edd26b Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 14 Nov 2017 18:47:39 +0900 Subject: [PATCH] docs: update release notes Add note about changes to password handling.1 --- doc/appendix-release-notes.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 06777744..1b397c70 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -88,6 +88,15 @@ when a standby follows a new upstream. + + --no-conninfo-password is deprecated; a password included in + the environment variable PGPASSWORD will no longer be added + to primary_conninfo by default; to force the inclusion + of a password (not recommended), use the new configuration file parameter + use_primary_conninfo_password. For details, ee section + . + +