Uptime postgres
Uptime postgres
2011-04-21
Sql do sprawdzenia uptime serwera postgres
select date_trunc('second',current_timestamp -
pg_postmaster_start_time()) as server_uptime;
Requires the Flash plugin. If the plugin is already installed, click here.
Sql do sprawdzenia uptime serwera postgres
select date_trunc('second',current_timestamp -
pg_postmaster_start_time()) as server_uptime;