public static interface ReplicationSlotRequest.WithTemporary
Modifier and Type | Method and Description |
---|---|
ReplicationSlotRequest.WithTemporary |
temporary()
Temporary slots are not saved to disk and are automatically dropped on error or when
the session has finished.
|
ReplicationSlotRequest.WithTemporary temporary()
Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.
This feature is only supported by PostgreSQL versions >= 10.
this
builderCopyright © 2020. All rights reserved.