"Gurjeet Singh" <[EMAIL PROTECTED]> writes:
> On 1/6/07, Tom Lane <[EMAIL PROTECTED]> wrote:
>> Yes, because it can be more than one hostname.
> But the code in postmaster.c expects the list to be comma separated.
Sure, but SplitIdentifierString allows for whitespace, eg
'host1, host2, h
On 1/6/07, Tom Lane <[EMAIL PROTECTED]> wrote:
"Gurjeet Singh" <[EMAIL PROTECTED]> writes:
> This patch removes double-quotes from around the listen_addresses=%s
part; I
> couldn't find a way of doing that. But then, the questions is, can the
%s
> (hostname) have spaces embedded in it?
Yes, bec
"Gurjeet Singh" <[EMAIL PROTECTED]> writes:
> This patch removes double-quotes from around the listen_addresses=%s part; I
> couldn't find a way of doing that. But then, the questions is, can the %s
> (hostname) have spaces embedded in it?
Yes, because it can be more than one hostname. Why do you