aboutsummaryrefslogtreecommitdiff
path: root/doc/src
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:12 +0200
commit4f8ff6af1fdca2b33434dd61d4ace7cb480afa21 (patch)
tree97be2d5cb2bd823bf6a3a93ffd02ca287ced2d41 /doc/src
parent54cf0c51184fde6e4c01059be0080b5a60ce6802 (diff)
downloadpostgresql-4f8ff6af1fdca2b33434dd61d4ace7cb480afa21.tar.gz
postgresql-4f8ff6af1fdca2b33434dd61d4ace7cb480afa21.zip
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
Diffstat (limited to 'doc/src')
-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 6c96c0c0681..74008a9a82f 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -632,12 +632,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>