mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo.
This commit is contained in:
2
HISTORY
2
HISTORY
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$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>
|
||||
|
Reference in New Issue
Block a user