GET_AUDIT_TIME

Reports the time when the automatic audit of database size occurs. Vertica performs this audit if your Vertica license includes a data size allowance. For details of this audit, see Managing Licenses in the Administrator's Guide. To change the time the audit runs, use the SET_AUDIT_TIME function.

Syntax

GET_AUDIT_TIME()

Privileges

None

Example

=> SELECT get_audit_time();                   
get_audit_time                    
-----------------------------------------------------
 The audit is scheduled to run at 11:59 PM each day.
(1 row)