Re: fully qualified domain names and .pgpass - Mailing list pgsql-general

From Adrian Klaver
Subject Re: fully qualified domain names and .pgpass
Date
Msg-id 3ed4cb2f-c43f-86f8-5f80-491bad0b4211@aklaver.com
Whole thread Raw
In response to fully qualified domain names and .pgpass  (Ron <ronljohnsonjr@gmail.com>)
List pgsql-general
On 10/4/22 10:02 AM, Ron wrote:
> 
> Sometimes (both interactively and via script) I access a remote Pg 
> server via just the bare host name "foobar", and other times via the 
> FQDN "foobar.example.com".
> 
> I've only been able to get this to work by having two lines in the 
> .pgpass file:
> 
> foobar:5432:postgres:Allegedly.Strong.Password
> foobar.example.com:5432:postgres:Allegedly.Strong.Password
> 
> But I'd rather have only one line.  Is there any way to do that?

Would a service file:

https://www.postgresql.org/docs/14/libpq-pgservice.html

work?

-- 
Adrian Klaver
adrian.klaver@aklaver.com





pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: fully qualified domain names and .pgpass
Next
From: Jeffrey Walton
Date:
Subject: Re: fully qualified domain names and .pgpass