public static interface ReplicationSlotRequest.LogicalSlotRequestBuilderStep2 extends ReplicationSlotRequest.WithOutputPlugin, ReplicationSlotRequest.WithSlotName
Modifier and Type | Method and Description |
---|---|
ReplicationSlotRequest.LogicalSlotRequestBuilder |
outputPlugin(String outputPlugin)
Output plugin that should be use for decode physical represent WAL to some logical form.
|
slotName
ReplicationSlotRequest.LogicalSlotRequestBuilder outputPlugin(String outputPlugin)
Output plugin that should be use for decode physical represent WAL to some logical form. Output plugin should be installed on server(exists in shared_preload_libraries).
Package postgresql-contrib provides sample output plugin test_decoding that can be use for test logical replication api.
outputPlugin
in interface ReplicationSlotRequest.WithOutputPlugin
outputPlugin
- name of the output plugin used for logical decoding, must not be null
or emptythis
builderCopyright © 2020. All rights reserved.