Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Remove claims that initdb and pg_ctl use libpq environment variables
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 15 May 2024 11:05:30 +0000 (13:05 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 15 May 2024 11:07:11 +0000 (13:07 +0200)
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

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

index af76dbede486f76c95ac59129d0f56c8a5f415fd..c379038ecdd1340f5a5ddb053b6659d3dd97aa52 100644 (file)
@@ -486,12 +486,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 3946fa52eab7c5b305f79f243cd3c873a332c5df..2864e8239b1a9abfe01e30b78bf3b95a966c3155 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"/>.