PostgreSQL 18 - SCRAM pass-through authentication for fdw connections
PostgreSQL 18 brings a nice improvement for folks using postgres_fdw or dblink_fdw: SCRAM pass-through authentication. You no longer need to store plain-text passwords in your USER MAPPING options when setting up a…