Commit 1d46fb80 authored by Bruce Momjian's avatar Bruce Momjian

Fix typo.

parent c6fc6cfa
......@@ -8,7 +8,7 @@ PostgreSQL code for many years.
Major changes in this release:
Write-ahead Log(WAL) - To maintain database consistency in case
Write-ahead Log (WAL) - To maintain database consistency in case
of an operating system crash, previous releases of PostgreSQL have
forced all data modifications to disk before each transaction commit.
With WAL, only one log file must be flushed to disk, greatly improving
......
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.68 2000/12/20 03:02:52 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.69 2000/12/20 15:44:00 momjian Exp $
-->
<chapter id="release">
......@@ -31,7 +31,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.68 2000/12/20 03:02:52 mom
<variablelist>
<varlistentry>
<term>
Write-ahead Log(WAL)
Write-ahead Log (WAL)
</term>
<listitem>
<para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment