[archive] add 'archive-table' option (#6152)

This commit is contained in:
Mike Fährmann
2025-02-17 11:01:35 +01:00
parent dac0c4ac10
commit 8daf496a22
4 changed files with 69 additions and 42 deletions

View File

@@ -1001,7 +1001,8 @@ extractor.*.archive-prefix
Type
``string``
Default
``"{category}"``
* ``""`` when `archive-table <extractor.*.archive-table_>`__ is set
* ``"{category}"`` otherwise
Description
Prefix for archive IDs.
@@ -1019,6 +1020,18 @@ Description
for available ``PRAGMA`` statements and further details.
extractor.*.archive-table
-------------------------
Type
``string``
Default
``"archive"``
Example
``"{category}"``
Description
`Format string`_ selecting the archive database table name.
extractor.*.actions
-------------------
Type