1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix documentation of initdb --show option

It wasn't in the documentation at all (even though we document all the
other debugging-like options).  Also, change the --help output to show
that it exits after showing, similar to other options.
This commit is contained in:
Peter Eisentraut
2024-06-13 11:52:35 +02:00
parent ad8877cb51
commit a41106dab7
2 changed files with 13 additions and 1 deletions

View File

@ -525,6 +525,18 @@ PostgreSQL documentation
</listitem>
</varlistentry>
<varlistentry id="app-initdb-option-show">
<term><option>-s</option></term>
<term><option>--show</option></term>
<listitem>
<para>
Show internal settings and exit, without doing anything else. This
can be used to debug the <application>initdb</application>
installation.
</para>
</listitem>
</varlistentry>
<varlistentry id="app-initdb-option-sync-method">
<term><option>--sync-method=<replaceable>method</replaceable></option></term>
<listitem>