diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-16 09:32:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 09:32:40 +0200 |
| commit | 647480166bfe7532e8c471fef0146e3a17e6c0c9 (patch) | |
| tree | a9f6b3ab6b0682b135859811f9d5fe7eb6f9daa9 | |
| parent | 76af861356eda3b08bc5e15ad1973f980c7604a3 (diff) | |
Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purposes is not supported.
| -rw-r--r-- | docs/ref/databases.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index c270f56942..ca6362a7a6 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 ------------------------------------- |
