简体   繁体   中英

How to find the time postgresql was started via a query

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?

SELECT pg_postmaster_start_time();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM