database - PostgreSQL find activity in particular point of time -


i using postgresql 9.4. how can find queries running or logged in 2 hous ago in postgresql?

also, there other postgres forums can ask question?

select * pg_stat_activity shows sessions (and queries). real time only. can cron saving stat other table, or enable logging level save statements , connections logs. pg not that...


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -