1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Document maintainer options.

Document maintainer options in a separate section with appropriate explanation and caveats.

Also make the pg-version-force option user visible now that maintainer caveats have been documented.
This commit is contained in:
David Steele
2023-10-14 16:22:09 -04:00
committed by GitHub
parent 81536cd486
commit 21c8c8a66c
7 changed files with 72 additions and 40 deletions

View File

@@ -266,6 +266,10 @@ testRun(void)
" --log-subprocess enable logging in subprocesses [default=n]\n"
" --log-timestamp enable timestamp in logging [default=y]\n"
"\n",
"Maintainer Options:\n"
"\n"
" --pg-version-force force PostgreSQL version\n"
"\n"
"Repository Options:\n"
"\n"
" --repo set repository\n"

View File

@@ -26,6 +26,7 @@ testRun(void)
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("general")), "general", "general section no remap");
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("log")), "log", "log section no remap");
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("maintainer")), "maintainer", "maintainer section no remap");
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("repository")), "repository", "repository section no remap");
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("stanza")), "stanza", "stanza section no remap");