pg_logicalinspect

Logical decoding components inspection

Overview

CONTRIB Built-in Extension: pg_logicalinspect : Logical decoding components inspection

Information

Metadata

  • Latest Version: 1.0
  • Postgres Support: 18
  • Need Load: Shared library do not need explicit loading
  • Need DDL: Need CREATE EXTENSION DDL
  • Relocatable: Can be installed into other schemas
  • Trusted: Untrusted, Require Superuser to Create
  • Schemas: N/A
  • Requires: N/A

RPM / DEB

PostgreSQL Built-in Contrib Extension


Availability

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64
el8 aarch64
el9 x86_64
el9 aarch64
d12 x86_64
d12 aarch64
u22 x86_64
u22 aarch64
u24 x86_64
u24 aarch64

Installation

Extension pg_logicalinspect is PostgreSQL Built-in Contrib Extension which is installed along with the kernel/contrib.

Install pg_logicalinspect RPM from YUM repo directly:

dnf install postgresql18-contrib;

Install pg_logicalinspect DEB from APT repo directly:

apt install postgresql-18;

Create pg_logicalinspect extension on PostgreSQL cluster:

CREATE EXTENSION pg_logicalinspect;




Last modified 2025-05-08: update extension catalog (65955b6)