Thread: postgresql.conf

postgresql.conf

From
Alexander Cohen
Date:
Are there any differences between the postgresql.conf file on unix and
the one for the native win32 port? The win32 port seems to not
recognize tcpip_socket? Is this normal? Is there a place where i can
see a list of variables that are allowed on each platform?

thanks

Alex


Re: postgresql.conf

From
"John Brookes"
Date:
----- Original Message -----
From: "Alexander Cohen" <alex@toomuchspace.com>
To: <pgsql-hackers-win32@postgresql.org>
Sent: Friday, July 23, 2004 9:32 AM
Subject: [pgsql-hackers-win32] postgresql.conf


> Are there any differences between the postgresql.conf file on unix and
> the one for the native win32 port? The win32 port seems to not
> recognize tcpip_socket? Is this normal? Is there a place where i can
> see a list of variables that are allowed on each platform?
>
> thanks
>
> Alex
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
>

Re: postgresql.conf

From
Andreas Pflug
Date:
Alexander Cohen wrote:
> Are there any differences between the postgresql.conf file on unix and
> the one for the native win32 port? The win32 port seems to not recognize
> tcpip_socket? Is this normal? Is there a place where i can see a list of
> variables that are allowed on each platform?

You probably copied a pre-7.5 postgresql.conf. The option you're looking
for is named listen_addresses now.

Regards,
Andreas