Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0191e12

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 parent a7136b7 commit 0191e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
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)