pg_recvlogical Verified for current stable LTS

Pg Recvlogical Command: Create Logical Replication Slot

Use for create logical replication slot with Pg Recvlogical. Exact CLI syntax to create logical replication slot using Pg Recvlogical.

When to use this: Use for create logical replication slot with Pg Recvlogical.

Command Syntax

pg_recvlogical -d <dbname> -S <slot_name> --create-slot

Live Command Builder

Final Command

pg_recvlogical -d <dbname> -S <slot_name> --create-slot

Command Breakdown

-d
Command Option
Tool-specific option used by this command invocation.
-S
Command Option
Tool-specific option used by this command invocation.
--create-slot
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to create logical replication slot 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

Back to Pg Recvlogical directory