aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-03-18 19:18:08 -0400
committerBruce Momjian <bruce@momjian.us>2011-03-18 19:18:08 -0400
commit0191e120e6b427f16aed239c657b9e32c83a0f6d (patch)
tree0243a8021b46eba620c364fb225e61308daaf8dc /doc/src
parenta7136b7fa2505ec209210803bb74a7946ede337f (diff)
downloadpostgresql-0191e120e6b427f16aed239c657b9e32c83a0f6d.tar.gz
postgresql-0191e120e6b427f16aed239c657b9e32c83a0f6d.zip
Document that the timestamp returned by pg_last_xact_replay_timestamp is
the time on the primary that the transaction was generated.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 8b5c3c51aec..3106a0f48ef 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -14219,7 +14219,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<entry><type>timestamp with time zone</type></entry>
<entry>Get timestamp of last transaction replayed during recovery.
This is the time at which the commit or abort WAL record for that
- transaction was generated.
+ transaction was generated on the primary.
If no transactions have been replayed during recovery, this function
returns NULL. Otherwise, if recovery is still in progress this will
increase monotonically. If recovery has completed then this value will