Re: postgresql.conf

Lists: pgsql-hackers-win32
From: Alexander Cohen <alex(at)toomuchspace(dot)com>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: postgresql.conf
Date: 2004-07-23 16:32:53
Message-ID: F23222F5-DCC5-11D8-AB1C-000A95B947DC@toomuchspace.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers-win32

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


From: "John Brookes" <jbrookes(at)jobflash(dot)com>
To: <pgsql-hackers-win32(at)postgresql(dot)org>, "Alexander Cohen" <alex(at)toomuchspace(dot)com>
Subject: Re: postgresql.conf
Date: 2004-07-23 16:49:14
Message-ID: 007f01c470d5$14dcdbe0$6501a8c0@sccorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers-win32


----- Original Message -----
From: "Alexander Cohen" <alex(at)toomuchspace(dot)com>
To: <pgsql-hackers-win32(at)postgresql(dot)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
>


From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Alexander Cohen <alex(at)toomuchspace(dot)com>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: postgresql.conf
Date: 2004-07-23 18:50:55
Message-ID: 41015E0F.7000701@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers-win32

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