archive_library
A system parameter determining the library to use for WAL archiving
archive_library
is a configuration parameter specifying the library to use to archive WAL
archive_library
was added in PostgreSQL 15.
Usage
If left empty (the default), WAL files will be archived via archive_command
, if this is enabled.
Otherwise the specified shared library will be used.
Default value
The default value for archive_library
is : ''
(empty string).
Change history
- PostgreSQL 16
- may no longer be set at the same time as
archive_command
(commit d627ce3b)
- may no longer be set at the same time as
- PostgreSQL 15
- added (commit 5ef1eefd)
References
- PostgreSQL documentation: archive_library