1
0
Fork 0

updated documentation

This commit is contained in:
Jan Steemann 2016-04-26 17:24:22 +02:00
parent 82e0077de0
commit 02749017ac
1 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,13 @@ been moved into more appropriate topic sections.
The following options have been available before 3.0 and have changed their name
in 3.0:
- `--server.disable-authentication` was renamed to `--server.authentication`.
Note that the meaning of the option `--server.authentication` is the opposite of
the previous `--server.disable-authentication`.
- `--server.disable-authentication-unix-sockets` was renamed to
`--server.authentication-unix-sockets`. Note that the meaning of the option
`--server.authentication-unix-sockets` is the opposite of the previous
`--server.disable-authentication-unix-sockets`.
- `--server.disable-statistics` was renamed to `--server.statistics`. Note that the
meaning of the option `--server.statistics` is the opposite of the previous
`--server.disable-statistics`.