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

Commit0191e12

Browse files
committed
Document that the timestamp returned by pg_last_xact_replay_timestamp is
the time on the primary that the transaction was generated.
1 parenta7136b7 commit0191e12

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
@@ -14219,7 +14219,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1421914219
<entry><type>timestamp with time zone</type></entry>
1422014220
<entry>Get timestamp of last transaction replayed during recovery.
1422114221
This is the time at which the commit or abort WAL record for that
14222-
transaction was generated.
14222+
transaction was generated on the primary.
1422314223
If no transactions have been replayed during recovery, this function
1422414224
returns NULL. Otherwise, if recovery is still in progress this will
1422514225
increase monotonically. If recovery has completed then this value will

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp