leonardBang commented on code in PR #4337: URL: https://github.com/apache/flink-cdc/pull/4337#discussion_r2986769609
########## docs/content.zh/docs/connectors/pipeline-connectors/postgres.md: ########## @@ -27,24 +27,24 @@ under the License. # Postgres Connector Postgres CDC Pipeline 连接器允许从 Postgres 数据库读取快照数据和增量数据,并提供端到端的整库数据同步能力。 本文描述了如何设置 Postgres CDC Pipeline 连接器。 -注意:因为Postgres的wal log日志中展示没有办法解析表结构变更记录,因此Postgres CDC Pipeline Source暂时不支持同步表结构变更。 ## 示例 从 Postgres 读取数据同步到 Fluss 的 Pipeline 可以定义如下: ```yaml source: - type: posgtres Review Comment: could you check our codebase for all possible typo? -- 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]
