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

From Ron
Subject fully qualified domain names and .pgpass
Date
Msg-id 393e2cf2-847b-047a-fe31-3267ae41f0a6@gmail.com
Whole thread Raw
Responses Re: fully qualified domain names and .pgpass
Re: fully qualified domain names and .pgpass
Re: fully qualified domain names and .pgpass
List pgsql-general
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?

-- 
Angular momentum makes the world go 'round.



pgsql-general by date:

Previous
From: John Bolliger
Date:
Subject: Re: Incorrect resource manager data checksum in record with zfs and compression
Next
From: Alvaro Herrera
Date:
Subject: Re: fully qualified domain names and .pgpass