log_fdw
foreign-data wrapper for Postgres log file access
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: log_fdw : foreign-data wrapper for Postgres log file access
Information
- Extension ID: 8810
- Extension Name:
log_fdw - Package Name:
log_fdw - Category:
FDW - License: Apache-2.0
- Website: https://github.com/aws/postgresql-logfdw
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.4
- Postgres Support:
17,16,15,14 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Unknown
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
log_fdw_$v* - RPM Ver :
1.4 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-log-fdw - DEB Ver :
1.4 - DEB Deps: N/A
Availability
Installation
Install log_fdw via the pig CLI tool:
pig ext install log_fdw
Install log_fdw via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["log_fdw"]}' # -l <cls>
Install log_fdw RPM from YUM repo directly:
dnf install log_fdw_17*;
dnf install log_fdw_16*;
dnf install log_fdw_15*;
dnf install log_fdw_14*;
Install log_fdw DEB from APT repo directly:
apt install postgresql-17-log-fdw;
apt install postgresql-16-log-fdw;
apt install postgresql-15-log-fdw;
apt install postgresql-14-log-fdw;
Create log_fdw extension on PostgreSQL cluster:
CREATE EXTENSION log_fdw;
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.