Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试查找 postgres 数据库的开始时间,最好是通过查询一些 system_table (而不是解析日志文件)。可能吗?
SELECT pg_postmaster_start_time();