Re: Avahi support for Postgresql

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Avahi support for Postgresql
Дата
Msg-id 200802251545.43591.peter_e@gmx.net
обсуждение исходный текст
Ответ на Avahi support for Postgresql  (Mathias Hasselmann <mathias@openismus.com>)
Ответы Re: Avahi support for Postgresql  (Mathias Hasselmann <mathias@openismus.com>)
Список pgsql-patches
Am Dienstag, 27. November 2007 schrieb Mathias Hasselmann:
> Postmaster already has code to announce its services via DNS-SD
> (ZeroConf) by using Apple's Bonjour API. This series of patches
> implements that capability on top of the Avahi library[1] which
> is free software, available for a wider variety of platforms.

One thing I found curious:  The Bonjour code uses service
type "_postgresql._tcp." whereas your code uses "_postgresql._tcp" (note the
dot).  Is that an expected difference?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-patches по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] Avahi support for Postgresql
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: Fix pgstatindex using for large indexes