diff options
Diffstat (limited to 'doc/src/sgml/ref/initdb.sgml')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index afd344b4c06..3077530c7b4 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -389,6 +389,17 @@ PostgreSQL documentation <variablelist> <varlistentry> + <term><option>--clobber-cache</option></term> + <listitem> + <para> + Run the bootstrap backend with the + <literal>debug_invalidate_system_caches_always=1</literal> option. + This takes a very long time and is only of use for deep debugging. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-d</option></term> <term><option>--debug</option></term> <listitem> |