davidzollo commented on code in PR #10334:
URL: https://github.com/apache/seatunnel/pull/10334#discussion_r2725511199


##########
docs/en/connectors/source/PostgreSQL-CDC.md:
##########
@@ -55,7 +55,7 @@ ALTER SYSTEM SET wal_level TO 'logical';
 SELECT pg_reload_conf();
 ```
 
-2. Change the REPLICA policy of the specified table to FULL
+2. Change the REPLICA policy of the specified table to FULL, unless 
`require-replica-identity-full` is set to `false.

Review Comment:
   ```suggestion
   2. Change the REPLICA policy of the specified table to FULL, unless 
`require-replica-identity-full` is set to `false`.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to