On 7/29/2014 1:29 PM, gajendra s v wrote:
Sorry to disturb you again, I have imported old backup, is there any way to find how many times transaction has happened for 24 hrs duration to perticular table with update query because by mistakenly our java application has update different values ones.

the backup dump just stores the current values. and, postgres stores no history of transactions or anything, unless you've implemented some sort of auditing mechanism such as triggers that log update/insert events into special audit tables you've created.




--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to