Files
DBAdmin/inbox/DataBase/Oracle/queries/pg_runtime.sql
T
2026-05-18 06:40:19 +00:00

3 lines
113 B
SQL

SELECT pg_postmaster_start_time() as pg_start,
current_timestamp - pg_postmaster_start_time() as runtime;