mirror of
https://github.com/postgres/postgres.git
synced 2026-04-13 21:17:00 -04:00
Fix typo in release notes
Spotted by Piotr Stefaniak
This commit is contained in:
parent
927e1ee2cb
commit
bcf2e5ceb0
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@
|
|||
The <xref linkend="guc-password-encryption"> server parameter
|
||||
no longer supports <literal>off</literal> or <literal>plain</literal>.
|
||||
The <literal>UNENCRYPTED</literal> option is no longer supported in
|
||||
<command>CREATE/ALTER USER ... PASSSWORD</command>. Similarly, the
|
||||
<command>CREATE/ALTER USER ... PASSWORD</command>. Similarly, the
|
||||
<option>--unencrypted</option> option has been removed
|
||||
from <application>createuser</application>. Unencrypted passwords migrated from
|
||||
older versions will be stored encrypted in this release. The default
|
||||
|
|
|
|||
Loading…
Reference in a new issue