Fixed cmd_type* columns in the Reference doc

pull/124/head
Anastasia Alexadrova 2021-11-05 14:42:26 +02:00
parent d5e25f961f
commit d9c281a408
1 changed files with 3 additions and 2 deletions

View File

@ -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