pg_createsubscriber
Verified for current stable LTS
Pg Createsubscriber Command: Enable Two Phase Commit For Subscription
Use for enable two phase commit for subscription with Pg Createsubscriber. Exact CLI syntax to enable two phase commit for subscription using Pg Createsubscriber.
When to use this: Use for enable two phase commit for subscription with Pg Createsubscriber.
Command Syntax
pg_createsubscriber -T -d <dbname> -D <path/to/data> -P <connstr> pg_createsubscriber -T -d <dbname> -D <path/to/data> -P <connstr> Live Command Builder
Final Command
pg_createsubscriber -T -d <dbname> -D <path/to/data> -P <connstr> Command Breakdown
-T- Command Option
- Tool-specific option used by this command invocation.
-d- Command Option
- Tool-specific option used by this command invocation.
-D- Command Option
- Tool-specific option used by this command invocation.
-P- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to enable two phase commit for subscription using Pg Createsubscriber.
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 Createsubscriber Command: Convert Physical Replica To Logical Replica
pg_createsubscriber -d <dbname> -D <path/to/data> -P <connstr> Pg Createsubscriber Command: Convert With Verbose Output pg_createsubscriber -v -d <dbname> -D <path/to/data> -P <connstr> Pg Createsubscriber Command: Display Help For Pg Createsubscriber pg_createsubscriber -? Pg Createsubscriber Command: Perform Dry Run Without Modifications pg_createsubscriber -n -d <dbname> -D <path/to/data> -P <connstr> Ab Command: Execute Http Post Requests ab -n 100 -T <application/json> -p <path/to/file.json> <url>