1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Some minor improvements to logical decoding document.

Also improve help message in pg_recvlogical.
This commit is contained in:
Fujii Masao
2014-03-19 22:13:05 +09:00
parent 033dc1c92c
commit fb1d92a9fa
2 changed files with 10 additions and 10 deletions

View File

@ -83,7 +83,7 @@ usage(void)
printf(_(" -F --fsync-interval=INTERVAL\n"
" frequency of syncs to the output file (in seconds, defaults to 10)\n"));
printf(_(" -o, --option=NAME[=VALUE]\n"
" Specify option NAME with optional value VAL, to be passed\n"
" Specify option NAME with optional value VALUE, to be passed\n"
" to the output plugin\n"));
printf(_(" -P, --plugin=PLUGIN use output plugin PLUGIN (defaults to test_decoding)\n"));
printf(_(" -s, --status-interval=INTERVAL\n"