Reputation: 161
I'm trying to find the start time of a postgres DB, preferably via a query of some system_table (rather than parsing log files). Is it possible?
Upvotes: 1
Views: 67
Reputation: 12206
SELECT pg_postmaster_start_time();