From 0a5b63215744e9aa3001febf09f54fd12796b568 Mon Sep 17 00:00:00 2001 From: Charles Arnault Date: Wed, 11 Sep 2024 15:50:52 +0200 Subject: [PATCH] Fix README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 031e6db..374d692 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ PPM will process all referenced partitions and exit with a non-zero code if it d | ------------------ | ----------------------------------------- | ----------------- | | daily | `__
_` | `logs_2024_06_25` | | weekly | `_w` | `logs_2024_w26` | - | quarterly | `__q` | `logs_2024_q1` | + | quarterly | `__q` | `logs_2024_q1` | | monthly | `__` | `logs_2024_06` | | yearly | `_` | `logs_2024` | @@ -239,14 +239,14 @@ Configuration could be defined in `postgresql-partition-manager.yaml` or environ Partition object: -| Parameter | Description | Default | -| -------------- | ---------------------------------------------------- | ------- | -| column | Column used for partitioning | | -| interval | Partitioning interval (`daily`, `weekly`, `monthly`, `quarterly` or `yearly`) | | -| preProvisioned | Number of partitions to create in advance | | -| retention | Number of partitions to retain | | -| schema | PostgreSQL schema | | -| table | Table to be partitioned | | +| Parameter | Description | Default | +| -------------- | ----------------------------------------------------------------------------------------------------- | ------- | +| keyPartition | Column used for partitioning | | +| interval | Partitioning interval (`daily`, `weekly`, `monthly`, `quarterly` or `yearly`) | | +| preProvisioned | Number of partitions to create in advance | | +| retention | Number of partitions to retain | | +| schema | PostgreSQL schema | | +| table | Table to be partitioned | | | cleanupPolicy | `detach` refers to detaching only the partition while `drop` refers to both detaching and dropping it | | See the [full configuration file](configs/postgresql-partition-manager/postgresql-partition-manager.yaml).