Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 560:5c0dfc863884
note for postgresql 3.3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 Dec 2020 18:06:04 +0100 |
parents | fcf614950f31 |
children | 411e82bb3a9f |
comparison
equal
deleted
inserted
replaced
559:4efcffb747c4 | 560:5c0dfc863884 |
---|---|
274 --------------- | 274 --------------- |
275 | 275 |
276 SCRAM authentication | 276 SCRAM authentication |
277 ^^^^^^^^^^^^^^^^^^^^ | 277 ^^^^^^^^^^^^^^^^^^^^ |
278 | 278 |
279 The precompiled binaries of the plugins use a stable version of the | 279 .. note:: This section only applies to releases <= 3.2 of the |
280 PostgreSQL client (libpq 9.6.1, as of release 3.2). This makes these | 280 PostgreSQL plugins. Starting with release 3.3, the plugins |
281 binaries very portable, however they might not be compatible with more | 281 use a version of libpq that should support SCRAM |
282 recent features of PostgreSQL. | 282 authentication. |
283 | |
284 In the releases 3.2 of the PostgreSQL plugins, the precompiled | |
285 binaries use an old, but stable version of the PostgreSQL client | |
286 (libpq 9.6.1). This makes these binaries very portable, however they | |
287 might not be compatible with more recent features of PostgreSQL. | |
283 | 288 |
284 In particular, the precompiled binaries are not compatible with `SCRAM | 289 In particular, the precompiled binaries are not compatible with `SCRAM |
285 authentication | 290 authentication |
286 <https://en.wikipedia.org/wiki/Salted_Challenge_Response_Authentication_Mechanism>`__ | 291 <https://en.wikipedia.org/wiki/Salted_Challenge_Response_Authentication_Mechanism>`__ |
287 that is available since PostgreSQL 10. If you get the error ``psql: | 292 that is available since PostgreSQL 10. If you get the error ``psql: |