/**
  * List All Runtime Info from the current PostgreSQL server.
  *
  * @return ARRAY
  *
  * @access 		private
  * @internal
  *
  */
 public function runtime_info()
 {
     //--
     return SmartPgsqlDb::runtime_info($this->connection);
     //--
 }