mot_jit_detail
This built-in function is used to query the details about JIT compilation (code generation).
Usage Examples
Output Description
mot_jit_profile
This built-in function is used to query the profiling data (performance data) of the query or stored procedure execution.
Usage Examples
Output Description
Miscellaneous
Another useful system table to get information about stored procedures and functions is pg_proc.
For example, body of a stored procedure can be queried using the following query:
Top comments (0)