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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
This appears to be a regression. I've added it to my todo list to research and review