summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-05-15 13:05:30 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-05-15 13:06:53 +0200
commita826021e562450abb3b9682087111029f2319330 (patch)
tree007232be40718db64c63e6ae4cc45e3adec18de3
parentc40e78d239a8f7b8a3b6fd180b6e642e269dec5f (diff)
doc: Remove claims that initdb and pg_ctl use libpq environment variables
Erroneously introduced by 571df93cff8. Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://www.postgresql.org/message-id/flat/8458c9c5-18f1-46d7-94c4-1c30e4f44908%40eisentraut.org
-rw-r--r--doc/src/sgml/ref/initdb.sgml6
-rw-r--r--doc/src/sgml/ref/pg_ctl-ref.sgml7
2 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index 81588962980..ef0c64b9a8d 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -558,12 +558,6 @@ PostgreSQL documentation
</varlistentry>
</variablelist>
- <para>
- This utility, like most other <productname>PostgreSQL</productname> utilities,
- also uses the environment variables supported by <application>libpq</application>
- (see <xref linkend="libpq-envars"/>).
- </para>
-
</refsect1>
<refsect1>
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 46906966eb9..a0287bb81d6 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -579,13 +579,6 @@ PostgreSQL documentation
</para>
<para>
- <command>pg_ctl</command>, like most other <productname>PostgreSQL</productname>
- utilities,
- also uses the environment variables supported by <application>libpq</application>
- (see <xref linkend="libpq-envars"/>).
- </para>
-
- <para>
For additional variables that affect the server,
see <xref linkend="app-postgres"/>.
</para>