Skip to content

Commit 6426231

Browse files
committed
Add example usage of --partition-interval in docs.
1 parent 164763b commit 6426231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/cli_env.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ It reads the configuration from the specified sources and metrics, then begins c
101101
Time range for PostgreSQL sink table partitions. Must be a valid PostgreSQL interval expression. (default: 1 week)
102102
ENV: `$PW_PARTITION_INTERVAL`
103103

104+
Example:
105+
`--partition-inteval="3 weeks 4 days"`,
106+
104107
- `--retention=`
105108

106109
If set, metrics older than that will be deleted (default: "14 days").

0 commit comments

Comments
 (0)