|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.283 2007/02/17 01:26:24 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.284 2007/02/19 18:57:18 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -480,6 +480,13 @@ su - postgres
|
480 | 480 | </para>
|
481 | 481 | </step>
|
482 | 482 |
|
| 483 | + <step> |
| 484 | + <para> |
| 485 | + Restore your previous <filename>pg_hba.conf</> and any |
| 486 | + <filename>postgresql.conf</> modifications. |
| 487 | + </para> |
| 488 | + </step> |
| 489 | + |
483 | 490 | <step>
|
484 | 491 | <para>
|
485 | 492 | Start the database server, again from the special database user
|
@@ -1619,11 +1626,20 @@ postgres$ <userinput>/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data</>
|
1619 | 1626 | </para>
|
1620 | 1627 | </step>
|
1621 | 1628 |
|
| 1629 | + <step |
| 1630 | + <para> |
| 1631 | + At this point, if you did not use the <command>initdb</> <literal>-A</> |
| 1632 | + option, you might want to modify <filename>pg_hba.conf</> to control |
| 1633 | + local access to the server before you start it. The default is to |
| 1634 | + trust all local users. |
| 1635 | + </para> |
| 1636 | + </step> |
| 1637 | + |
1622 | 1638 | <step>
|
1623 | 1639 | <para>
|
1624 |
| - The previous step should have told you how to start up the |
1625 |
| - database server. Do so now. The command should look something |
1626 |
| - like: |
| 1640 | + The previous<command>initdb</>step should have told you how to |
| 1641 | +start up thedatabase server. Do so now. The command should look |
| 1642 | +somethinglike: |
1627 | 1643 | <programlisting>
|
1628 | 1644 | /usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data
|
1629 | 1645 | </programlisting>
|
|