PostgreSQL 9.5 let us to track last modified commit.
1. Check track commit is on or off using the following query
2. If it return "ON" go to step 3 else modify postgresql.conf
1. Check track commit is on or off using the following query
show track_commit_timestamp;
|