initdb: document that -K requires an argument
Reported-by: "Shinoda, Noriyoshi" Discussion: https://postgr.es/m/TU4PR8401MB1152E92B4D44C81E496D6032EEDB0@TU4PR8401MB1152.NAMPRD84.PROD.OUTLOOK.COM Author: "Shinoda, Noriyoshi" Backpatch-through: msater
This commit is contained in:
parent
ba6725df36
commit
ccbe34139b
@ -236,8 +236,8 @@ PostgreSQL documentation
|
|||||||
|
|
||||||
<varlistentry id="app-initdb-file-encryption-keylen"
|
<varlistentry id="app-initdb-file-encryption-keylen"
|
||||||
xreflabel="file encryption">
|
xreflabel="file encryption">
|
||||||
<term><option>-K</option></term>
|
<term><option>-K <replaceable class="parameter">length</replaceable></option></term>
|
||||||
<term><option>--file-encryption-keylen</option></term>
|
<term><option>--file-encryption-keylen=<replaceable class="parameter">length</replaceable></option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specifies the number of bits for the file encryption keys. The
|
Specifies the number of bits for the file encryption keys. The
|
||||||
|
@ -2318,7 +2318,7 @@ usage(const char *progname)
|
|||||||
" to obtain the cluster key\n"));
|
" to obtain the cluster key\n"));
|
||||||
printf(_(" -d, --debug generate lots of debugging output\n"));
|
printf(_(" -d, --debug generate lots of debugging output\n"));
|
||||||
printf(_(" -k, --data-checksums use data page checksums\n"));
|
printf(_(" -k, --data-checksums use data page checksums\n"));
|
||||||
printf(_(" -K, --file-encryption-keylen\n"
|
printf(_(" -K, --file-encryption-keylen=LENGTH\n"
|
||||||
" bit length of the file encryption key\n"));
|
" bit length of the file encryption key\n"));
|
||||||
printf(_(" -L DIRECTORY where to find the input files\n"));
|
printf(_(" -L DIRECTORY where to find the input files\n"));
|
||||||
printf(_(" -n, --no-clean do not clean up after errors\n"));
|
printf(_(" -n, --no-clean do not clean up after errors\n"));
|
||||||
@ -3008,7 +3008,7 @@ main(int argc, char *argv[])
|
|||||||
{"wal-segsize", required_argument, NULL, 12},
|
{"wal-segsize", required_argument, NULL, 12},
|
||||||
{"data-checksums", no_argument, NULL, 'k'},
|
{"data-checksums", no_argument, NULL, 'k'},
|
||||||
{"authprompt", no_argument, NULL, 'R'},
|
{"authprompt", no_argument, NULL, 'R'},
|
||||||
{"file-encryption-keylen", no_argument, NULL, 'K'},
|
{"file-encryption-keylen", required_argument, NULL, 'K'},
|
||||||
{"allow-group-access", no_argument, NULL, 'g'},
|
{"allow-group-access", no_argument, NULL, 'g'},
|
||||||
{"cluster-key-command", required_argument, NULL, 'c'},
|
{"cluster-key-command", required_argument, NULL, 'c'},
|
||||||
{"copy-encryption-keys", required_argument, NULL, 'u'},
|
{"copy-encryption-keys", required_argument, NULL, 'u'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user