Host name in .pgpass - Mailing list pgsql-admin

From Ron
Subject Host name in .pgpass
Date
Msg-id a5b3740b-a665-7afe-052b-4382d6daf733@gmail.com
Whole thread Raw
List pgsql-admin

https://www.postgresql.org/docs/current/libpq-pgpass.html doesn't mention anything about host name case sensitivity, but my experience is that the the field IS case sensitive.

Am I missing some other bit of documentation?

$ psql --host=FISPTAPPGS302a.itocservices.com -c "\q"

$ psql --host=FISPTAPPGS302A.itocservices.com -c "\q"
Password for user postgres:
psql: error: fe_sendauth: no password supplied



--
Born in Arizona, moved to Babylonia.

pgsql-admin by date:

Previous
From: Mukesh Rajpurohit
Date:
Subject: Re: DBMS_LDAP equivalent utility in PostgreSQL
Next
From: Ron
Date:
Subject: Re: Host name in .pgpass