From 1bb2037794ced9a222768ab8b9e0b3a5ec0e1320 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Fri, 15 Jun 2018 15:02:34 +0100 Subject: [PATCH] Modifies warning around use of PostgreSQL (#3388) --- docs/source/node-database.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/node-database.rst b/docs/source/node-database.rst index 5f7ea0815c..6aeca342d4 100644 --- a/docs/source/node-database.rst +++ b/docs/source/node-database.rst @@ -38,10 +38,10 @@ or simply using ``0.0.0.0:0`` to listen on all interfaces. 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 - tests and additional support for this feature. +.. warning:: This is an experimental community contribution. The Corda continuous integration pipeline does not run unit + tests or integration tests of this feature. Configuration ~~~~~~~~~~~~~