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 + . + +