Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/user/content/ingest-data/postgres/partitioned-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down
Loading