Re: PQhost() Returns NULL on Connection - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: PQhost() Returns NULL on Connection
Date
Msg-id 609.1146095978@sss.pgh.pa.us
Whole thread Raw
In response to PQhost() Returns NULL on Connection  (Keary Suska <hierophant@pcisys.net>)
Responses Re: PQhost() Returns NULL on Connection  (Keary Suska <hierophant@pcisys.net>)
List pgsql-interfaces
Keary Suska <hierophant@pcisys.net> writes:
> Why would PQhost() return NULL on a valid connection?

One reason why would be if you'd selected the server by hostaddr rather
than host.  Returning a host name in this case would require a DNS
lookup, and since the entire point of the hostaddr feature is to avoid
DNS lookups, I don't think that's a particularly great idea.

These functions are really defined as "give me back the connection
options that were specified", anyway, not "peek inside to see what
values are actually in use".  So a NULL for an unspecified option
seems reasonable to me.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Keary Suska
Date:
Subject: PQhost() Returns NULL on Connection
Next
From: Volkan YAZICI
Date:
Subject: Re: PQhost() Returns NULL on Connection