2008-01-02 20:12:40 UTC
I just installed the newest Package on Leopard 10.5.1 and tried to resolve the PostgreSQL Service over Bonjour, but there is no service registered.
I changed the postgresql.conf: listen_addresses = '*'; bonjour_name = 'mycomputername' changed the pg_hba.conf:
local all all trust
# IPv4 local connections:
host all all 0.0.0.0/0 trust
# IPv6 local connections:
host all all ::0/0 trust
I can connect to the database through the bonjourname: mycomputername.local, the name resolution works, but i can not browse the bonjour service through a bonjour browser utility.
The service is not announced through the network.
Thanks for help