Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.302
diff -c -c -r1.302 installation.sgml
*** doc/src/sgml/installation.sgml	17 Feb 2008 16:36:43 -0000	1.302
--- doc/src/sgml/installation.sgml	6 Mar 2008 21:36:39 -0000
***************
*** 1144,1157 ****
          <para>
           Enables <firstterm>assertion</> checks in the server, which test for
           many <quote>cannot happen</> conditions.  This is invaluable for
!          code development purposes, but the tests slow things down a little.
           Also, having the tests turned on won't necessarily enhance the
           stability of your server!  The assertion checks are not categorized
           for severity, and so what might be a relatively harmless bug will
           still lead to server restarts if it triggers an assertion
!          failure.  Currently, this option is not recommended for
!          production use, but you should have it on for development work
!          or when running a beta version.
          </para>
         </listitem>
        </varlistentry>
--- 1144,1158 ----
          <para>
           Enables <firstterm>assertion</> checks in the server, which test for
           many <quote>cannot happen</> conditions.  This is invaluable for
!          code development purposes, but the tests can slow down the
!          server significantly.
           Also, having the tests turned on won't necessarily enhance the
           stability of your server!  The assertion checks are not categorized
           for severity, and so what might be a relatively harmless bug will
           still lead to server restarts if it triggers an assertion
!          failure.  This option is not recommended for production use, but
!          you should have it on for development work or when running a beta
!          version.
          </para>
         </listitem>
        </varlistentry>
