diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-10-19 13:54:33 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-10-19 13:54:33 +0200 |
commit | bcf2e5ceb0998318deb36911b13677e88d45c8b4 (patch) | |
tree | f599c8122f94436c67b8e8a2aeb1053b3711c968 | |
parent | 927e1ee2cb74e3bc49454dfa181dcce83b70d371 (diff) | |
download | postgresql-bcf2e5ceb0998318deb36911b13677e88d45c8b4.tar.gz postgresql-bcf2e5ceb0998318deb36911b13677e88d45c8b4.zip |
Fix typo in release notes
Spotted by Piotr Stefaniak
-rw-r--r-- | doc/src/sgml/release-10.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index f1f7cfed5f3..bc026d31a63 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -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 |