feat(data): manage Postgres Advanced logical replication - #3902
Open
jdowning wants to merge 2 commits into
Open
Conversation
Add commands to enable logical replication publishing and subscribing\non Postgres Advanced databases.\n\nAdd publication list, info, create, update, and destroy operations\nwith table- and schema-scoped targets. Include --all-schemas as an\nopinionated setup path for all current customer schemas, while making\nits non-continuous behavior explicit.\n\nResolve and reject non-Advanced databases before contacting the Data\nAPI, preserve destructive confirmation for publication removal, and\ncover the command flows with unit tests.
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 00:18 — with
GitHub Actions
Inactive
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 00:18 — with
GitHub Actions
Inactive
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 00:18 — with
GitHub Actions
Inactive
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 00:18 — with
GitHub Actions
Inactive
Consume publication collection responses through items, count, and limit\nand read individual publications directly from the response body.\n\nAdd data:pg:lr aliases for logical replication enablement and\npublication management commands.
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 20:44 — with
GitHub Actions
Inactive
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 20:44 — with
GitHub Actions
Inactive
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 20:44 — with
GitHub Actions
Inactive
jdowning
temporarily deployed
to
AcceptanceTests
September 3, 2026 20:44 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add commands to enable logical replication publishing and subscribing on Postgres Advanced databases.
Add publication list, info, create, update, and destroy operations with table and schema scoped targets. Include --all-schemas as an opinionated setup path for all current customer schemas, while making its non-continuous behavior explicit.
Resolve and reject non-Advanced databases before contacting the Data API, preserve destructive confirmation for publication removal, and cover the command flows with unit tests.
Type of Change
Breaking Changes (major semver update)
!after your change type to denote a change that breaks current behaviorFeature Additions (minor semver update)
Patch Updates (patch semver update)
Testing
Notes:
Steps:
Screenshots (if applicable)
Related Issues
GitHub issue: #[GitHub issue number]
GUS work item: W-24080815