logerrors
Function for collecting statistics about messages in logfile
Module:
Categories:
Overview
MIXED 3rd Party Extension: logerrors
: Function for collecting statistics about messages in logfile
Information
- Extension ID: 7140
- Extension Name:
logerrors
- Package Name:
logerrors
- Category:
SEC
- License: BSD 3
- Website: https://github.com/munakoiso/logerrors
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 2.1
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
logerrors_$v*
- RPM Ver :
2.1
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-logerrors
- DEB Ver :
2.1
- DEB Deps: N/A
Packages
Installation
Install logerrors
via the pig
CLI tool:
pig ext install logerrors
Install logerrors
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["logerrors"]}' # -l <cls>
Install logerrors
RPM from YUM repo directly:
dnf install logerrors_17*;
dnf install logerrors_16*;
dnf install logerrors_15*;
dnf install logerrors_14*;
dnf install logerrors_13*;
Install logerrors
DEB from APT repo directly:
apt install postgresql-17-logerrors;
apt install postgresql-16-logerrors;
apt install postgresql-15-logerrors;
apt install postgresql-14-logerrors;
apt install postgresql-13-logerrors;
Enable logerrors
extension on PostgreSQL cluster:
CREATE EXTENSION logerrors;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.