# HG changeset patch # User Sebastien Jodogne # Date 1607965564 -3600 # Node ID 5c0dfc863884c94747253fdefb279acb7a4b7274 # Parent 4efcffb747c4f6fa6e7ca46404016e6f3044eec2 note for postgresql 3.3 diff -r 4efcffb747c4 -r 5c0dfc863884 Sphinx/source/plugins/postgresql.rst --- a/Sphinx/source/plugins/postgresql.rst Sat Dec 12 11:38:18 2020 +0100 +++ b/Sphinx/source/plugins/postgresql.rst Mon Dec 14 18:06:04 2020 +0100 @@ -276,10 +276,15 @@ SCRAM authentication ^^^^^^^^^^^^^^^^^^^^ -The precompiled binaries of the plugins use a stable version of the -PostgreSQL client (libpq 9.6.1, as of release 3.2). This makes these -binaries very portable, however they might not be compatible with more -recent features of PostgreSQL. +.. note:: This section only applies to releases <= 3.2 of the + PostgreSQL plugins. Starting with release 3.3, the plugins + use a version of libpq that should support SCRAM + authentication. + +In the releases 3.2 of the PostgreSQL plugins, the precompiled +binaries use an old, but stable version of the PostgreSQL client +(libpq 9.6.1). This makes these binaries very portable, however they +might not be compatible with more recent features of PostgreSQL. In particular, the precompiled binaries are not compatible with `SCRAM authentication