提交 0191e120 编写于 作者: B Bruce Momjian

Document that the timestamp returned by pg_last_xact_replay_timestamp is

the time on the primary that the transaction was generated.
上级 a7136b7f
...@@ -14219,7 +14219,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -14219,7 +14219,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<entry><type>timestamp with time zone</type></entry> <entry><type>timestamp with time zone</type></entry>
<entry>Get timestamp of last transaction replayed during recovery. <entry>Get timestamp of last transaction replayed during recovery.
This is the time at which the commit or abort WAL record for that 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 If no transactions have been replayed during recovery, this function
returns NULL. Otherwise, if recovery is still in progress this will returns NULL. Otherwise, if recovery is still in progress this will
increase monotonically. If recovery has completed then this value will increase monotonically. If recovery has completed then this value will
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册