From 19522693d3304f89803fde404df6c4926de0de5d Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Wed, 1 Nov 2017 18:47:39 -0400 Subject: [PATCH] docs: mention the PGPASSFILE environment variable --- src/Database/PostgreSQL/Simple/Internal.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Database/PostgreSQL/Simple/Internal.hs b/src/Database/PostgreSQL/Simple/Internal.hs index a5eafa97..b94a4002 100644 --- a/src/Database/PostgreSQL/Simple/Internal.hs +++ b/src/Database/PostgreSQL/Simple/Internal.hs @@ -188,7 +188,8 @@ connect = connectPostgreSQL . postgreSQLConnectionString -- -- Omitting @password@ will default to an appropriate password found -- in the @pgpass@ file, or no password at all if a matching line is --- not found. See +-- not found. The path of the @pgpass@ file may be specified by setting +-- the @PGPASSFILE@ environment variable. See -- for -- more information regarding this file. --