Re: How to gather transaction information for reporting in postgress

Поиск
Список
Период
Сортировка
От MichaelDBA
Тема Re: How to gather transaction information for reporting in postgress
Дата
Msg-id 0cf5855e-39d9-244e-1523-be0416a432fc@sqlexec.com
обсуждение исходный текст
Ответ на How to gather transaction information for reporting in postgress  ("Tharmarajah, Sam" <sambavan.tharmarajah@usask.ca>)
Список pgsql-admin
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


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Tharmarajah, Sam"
Дата:
Сообщение: How to gather transaction information for reporting in postgress
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: 12 to 13 migration, the privs error with pg_pltemplate