Commit 151c4ffe authored by Alvaro Herrera's avatar Alvaro Herrera

doc: pg_committs -> pg_commit_ts

Reported by: Alain Laporte (#13836)
parent 731dfc7d
...@@ -137,7 +137,7 @@ PostgreSQL documentation ...@@ -137,7 +137,7 @@ PostgreSQL documentation
A safe value for the oldest transaction ID for which the commit time can A safe value for the oldest transaction ID for which the commit time can
be retrieved (first part of <option>-c</>) can be determined by looking be retrieved (first part of <option>-c</>) can be determined by looking
for the numerically smallest file name in the directory for the numerically smallest file name in the directory
<filename>pg_committs</> under the data directory. Conversely, a safe <filename>pg_commit_ts</> under the data directory. Conversely, a safe
value for the newest transaction ID for which the commit time can be value for the newest transaction ID for which the commit time can be
retrieved (second part of <option>-c</>) can be determined by looking for retrieved (second part of <option>-c</>) can be determined by looking for
the numerically greatest file name in the same directory. As above, the the numerically greatest file name in the same directory. As above, the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment