pg_recvlogical
Verified for current stable LTS
Pg Recvlogical Command: Start Streaming Changes To File
Use for start streaming changes to file with Pg Recvlogical. Exact CLI syntax to start streaming changes to file using Pg Recvlogical.
When to use this: Use for start streaming changes to file with Pg Recvlogical.
Command Syntax
pg_recvlogical -d <dbname> -S <slot_name> --start -f <filename> pg_recvlogical -d <dbname> -S <slot_name> --start -f <filename> Live Command Builder
Final Command
pg_recvlogical -d <dbname> -S <slot_name> --start -f <filename> Command Breakdown
-d- Command Option
- Tool-specific option used by this command invocation.
-S- Command Option
- Tool-specific option used by this command invocation.
--start- Command Option
- Tool-specific option used by this command invocation.
-f- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to start streaming changes to file using Pg Recvlogical.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pg Recvlogical Command: Create Logical Replication Slot
pg_recvlogical -d <dbname> -S <slot_name> --create-slot Pg Recvlogical Command: Create Logical Replication Slot With Two Phase Commit pg_recvlogical -d <dbname> -S <slot_name> --create-slot -t Pg Recvlogical Command: Display Help pg_recvlogical -? Pg Recvlogical Command: Drop Logical Replication Slot pg_recvlogical -d <dbname> -S <slot_name> --drop-slot Tar Command: Create A Gzipped Archive From A Directory Using Relative Paths tar czf <path/to/target.tar.gz> -C <path/to/directory> .