Re: SCRAM pass-through authentication for postgres_fdw

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Matheus Alcantara <matheusssilv97@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Jacob Champion <jacob.champion@enterprisedb.com>
Date: 2025-01-15T17:03:03Z
Lists: pgsql-hackers
On 14.01.25 15:14, Matheus Alcantara wrote:
>> Attached is a fixup patch where I have tried to expand the documentation
>> a bit in an attempt to clarify how to use this.  Maybe check that what I
>> wrote is correct.
> 
> It looks good to me, it's much clearer now. Thanks.
> 
> v4 attached with these fixes and also rebased with master.

Committed, after pgindent and pgperltidy.



Commits

  1. postgres_fdw and dblink should check if backend has MyProcPort

  2. postgres_fdw: SCRAM authentication pass-through