sa_audit_string system procedure

Adds a string to the transaction log.

Syntax

sa_audit_string( string )

Arguments

Remarks

If auditing is turned on, this system procedure adds a comment to the auditing information stored in the transaction log. The string can be a maximum of 128 characters.

Privileges

You must have the MANAGE AUDITING system privilege.

Side effects

None

Example

The following example uses sa_audit_string to add a comment to the transaction log:

CALL sa_audit_string( 'Auditing test' );