Clarify Postgres RDS source docs #19367
Draft
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.
Motivation
Line-specific feedback and tweaks to the Postgres RDS source setup guide, as well as some general feedback.
This isn't mergeable as-is since there is a lot of meta-commentary.
This aligns strongly with MaterializeInc/database-issues#5640
Other Notes
SHOW CREATE CONNECTION
. I created a malformed connection the first time around and it was difficult to discover how to see it and then how to fix it (it has to be dropped and recreated).ALTER CONNECTION
doesn't do what it looks like it does!