From c750cb4bd35d884b2a04bd8776fe0cee9b491760 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 Feb 2010 22:30:10 +0000 Subject: [PATCH] Document that pg_ctl cares about the PGHOST environment variable. --- doc/src/sgml/ref/pg_ctl-ref.sgml | 16 ++++++++++++++-- doc/src/sgml/ref/postgres-ref.sgml | 4 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 16d9373634..a85d0ef02c 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ @@ -392,15 +392,27 @@ PostgreSQL documentation + + PGHOST + + + + Default hostname or Unix-domain socket location for (used by the -w option). + + + + PGPORT - Default port for (used by the -w option). + Default port number for (used by the -w option). + diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 0024c43cc5..636782a17d 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ @@ -579,7 +579,7 @@ PostgreSQL documentation - Default port (preferably set in the configuration file) + Default port number (preferably set in the configuration file) -- 2.40.0