Re: PQhost() Returns NULL on Connection

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PQhost() Returns NULL on Connection
Дата
Msg-id 609.1146095978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PQhost() Returns NULL on Connection  (Keary Suska <hierophant@pcisys.net>)
Ответы Re: PQhost() Returns NULL on Connection  (Keary Suska <hierophant@pcisys.net>)
Список 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 по дате отправления:

Предыдущее
От: Keary Suska
Дата:
Сообщение: PQhost() Returns NULL on Connection
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: PQhost() Returns NULL on Connection