diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-05 19:06:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-05 19:06:11 +0000 |
commit | d66f172f4b75df4fccae02612a181f1161e0865d (patch) | |
tree | b9ac558b50554c2a08f04ec31f8049067aaada4d | |
parent | f170e61d9baf794ec2301b0eed168f3cefbab862 (diff) | |
download | postgresql-d66f172f4b75df4fccae02612a181f1161e0865d.tar.gz postgresql-d66f172f4b75df4fccae02612a181f1161e0865d.zip |
Don't document that UNDO is certain to be added in the future.
-rw-r--r-- | doc/src/sgml/wal.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index f080c6d9873..5c83b9f1e93 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.15 2002/02/11 23:25:14 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.16 2002/07/05 19:06:11 momjian Exp $ --> <chapter id="wal"> <title>Write-Ahead Logging (<acronym>WAL</acronym>)</title> @@ -80,8 +80,7 @@ <title>Future Benefits</title> <para> - In this first release of <acronym>WAL</acronym>, UNDO operation is - not implemented, because of lack of time. This means that changes + UNDO operation is not implemented. This means that changes made by aborted transactions will still occupy disk space and that we still need a permanent <filename>pg_clog</filename> file to hold the status of transactions, since we are not able to re-use |