diff options
| author | Bruce Momjian <bruce@momjian.us> | 2007-01-11 02:30:01 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2007-01-11 02:30:01 +0000 |
| commit | 7f1bc239c126e0233fa31029363536dc6f498520 (patch) | |
| tree | cb59548ea4f13a0da1e6fb2225af062823c76f82 | |
| parent | ebdee66d5fd1498903ed916a82d56e97b55694e3 (diff) | |
| download | postgresql-7f1bc239c126e0233fa31029363536dc6f498520.tar.gz | |
For pg_ctl -w, add reference to additional environment variables and pgpass.
| -rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 72fb51b1c7..304ac88e4e 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.36 2007/01/05 16:17:54 adunstan Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.37 2007/01/11 02:30:01 momjian Exp $ PostgreSQL documentation --> @@ -356,7 +356,7 @@ PostgreSQL documentation </variablelist> <para> - For others, see <xref linkend="app-postgres">. + For additional server variables, see <xref linkend="app-postgres">. </para> </refsect1> @@ -427,7 +427,9 @@ PostgreSQL documentation <para> Waiting for complete start is not a well-defined operation and may fail if access control is set up so that a local client cannot - connect without manual interaction (e.g., password authentication). + connect without manual interaction (e.g., password authentication). For + additional connection variables, see <xref linkend="libpq-envars">, + and for passwords, also see <xref linkend="libpq-pgpass">. </para> </refsect1> |
