mirror of
https://github.com/postgres/postgres.git
synced 2025-04-18 13:44:19 +03:00
This module provides SQL functions that allow to inspect logical decoding components. It currently allows to inspect the contents of serialized logical snapshots of a running database cluster, which is useful for debugging or educational purposes. Author: Bertrand Drouvot Reviewed-by: Amit Kapila, Shveta Malik, Peter Smith, Peter Eisentraut Reviewed-by: David G. Johnston Discussion: https://postgr.es/m/ZscuZ92uGh3wm4tW%40ip-10-97-1-34.eu-west-3.compute.internal
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
# pg_logicalinspect extension
|
|
comment = 'functions to inspect logical decoding components'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/pg_logicalinspect'
|
|
relocatable = true
|