Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.283
diff -c -c -r1.283 installation.sgml
*** doc/src/sgml/installation.sgml	17 Feb 2007 01:26:24 -0000	1.283
--- doc/src/sgml/installation.sgml	19 Feb 2007 18:55:50 -0000
***************
*** 482,487 ****
--- 482,494 ----
  
     <step>
      <para>
+      Restore your previous <filename>pg_hba.conf</> and any
+      <filename>postgresql.conf</> modifications.
+     </para>
+    </step>
+ 
+    <step>
+     <para>
       Start the database server, again from the special database user
       account:
  <programlisting>
***************
*** 1619,1629 ****
      </para>
     </step>
  
     <step>
      <para>
!      The previous step should have told you how to start up the
!      database server. Do so now. The command should look something
!      like:
  <programlisting>
  /usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data
  </programlisting>
--- 1626,1645 ----
      </para>
     </step>
  
+    <step
+     <para>
+      At this point, if you did not use the <command>initdb</> <literal>-A</>
+      option, you might want to modify <filename>pg_hba.conf</> to control
+      local access to the server before you start it.  The default is to 
+      trust all local users.
+     </para>
+    </step>
+ 
     <step>
      <para>
!      The previous <command>initdb</> step should have told you how to
!      start up the database server. Do so now. The command should look
!      something like:
  <programlisting>
  /usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data
  </programlisting>
