Re: Re: Is there a parameter to tell postgresql to not attempt to open an IPv6 socket?

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: yann(dot)dubost(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Is there a parameter to tell postgresql to not attempt to open an IPv6 socket?
Date: 2008-09-29 20:15:32
Message-ID: dcc563d10809291315v384ee246la3a490f0c493d738@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 29, 2008 at 7:41 AM, <yann(dot)dubost(at)gmail(dot)com> wrote:
> On 16 sep, 23:04, a(dot)(dot)(dot)(at)commandprompt(dot)com (Andrew Sullivan) wrote:
>> On Tue, Sep 16, 2008 at 04:46:37PM -0400, Reid.Thompson wrote:
>> > PostgreSQL appears to all intents to startup fine on the UNIX and IPv4
>> > sockets. Is there a parameter to tell postgresql tonotattempt to open
>> > anIPv6socket?
>>
>> Specify the specific TCP/IP interfaces in the postmaster.conf file.
>> Otherwise, Postgres will try tobindto all the sockets. There's
>> something hinkey about theIPv6support in AIX, IIRC, so that you end
>> up with this symptom.
>>
>
> Hello,
>
> I have the same pb. I have looked for a postmaster.conf file but there
> is none on the server.
> Apart from the doc and src files, the only files on my server
> containing the word "postmaster" are :
> /usr/local/pgsql/bin/postmaster
> $PGDATA/postmaster.opts
> $PGDATA/postmaster.pid
>
> Do you have an idea why and how then to solve this pb ?

Look for postgresql.conf

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gainty 2008-09-29 20:16:21 Re: need help of getting PK after insertRow in JDBC
Previous Message Mike Diehl 2008-09-29 19:31:12 Can't cast from char to integer...