From 647480166bfe7532e8c471fef0146e3a17e6c0c9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 16 May 2022 09:32:40 +0200 Subject: [PATCH] Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purposes is not supported. --- docs/ref/databases.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index c270f56942c..ca6362a7a63 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -165,6 +165,11 @@ password from the `password file`_, you must specify them in the Support for connecting by a service name, and specifying a password file was added. +.. warning:: + + Using a service name for testing purposes is not supported. This + :ticket:`may be implemented later <33685>`. + Optimizing PostgreSQL's configuration -------------------------------------