Re: Problem in connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mario <mariolf(at)cptec(dot)inpe(dot)br>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem in connection
Date: 2006-03-20 22:07:47
Message-ID: 8156.1142892467@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Mario <mariolf(at)cptec(dot)inpe(dot)br> writes:
> I have a problem with connection if the postgresql 8.1.3....
> Comand Line: postmaster -S -o -i -D data (Unix - Solaris OS)
^^^^^

-i is not a valid switch to use within -o. I think you probably meant
for -i to be a postmaster switch, not a backend switch, and therefore
should just drop the -o.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-03-20 22:10:04 Re: BUG #2341: Wrong results when using index
Previous Message Bruce Momjian 2006-03-20 21:56:36 Re: BUG #2336: will not drop implicitly created sequence