Loading

PostgreSQL fields

PostgreSQL-specific event fields.

pgsql.error_code
The PostgreSQL error code.

type: long

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.