diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-05-15 13:05:30 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-05-15 13:06:44 +0200 |
commit | 987ab19ec9260618b36c186e0777f0bd43b8ded1 (patch) | |
tree | d6dd71b510a1ae92294a2c955c7851a8811ec71e | |
parent | 8e0e99972ad92cc128c18bc6af41ef0e4d89e7ae (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.sgml | 6 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 74bf95b7f32..2b13b69a230 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -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> 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> |