comparison Sphinx/source/plugins/postgresql.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents 8b8df1be0cf9
children 05b106383b2a
comparison
equal deleted inserted replaced
990:27b75c653a8b 991:1316bc62b5d5
16 For information about scalability, make sure to read the section about 16 For information about scalability, make sure to read the section about
17 :ref:`multiple writers in large-scale deployments <multiple-writers>`. 17 :ref:`multiple writers in large-scale deployments <multiple-writers>`.
18 18
19 The source code of the PostgreSQL plugins can be found in the 19 The source code of the PostgreSQL plugins can be found in the
20 ``orthanc-databases`` `Mercurial repository 20 ``orthanc-databases`` `Mercurial repository
21 <https://hg.orthanc-server.com/orthanc-databases/>`__, next to the 21 <https://orthanc.uclouvain.be/hg/orthanc-databases/>`__, next to the
22 source code of the :ref:`ODBC <odbc>` and 22 source code of the :ref:`ODBC <odbc>` and
23 :ref:`MySQL/MariaDB <mysql>` plugins. 23 :ref:`MySQL/MariaDB <mysql>` plugins.
24 24
25 25
26 Compilation 26 Compilation
94 -- Could NOT find PostgreSQL (missing: PostgreSQL_TYPE_INCLUDE_DIR) 94 -- Could NOT find PostgreSQL (missing: PostgreSQL_TYPE_INCLUDE_DIR)
95 95
96 In such a situation, please add your version of PostgreSQL to the 96 In such a situation, please add your version of PostgreSQL to the
97 macro ``PostgreSQL_ADDITIONAL_VERSIONS`` that is defined at the end of 97 macro ``PostgreSQL_ADDITIONAL_VERSIONS`` that is defined at the end of
98 the `Resources/CMake/PostgreSQLConfiguration.cmake file 98 the `Resources/CMake/PostgreSQLConfiguration.cmake file
99 <https://hg.orthanc-server.com/orthanc-databases/file/default/Resources/CMake/PostgreSQLConfiguration.cmake>`__ 99 <https://orthanc.uclouvain.be/hg/orthanc-databases/file/default/Resources/CMake/PostgreSQLConfiguration.cmake>`__
100 in the sources of the project. 100 in the sources of the project.
101 101
102 102
103 Usage 103 Usage
104 ----- 104 -----
290 290
291 .. highlight:: text 291 .. highlight:: text
292 292
293 After some period of inactivity (users have reported 10 hours), you 293 After some period of inactivity (users have reported 10 hours), you
294 might `experience an error 294 might `experience an error
295 <https://bugs.orthanc-server.com/show_bug.cgi?id=15>`__ such as:: 295 <https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=15>`__ such as::
296 296
297 E0220 03:20:51.562601 PluginsManager.cpp:163] Exception in database back-end: Error in PostgreSQL: server closed the connection unexpectedly. 297 E0220 03:20:51.562601 PluginsManager.cpp:163] Exception in database back-end: Error in PostgreSQL: server closed the connection unexpectedly.
298 This probably means the server terminated abnormally before or while processing the request. 298 This probably means the server terminated abnormally before or while processing the request.
299 E0220 06:51:03.924868 PluginsManager.cpp:163] Exception in database back-end: Error in PostgreSQL: no connection to the server 299 E0220 06:51:03.924868 PluginsManager.cpp:163] Exception in database back-end: Error in PostgreSQL: no connection to the server
300 300