From e8c842c6d8f008b9c58b7fcdaed4bb432f804793 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 9 Jun 2026 11:23:14 +0100 Subject: [PATCH] Fix typo and clarify PGPASS_FILE documentation. #9866 Corrected "varible" -> "variable" and rewrote the broken sentence to explain that PGPASS_FILE is the path to a pgpass file that is copied into the container and used as the .pgpass file. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/en_US/container_deployment.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en_US/container_deployment.rst b/docs/en_US/container_deployment.rst index 2b7f4289c91..930afd4a71a 100644 --- a/docs/en_US/container_deployment.rst +++ b/docs/en_US/container_deployment.rst @@ -163,8 +163,9 @@ suffix will be ignored. **PGPASS_FILE** *Default: * -This varible should be set to if you want to pass password using pgpass -file for the servers added in pgadmin. +Set this variable to the path of a pgpass file if you want to supply passwords +for the servers added in pgAdmin. On startup, the file is copied into the +container and used as the ``.pgpass`` file. **GUNICORN_ACCESS_LOGFILE**