select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

FUNCTIONS / SYSTEM ADMINISTRATION FUNCTIONS

pg_get_wal_resource_managers

Read PG 18 manual ↗

Returns the currently-loaded WAL resource managers in the system.

Signatures & examples

pg_get_wal_resource_managers () → setof record ( rm_id integer, rm_name text, rm_builtin boolean )
Returns the currently-loaded WAL resource managers in the system. The column rm_builtin indicates whether it's a built-in resource manager, or a custom resource manager loaded by an extension.
Version history 1
  1. PG 14 → 15added

Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source