diff --git a/doc/user/content/ingest-data/postgres/partitioned-tables.md b/doc/user/content/ingest-data/postgres/partitioned-tables.md index 4c925eba72286..a3ef863084f36 100644 --- a/doc/user/content/ingest-data/postgres/partitioned-tables.md +++ b/doc/user/content/ingest-data/postgres/partitioned-tables.md @@ -40,8 +40,8 @@ that uses this option, and doing so can produce incorrect results. The configuration is accepted rather than rejected: the source is created, the initial snapshot is correct, and inserts, updates, and deletes appear to -replicate normally. Problems surface only once partitions are added, attached, -or detached. Use one of the approaches on this page instead. +replicate normally. Problems surface only once partitions are attached, +detached, or truncated. Use one of the approaches on this page instead. {{< /warning >}}