Skip to content

Commit 8cd83aa

Browse files
remove stray newline
1 parent 3eb3dbe commit 8cd83aa

File tree

1 file changed

+0
-1
lines changed
  • docs/integrations/data-ingestion/clickpipes/postgres

1 file changed

+0
-1
lines changed

docs/integrations/data-ingestion/clickpipes/postgres/faq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Note that using `REPLICA IDENTITY FULL` can have performance implications and al
3838

3939
It's important to note that if neither a primary key nor a replica identity is defined, ClickPipes will not be able to replicate changes for that table, and you may encounter errors during the replication process. Therefore, it's recommended to review your table schemas and ensure that they meet these requirements before setting up your ClickPipe.
4040

41-
4241
### Do you support partitioned tables as part of Postgres CDC? {#do-you-support-partitioned-tables-as-part-of-postgres-cdc}
4342

4443
Yes, partitioned tables are supported out of the box, as long as they have a PRIMARY KEY or REPLICA IDENTITY defined. The PRIMARY KEY and REPLICA IDENTITY must be present on both the parent table and its partitions. You can read more about it [here](https://blog.peerdb.io/real-time-change-data-capture-for-postgres-partitioned-tables).

0 commit comments

Comments
 (0)