Re: SCRAM in the PG 10 release notes

From: Álvaro Hernández Tortosa <aht(at)8kdata(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SCRAM in the PG 10 release notes
Date: 2017-06-11 21:44:58
Message-ID: c48dc783-f5ed-a626-5fc4-4a50829ba87d@8kdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/05/17 09:20, Heikki Linnakangas wrote:
> On 05/11/2017 07:03 AM, Michael Paquier wrote:
>> On Thu, May 11, 2017 at 11:50 AM, Bruce Momjian <bruce(at)momjian(dot)us>
>> wrote:
>>> I have added this as an open item because we will have to wait to see
>>> where we are with driver support as the release gets closer.
>>
>> As Postgres ODBC now has a hard dependency with libpq, no actions is
>> taken from there. At least this makes one driver worth mentioning.
>
> FWIW, I wrote a patch for the Go driver at https://github.com/lib/pq,
> to implement SCRAM. It's awaiting review.
>
> I updated the List of Drivers in the Wiki. I added a few drivers that
> were missing, like the ODBC driver, and the pgtclng driver, as well as
> a Go and Rust driver that I'm aware of. I reformatted it, and added a
> column to indicate whether each driver uses libpq or not.
>
> https://wiki.postgresql.org/wiki/List_of_drivers
>
> There is a similar list in our docs:
>
> https://www.postgresql.org/docs/devel/static/external-interfaces.html
>
> Should we update the list in the docs, adding every driver we know of?
> Or curate the list somehow, adding only more popular drivers? Or
> perhaps add a link to the Wiki page from the docs?
>
> We can use this list in the Wiki to track which drivers implement SCRAM.

I have just submitted a PR to add SCRAM support for pgjdbc:
https://github.com/pgjdbc/pgjdbc/pull/842

Thread on the pgjdbc-list:
https://www.postgresql.org/message-id/95dea232-aeeb-d619-e917-abf32b44ef8a%408kdata.com

Hopefully it will be merged soon, and the list of drivers could
then be updated with this.

Álvaro

--

Álvaro Hernández Tortosa

-----------
<8K>data

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2017-06-11 22:02:17 Re: transition table behavior with inheritance appears broken
Previous Message Andrew Gierth 2017-06-11 21:29:18 Re: PG10 transition tables, wCTEs and multiple operations on the same table