摘要: @[TOC] ## CDC PostgreSQL ### 1、安装PostgreSQL 10.0+ ### 2、更改配置文件postgresql.conf ```properties # 更改wal日志方式为logical wal_level = logical #其余选项为 minimal, re 阅读全文
posted @ 2023-06-09 22:41 李好秀 阅读(49) 评论(0) 推荐(0) 编辑