doc: Remove claims that initdb and pg_ctl use libpq environment variables
authorPeter Eisentraut <[email protected]>
Wed, 15 May 2024 11:05:30 +0000 (13:05 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 15 May 2024 11:06:44 +0000 (13:06 +0200)
Erroneously introduced by 571df93cff8.

Reviewed-by: Daniel Gustafsson <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/8458c9c5-18f1-46d7-94c4-1c30e4f44908%40eisentraut.org

doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml

index 74bf95b7f326cb24502d26c34907dfa509a4f4d7..2b13b69a23071ecefaef6c5d78a7af10651aea9f 100644 (file)
@@ -594,12 +594,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>
index 46906966eb99409b090430bdfe6da09982d015a2..a0287bb81d6234d00ac1a4c5b4978c732b289cf7 100644 (file)
@@ -578,13 +578,6 @@ PostgreSQL documentation
    unless <envar>PGDATA</envar> is set.
   </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"/>.