Thread: How to gather transaction information for reporting in postgress

How to gather transaction information for reporting in postgress

From
"Tharmarajah, Sam"
Date:

Hi All,

 

I am new to postgress. We have postgress 9.3 and we have been requested to gather transaction information from the database. I there any views or tables that we can use to gather those information?

 

My advance thanks for all the helps.

 

Thanx,

Sam

Re: How to gather transaction information for reporting in postgress

From
MichaelDBA
Date:
You can get transactions per time duration aka TPS from pg_stat_database table for commit and rollbacks.

Regards,
Michael Vitale

Tharmarajah, Sam wrote on 12/11/2020 10:49 AM:

Hi All,

 

I am new to postgress. We have postgress 9.3 and we have been requested to gather transaction information from the database. I there any views or tables that we can use to gather those information?

 

My advance thanks for all the helps.

 

Thanx,

Sam