The commands accepted in walsender mode are:
- IDENTIFY_SYSTEM
+ IDENTIFY_SYSTEM
+
Requests the server to identify itself. Server replies with a result
- TIMELINE_HISTORY tli
+ TIMELINE_HISTORY tli
+
Requests the server to send over the timeline history file for timeline
- Filename of the timeline history file, e.g 00000002.history.
+ Filename of the timeline history file, e.g 00000002.history>.
-
CREATE_REPLICATION_SLOT slot_name> { PHYSICAL> | LOGICAL> output_plugin> } CREATE_REPLICATION_SLOT
+ CREATE_REPLICATION_SLOT slot_name> { PHYSICAL> | LOGICAL> output_plugin> }
+
CREATE_REPLICATION_SLOT
+
Create a physical or logical replication
- START_REPLICATION [SLOT slot_name>] [PHYSICAL] XXX/XXX> [TIMELINE tli>]
+ START_REPLICATION [SLOT slot_name>] [PHYSICAL] XXX/XXX> [TIMELINE tli>]
+
Instructs server to start streaming WAL, starting at
- DROP_REPLICATION_SLOT slot_name>
+ DROP_REPLICATION_SLOT slot_name>
+
Drops a replication slot, freeing any reserved server-side resources. If
- BASE_BACKUP [LABEL 'label'] [PROGRESS] [FAST] [WAL] [NOWAIT] [MAX_RATE rate]
+ BASE_BACKUP [LABEL 'label'] [PROGRESS] [FAST] [WAL] [NOWAIT] [MAX_RATE rate]
+
Instructs the server to start streaming a base backup.