diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-10-01 01:42:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-10-01 01:42:43 +0000 |
commit | ca8cfc9846e8e932d899763f30b9b474bbd4ecb8 (patch) | |
tree | 04a719a3ef2885d359a43014f596512e6e20b976 /doc/src | |
parent | c40cd3660f641009c51e00b81aa5baa2d8545aac (diff) | |
download | postgresql-ca8cfc9846e8e932d899763f30b9b474bbd4ecb8.tar.gz postgresql-ca8cfc9846e8e932d899763f30b9b474bbd4ecb8.zip |
Adjust wording.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 38c658a0498..8f96f483622 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.34 2005/09/29 02:29:48 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.35 2005/10/01 01:42:43 momjian Exp $ --> <chapter id="reliability"> <title>Reliability</title> @@ -76,8 +76,8 @@ </para> <para> - The following sections into detail about how the Write-Ahead Log - is used to obtain efficient, reliable operation. + The following sections explain how the Write-Ahead Log is used to + obtain efficient, reliable operation. </para> <sect1 id="wal"> |