SET STATISTICS TIME#

Displays the number of milliseconds required to parse, compile, and execute each statement.

Syntax#

SET STATISTICS TIME { ON | OFF }  [;]

Remarks#

Argument values are ignored and do not change the default behavior.

Permissions#

Requires membership in the public role.

See Also#