Replace another "transaction log" with "write-ahead log"
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 12 May 2017 17:53:24 +0000 (13:53 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 12 May 2017 17:53:24 +0000 (13:53 -0400)
Reported-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
doc/src/sgml/func.sgml

index 0527641b7cc746f82d0747b9ec720af060b24b35..5f47c59f8ad01797cfca9a7e039476513a26ea20 100644 (file)
@@ -18628,7 +18628,7 @@ postgres=# select pg_start_backup('label_goes_here');
     <function>pg_current_wal_insert_lsn</> displays the current write-ahead log
     insertion location and <function>pg_current_wal_flush_lsn</> displays the
     current write-ahead log flush location. The insertion location is the <quote>logical</>
-    end of the transaction log at any instant, while the write location is the end of
+    end of the write-ahead log at any instant, while the write location is the end of
     what has actually been written out from the server's internal buffers and flush
     location is the location guaranteed to be written to durable storage. The write
     location is the end of what can be examined from outside the server, and is usually