|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.36 2007/01/05 16:17:54 adunstan Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.37 2007/01/11 02:30:01 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -356,7 +356,7 @@ PostgreSQL documentation |
356 | 356 | </variablelist> |
357 | 357 |
|
358 | 358 | <para> |
359 | | - Forothers, see <xref linkend="app-postgres">. |
| 359 | + Foradditional server variables, see <xref linkend="app-postgres">. |
360 | 360 | </para> |
361 | 361 | </refsect1> |
362 | 362 |
|
@@ -427,7 +427,9 @@ PostgreSQL documentation |
427 | 427 | <para> |
428 | 428 | Waiting for complete start is not a well-defined operation and may |
429 | 429 | fail if access control is set up so that a local client cannot |
430 | | - connect without manual interaction (e.g., password authentication). |
| 430 | + connect without manual interaction (e.g., password authentication). For |
| 431 | + additional connection variables, see <xref linkend="libpq-envars">, |
| 432 | + and for passwords, also see <xref linkend="libpq-pgpass">. |
431 | 433 | </para> |
432 | 434 | </refsect1> |
433 | 435 |
|
|