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.