1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

doc: mention vacuum's removal of commit timestamp information

Reported-by: Kyotaro HORIGUCHI

Discussion: https://postgr.es/m/20180622.172132.230342845.horiguchi.kyotaro@lab.ntt.co.jp

Co-authored-by: Kyotaro HORIGUCHI

Backpatch-through: 16
This commit is contained in:
Bruce Momjian
2023-11-24 17:56:28 -05:00
parent 6631363a59
commit 49d7e713d9

View File

@ -26006,7 +26006,8 @@ SELECT collation for ('foo' COLLATE "de_DE");
They only provide useful data when the
<xref linkend="guc-track-commit-timestamp"/> configuration option is
enabled, and only for transactions that were committed after it was
enabled.
enabled. Commit timestamp information is routinely removed during
vacuum.
</para>
<table id="functions-commit-timestamp">