From: Peter Eisentraut Date: Wed, 15 May 2024 11:05:30 +0000 (+0200) Subject: doc: Remove claims that initdb and pg_ctl use libpq environment variables X-Git-Tag: REL_17_BETA1~37 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4f8ff6af1fdca2b33434dd61d4ace7cb480afa21;p=postgresql.git doc: Remove claims that initdb and pg_ctl use libpq environment variables Erroneously introduced by 571df93cff8. Reviewed-by: Daniel Gustafsson Discussion: https://www.postgresql.org/message-id/flat/8458c9c5-18f1-46d7-94c4-1c30e4f44908%40eisentraut.org --- 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 - - This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by libpq - (see ). - - 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 @@ -578,13 +578,6 @@ PostgreSQL documentation unless PGDATA is set. - - pg_ctl, like most other PostgreSQL - utilities, - also uses the environment variables supported by libpq - (see ). - - For additional variables that affect the server, see .