Re: Minor issues in .pgpass

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: pgsql-hackers@postgresql.org
Date: 2020-01-21T21:59:50Z
Lists: pgsql-hackers
> On 21 Jan 2020, at 07:27, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:

> For (2), libpq should treat any lines beginning with # as comments.

I haven't read the code to confirm that it really isn't, but +1 on making it
so.  I can't see a reason for allowing a hostname to start with #, but allowing
comments does seem useful.

cheers ./daniel


Commits

  1. Fix issues around .pgpass file.