From d9c281a40897fb0b4c58acc87ce1aeecb71bae9e Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Fri, 5 Nov 2021 14:42:26 +0200 Subject: [PATCH] Fixed cmd_type* columns in the Reference doc --- docs/REFERENCE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md index 0247747..5002cd6 100644 --- a/docs/REFERENCE.md +++ b/docs/REFERENCE.md @@ -23,9 +23,10 @@ top_query | text | Shows the top query used in a query | text | The actual text of the query | application_name | text | Shows the name of the application connected to the database relations | text[] | The list of tables involved in the query -cmd_type | text[] | Type of the query executed +cmd_type | integer | Type of the query executed +cmd_type_text | text[] | The description of the query executed elevel | integer | Shows the error level of a query (WARNING, ERROR, LOG) -sqlcode | integer | +sqlcode | integer | SQL error code message | text | The error message plans_calls | bigint | The number of times the statement was planned plan_total_time | double precision | The total time (in ms) spent on planning the statement