You are here

function dba_pgsql_report_uptime in Database Administration 7

No way to get the PostgreSQL uptime.

File

database/pgsql.report.inc, line 26

Code

function dba_pgsql_report_uptime() {
  return t('Unknown');
}