Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46052d9

Browse files
committed
Replace another "transaction log" with "write-ahead log"
Reported-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
1 parentd496a65 commit46052d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18628,7 +18628,7 @@ postgres=# select pg_start_backup('label_goes_here');
1862818628
<function>pg_current_wal_insert_lsn</> displays the current write-ahead log
1862918629
insertion location and <function>pg_current_wal_flush_lsn</> displays the
1863018630
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
18631+
end of thewrite-ahead log at any instant, while the write location is the end of
1863218632
what has actually been written out from the server's internal buffers and flush
1863318633
location is the location guaranteed to be written to durable storage. The write
1863418634
location is the end of what can be examined from outside the server, and is usually

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp