We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7136b7 commit 0191e12Copy full SHA for 0191e12
doc/src/sgml/func.sgml
@@ -14219,7 +14219,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
14219
<entry><type>timestamp with time zone</type></entry>
14220
<entry>Get timestamp of last transaction replayed during recovery.
14221
This is the time at which the commit or abort WAL record for that
14222
- transaction was generated.
+ transaction was generated on the primary.
14223
If no transactions have been replayed during recovery, this function
14224
returns NULL. Otherwise, if recovery is still in progress this will
14225
increase monotonically. If recovery has completed then this value will
0 commit comments