Index: runtime.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/runtime.sgml,v
retrieving revision 1.285
diff -c -r1.285 runtime.sgml
*** runtime.sgml	29 Sep 2004 06:27:11 -0000	1.285
--- runtime.sgml	2 Oct 2004 22:57:41 -0000
***************
*** 612,617 ****
--- 612,664 ----
       </variablelist>
     </sect2>
  
+    <sect2 id="runtime-config-common-modifications">
+     <title>Commonly Modified Configuration Options</title>
+     <para>Listed below, in the same order found in the file, are a list of the
+      most commonly modified configuration options by PostgreSQL
+      administrators.   When setting up your server, you may which to start with
+      these, and if you ignore them you will not get optimum performance from
+      your hardware.</para>
+     <itemizedlist>
+      <listitem>
+       <para>Connecting: listen_addresses, port, max_connections</para>
+      </listitem>
+     </itemizedlist>
+     <itemizedlist>
+      <listitem>
+       <para>Memory Usage: shared_buffers, work_mem</para>
+      </listitem>
+     </itemizedlist>
+     <itemizedlist>
+      <listitem>
+       <para>Database Maintenance: max_fsm_pages, vacuum_cost_delay</para>
+      </listitem>
+     </itemizedlist>
+     <itemizedlist>
+      <listitem>
+       <para>I/O Usage: bgwriter_percent, checkpoint_segments</para>
+      </listitem>
+     </itemizedlist>
+     <itemizedlist>
+      <listitem>
+       <para>Point In Time Recovery: archive_command</para>
+      </listitem>
+     </itemizedlist>
+     <itemizedlist>
+      <listitem>
+       <para>Query Planner Settings: effective_cache_size, random_page_cost</para>
+      </listitem>
+     </itemizedlist>
+     <itemizedlist>
+      <listitem>
+       <para>Logging: log_destination, plus supporting settings.</para>
+      </listitem>
+     </itemizedlist>
+     <para>Recommedations on how to set each parameter are in the setting text.</para> 
+ 
+    </sect2>
+ 
+ 
     <sect2 id="runtime-config-connection">
      <title>Connections and Authentication</title>
  
