For pg_ctl -w, add reference to additional environment variables and pgpass.

This commit is contained in:
Bruce Momjian 2007-01-11 02:30:01 +00:00
parent ebdee66d5f
commit 7f1bc239c1

View File

@ -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 PostgreSQL documentation
--> -->
@ -356,7 +356,7 @@ PostgreSQL documentation
</variablelist> </variablelist>
<para> <para>
For others, see <xref linkend="app-postgres">. For additional server variables, see <xref linkend="app-postgres">.
</para> </para>
</refsect1> </refsect1>
@ -427,7 +427,9 @@ PostgreSQL documentation
<para> <para>
Waiting for complete start is not a well-defined operation and may 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 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> </para>
</refsect1> </refsect1>