ChainedLogicalCreateSlotBuilder接口
功能描述
逻辑复制槽位特定参数。
withOutputPlugin
功能描述
用于物理解码的输出插件,将WAL表示为某种逻辑形式。输出插件应该安装在服务器(存在于shared_preload_libraries中)。
语法格式
ChainedLogicalCreateSlotBuilder withOutputPlugin(String outputPlugin)
参数说明
参数名 | 参数说明 |
---|---|
outputPlugin | 用于逻辑解码的输出插件的非空名称 |
返回值
逻辑插槽构建器。
其他
父接口:ChainedCommonCreateSlotBuilder<ChainedLogicalCreateSlotBuilder>。
已知的实现类:LogicalCreateSlotBuilder。