diff options
Diffstat (limited to 'doc/src/sgml/wal.sgml')
-rw-r--r-- | doc/src/sgml/wal.sgml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 8f8ff2dfb97..7a2e111bfc5 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -4,9 +4,8 @@ <title>Reliability and the Write-Ahead Log</title> <para> - This chapter explains how to control the reliability of - <productname>PostgreSQL</productname>, including details about the - Write-Ahead Log. + This chapter explains how the Write-Ahead Log is used to obtain + efficient, reliable operation. </para> <sect1 id="wal-reliability"> @@ -813,5 +812,4 @@ seem to be a problem in practice. </para> </sect1> - </chapter> |