David Fetter <david@fetter.org> writes:
> On Mon, Sep 07, 2009 at 12:50:37PM -0400, Tom Lane wrote:
>> The two possibilities for that seem to be to change the meaning of
>> bonjour_name = '' (have it mean "no advertisement" instead of
>> "default to service name = computer's name"), or to add a separate
>> boolean GUC. If the latter, is the default 'on' or 'off'?
>> Opinions?
> +1 for separate boolean GUC, default off. I know extra GUCs aren't
> great, but I don't see another way :/
Yeah, the default service name seems like a potentially useful behavior
in some contexts, so taking that behavior away doesn't seem nice.
Separate bool it is...
regards, tom lane