barman.postgres_plumbing module#
PostgreSQL Plumbing module
This module contain low-level PostgreSQL related information, such as the on-disk structure and the name of the core functions in different PostgreSQL versions.
- barman.postgres_plumbing.function_name_map(server_version)View on GitHub#
Return a map with function and directory names according to the current PostgreSQL version.
Each entry has the current name as key and the name for the specific version as value.