From b9e98d57c4a54bc958f34871b2c7928147103a39 Mon Sep 17 00:00:00 2001 From: Shayon Mukherjee Date: Tue, 3 Sep 2024 07:43:42 -0400 Subject: [PATCH] Note about PK --- pkg/sinks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sinks/README.md b/pkg/sinks/README.md index a94b121..d201eb7 100644 --- a/pkg/sinks/README.md +++ b/pkg/sinks/README.md @@ -98,7 +98,7 @@ pg_flo stream file \ ## PostgreSQL Sink -The PostgreSQL sink streams changes to another PostgreSQL database. +The PostgreSQL sink replicates changes to another PostgreSQL database. To ensure accurate replication of updates and deletes, all tables must have a primary key defined. ### Usage