diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 74008a9a82f..bdd613e77ff 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -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> |