docs: update release notes

Add note about changes to password handling.1
This commit is contained in:
Ian Barwick
2017-11-14 18:47:39 +09:00
parent 35782d83c0
commit 2a898721c0

View File

@@ -88,6 +88,15 @@
when a standby follows a new upstream.
</para></listitem>
<listitem><para>
<literal>--no-conninfo-password</literal> is deprecated; a password included in
the environment variable <varname>PGPASSWORD</varname> will no longer be added
to <varname>primary_conninfo</varname> by default; to force the inclusion
of a password (not recommended), use the new configuration file parameter
<varname>use_primary_conninfo_password</varname>. For details, ee section
<xref linkend="cloning-advanced-managing-passwords">.
</para></listitem>
</itemizedlist>
</para>