We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd496a65 commit46052d9Copy full SHA for 46052d9
doc/src/sgml/func.sgml
@@ -18628,7 +18628,7 @@ postgres=# select pg_start_backup('label_goes_here');
18628
<function>pg_current_wal_insert_lsn</> displays the current write-ahead log
18629
insertion location and <function>pg_current_wal_flush_lsn</> displays the
18630
current write-ahead log flush location. The insertion location is the <quote>logical</>
18631
- end of thetransaction log at any instant, while the write location is the end of
+ end of thewrite-ahead log at any instant, while the write location is the end of
18632
what has actually been written out from the server's internal buffers and flush
18633
location is the location guaranteed to be written to durable storage. The write
18634
location is the end of what can be examined from outside the server, and is usually