log_fdw

foreign-data wrapper for Postgres log file access

Overview

PIGSTY 3rd Party Extension: log_fdw : foreign-data wrapper for Postgres log file access

Information

Metadata

  • Latest Version: 1.4
  • Postgres Support: 17,16,15,14
  • Need Load: Shared library do not need explicit loading
  • Need DDL: Need CREATE EXTENSION DDL
  • 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

Packages

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 log_fdw_17
PIGSTY 1.4
log_fdw_16
PIGSTY 1.4
log_fdw_15
PIGSTY 1.4
log_fdw_14
PIGSTY 1.4
el8 aarch64 log_fdw_17
PIGSTY 1.4
log_fdw_16
PIGSTY 1.4
log_fdw_15
PIGSTY 1.4
log_fdw_14
PIGSTY 1.4
el9 x86_64 log_fdw_17
PIGSTY 1.4
log_fdw_16
PIGSTY 1.4
log_fdw_15
PIGSTY 1.4
log_fdw_14
PIGSTY 1.4
el9 aarch64 log_fdw_17
PIGSTY 1.4
log_fdw_16
PIGSTY 1.4
log_fdw_15
PIGSTY 1.4
log_fdw_14
PIGSTY 1.4
d12 x86_64 postgresql-17-log-fdw
PIGSTY 1.4
postgresql-16-log-fdw
PIGSTY 1.4
postgresql-15-log-fdw
PIGSTY 1.4
postgresql-14-log-fdw
PIGSTY 1.4
d12 aarch64 postgresql-17-log-fdw
PIGSTY 1.4
postgresql-16-log-fdw
PIGSTY 1.4
postgresql-15-log-fdw
PIGSTY 1.4
postgresql-14-log-fdw
PIGSTY 1.4
u22 x86_64 postgresql-17-log-fdw
PIGSTY 1.4
postgresql-16-log-fdw
PIGSTY 1.4
postgresql-15-log-fdw
PIGSTY 1.4
postgresql-14-log-fdw
PIGSTY 1.4
u22 aarch64 postgresql-17-log-fdw
PIGSTY 1.4
postgresql-16-log-fdw
PIGSTY 1.4
postgresql-15-log-fdw
PIGSTY 1.4
postgresql-14-log-fdw
PIGSTY 1.4
u24 x86_64 postgresql-17-log-fdw
PIGSTY 1.4
postgresql-16-log-fdw
PIGSTY 1.4
postgresql-15-log-fdw
PIGSTY 1.4
postgresql-14-log-fdw
PIGSTY 1.4
u24 aarch64 postgresql-17-log-fdw
PIGSTY 1.4
postgresql-16-log-fdw
PIGSTY 1.4
postgresql-15-log-fdw
PIGSTY 1.4
postgresql-14-log-fdw
PIGSTY 1.4

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;

Enable log_fdw extension on PostgreSQL cluster:

CREATE EXTENSION log_fdw;




Last modified 2025-02-17: add extension part (cfa504b)