Re: Document spaces in .pgpass need to be escaped

2021-09-30 Thread James Coleman
On Wed, Sep 29, 2021 at 12:13 PM Tom Lane wrote: > > James Coleman writes: > > A coworker has a space in a Postgres password and noticed .pgpass > > didn't work; escaping it fixed the issue. That requirement wasn't > > documented (despite other escaping requirements being documented), so > > I've

Re: Document spaces in .pgpass need to be escaped

2021-09-29 Thread Tom Lane
James Coleman writes: > A coworker has a space in a Postgres password and noticed .pgpass > didn't work; escaping it fixed the issue. That requirement wasn't > documented (despite other escaping requirements being documented), so > I've attached a patch to add that comment. I looked at passwordFr