PostgreSQL fields

edit

PostgreSQL-specific event fields.

pgsql.query

edit

The row pgsql query as read from the transaction’s request.

pgsql.iserror

edit

type: boolean

If the PgSQL query returns an error, this field is set to true.

pgsql.error_code

edit

type: long

The PostgreSQL error code.

pgsql.error_message

edit

The PostgreSQL error message.

pgsql.error_severity

edit

The PostgreSQL error severity.

pgsql.num_fields

edit

If the SELECT query if successful, this field is set to the number of fields returned.

pgsql.num_rows

edit

If the SELECT query if successful, this field is set to the number of rows returned.