I am running PostgreSQL 9.3
(in a hot standby setup) on Ubuntu 14.04 LTS
.
I would like to display the growth (e.g. amount of tuples) of a table over time. The table does not contain a "timestamp" (or equivalent out of historical reasons) column.
Is their a way in PostgreSQL 9.3
to query information about the insertion time of a tuple in a table?