IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
PostgreSQL fields
editPostgreSQL fields
editPostgreSQL-specific event fields.
-
pgsql.query
-
The row pgsql query as read from the transaction’s request.
-
pgsql.iserror
-
type: boolean
If the PgSQL query returns an error, this field is set to true.
-
pgsql.error_code
-
type: long
The PostgreSQL error code.
-
pgsql.error_message
-
The PostgreSQL error message.
-
pgsql.error_severity
-
The PostgreSQL error severity.
-
pgsql.num_fields
-
If the SELECT query if successful, this field is set to the number of fields returned.
-
pgsql.num_rows
-
If the SELECT query if successful, this field is set to the number of rows returned.