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:07:05 +0200
commit2e2b2d076ab62c7850aaca65d1b575f602a9ce6d (patch)
tree4be07f991ce4b56b71568f657f8ef6e10eac190f
parente85f641b2b527255f1a66bbcce46071da9434c42 (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 be1e2a16751..04234895a9a 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -485,12 +485,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 3946fa52eab..2864e8239b1 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>