Modifies warning around use of PostgreSQL (#3388)

This commit is contained in:
Joel Dudley
2018-06-15 15:02:34 +01:00
committed by GitHub
parent 92d44bf68a
commit 1bb2037794

View File

@ -38,10 +38,10 @@ or simply using ``0.0.0.0:0`` to listen on all interfaces.
PostgreSQL PostgreSQL
---------- ----------
Nodes also have untested support for PostgreSQL 9.6, using PostgreSQL JDBC Driver 42.1.4. Nodes can also be configured to use PostgreSQL 9.6, using PostgreSQL JDBC Driver 42.1.4.
.. warning:: This is an experimental community contribution, and is currently untested. We welcome pull requests to add .. warning:: This is an experimental community contribution. The Corda continuous integration pipeline does not run unit
tests and additional support for this feature. tests or integration tests of this feature.
Configuration Configuration
~~~~~~~~~~~~~ ~~~~~~~~~~~~~