Skip to content

Add FDW/DBLink password obfuscation feature to comparison table in advanced_security.mdx - #7217

Merged
mpfuster merged 1 commit into
developfrom
david-olivari-patch-1
Aug 26, 2026
Merged

Add FDW/DBLink password obfuscation feature to comparison table in advanced_security.mdx#7217
mpfuster merged 1 commit into
developfrom
david-olivari-patch-1

Conversation

@david-olivari

@david-olivari david-olivari commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

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.

What Changed?

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.
@mpfuster mpfuster added oncall deploy Add this label to a PR and it will automatically be deployed to netlify labels Aug 26, 2026

@mpfuster mpfuster left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mpfuster
mpfuster merged commit d671d65 into develop Aug 26, 2026
34 checks passed
@mpfuster
mpfuster deleted the david-olivari-patch-1 branch August 26, 2026 14:55
@josh-heyer josh-heyer changed the title Update advanced_security.mdx Add FDW/DBLink password obfuscation feature to comparison table in advanced_security.mdx Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy Add this label to a PR and it will automatically be deployed to netlify oncall

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants