db->protect_identifiers($table); } // -------------------------------------------------------------------- /** * Repair table query * * @param string the table name * @return bool */ public function _repair_table($table) { return FALSE; } // -------------------------------------------------------------------- /** * Postgre Export * * @param array Preferences * @return mixed */ function _backup($params = array()) { // Currently unsupported return $this->db->display_error('db_unsuported_feature'); } } /* End of file postgre_utility.php */ /* Location: ./system/database/drivers/postgre/postgre_utility.php */