Mercurial > hg > orthanc-book
changeset 560:5c0dfc863884
note for postgresql 3.3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 Dec 2020 18:06:04 +0100 |
parents | 4efcffb747c4 |
children | e5ca21b61fe1 |
files | Sphinx/source/plugins/postgresql.rst |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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