Host name in .pgpass

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Host name in .pgpass
Date: 2023-03-29 14:16:09
Message-ID: a5b3740b-a665-7afe-052b-4382d6daf733@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron 2023-03-29 14:28:29 Re: Host name in .pgpass
Previous Message Mukesh Rajpurohit 2023-03-29 01:55:20 Re: DBMS_LDAP equivalent utility in PostgreSQL