aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/jdbc/README')
-rw-r--r--src/interfaces/jdbc/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/README b/src/interfaces/jdbc/README
index bbc105ea8cc..cd43a5af2f3 100644
--- a/src/interfaces/jdbc/README
+++ b/src/interfaces/jdbc/README
@@ -121,7 +121,8 @@ or if passing the user & password directly via DriverManager.getConnection():
jdbc:postgresql:database?auth=y
-PS: 'y' could be anything, aslong as there is something after the '='
+PS: Password authentication is enabled if the value of auth starts with 'y'.
+ It is case insensitive.
---------------------------------------------------------------------------