Add FDW/DBLink password obfuscation feature to comparison table in advanced_security.mdx - #7217
Merged
Conversation
A customer (support ticket https://techsupport.enterprisedb.com/tickets/65024) asked to have `FDW/DBLink password obfuscation` added to the matrix. The change I made is valid: neither community PostgreSQL nor EDB Postgres Extended Server has a native way to obfuscate the password stored in pg_user_mapping. PG18's use_scram_passthrough (postgres_fdw only) avoids storing a password at all, but only when the local and remote SCRAM verifiers match -- it's a narrow workaround, not equivalent obfuscation.
david-olivari
requested review from
anjali-edb,
gvasquezvargas,
irmabenitezzapata-creator and
nidhibhammar
as code owners
August 26, 2026 14:02
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.
A customer (support ticket https://techsupport.enterprisedb.com/tickets/65024) asked to have
FDW/DBLink password obfuscationadded to the matrix.The change I made is valid: neither community PostgreSQL nor EDB Postgres Extended Server has a native way to obfuscate the password stored in pg_user_mapping. PG18's use_scram_passthrough (postgres_fdw only) avoids storing a password at all, but only when the local and remote SCRAM verifiers match -- it's a narrow workaround, not equivalent obfuscation.
What Changed?
Tip
Draft deployment: https://deploy-preview-7217--edb-docs-staging.netlify.app/docs/