DISABLE_PROFILING
Disables profiling for the specified profiling type.
Syntax
DISABLE_PROFILING( 'profiling-type' )
Parameters
profiling-type |
The type of profiling data to disable:
|
Example
The following statement disables profiling on query execution runs:
=> SELECT DISABLE_PROFILING('ee'); DISABLE_PROFILING ----------------------- EE Profiling Disabled (1 row)