From a41106dab72cbcaa02fce8bda8965d04e85f2d3a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Jun 2024 11:52:35 +0200 Subject: 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. --- doc/src/sgml/ref/initdb.sgml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/src') 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 + + + + + + Show internal settings and exit, without doing anything else. This + can be used to debug the initdb + installation. + + + + -- cgit v1.2.3