pl_get_trace_info
Function for viewing trace records. For details about the column, see Table 1.
Parameter |
Type |
Description |
---|---|---|
session_id |
bigint |
ID of the session to which the SQL statement belongs. |
level |
text |
Level of the SQL statement. |
database |
text |
Name of the database to which the SQL statement belongs. |
func |
oid |
OID of the stored procedure to which the SQL statement belongs. |
source |
text |
This SQL statement. |
plan |
text |
Execution plan of this SQL statement. |
time |
text |
Execution time of this SQL statement. |
threshold |
float8 |
Threshold of the SQL statement, in milliseconds. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.