Re: Eliminating start error message: "unary operator - Mailing list pgsql-general

From Tom Lane
Subject Re: Eliminating start error message: "unary operator
Date
Msg-id 13404.1056403056@sss.pgh.pa.us
Whole thread Raw
In response to Re: Eliminating start error message: "unary operator  ("Carlos Oliva" <carlos@pbsinet.com>)
List pgsql-general
"Carlos Oliva" <carlos@pbsinet.com> writes:
> I got this in standard out.  I also included the output in a text file

I don't see the complaint anywhere in there, though?

Also, it looks like this failed because postmaster was already running.
You probably need to stop the postmaster and then try the sh -x.
Don't forget to pipe both stdout and stderr into the same file, eg
    sh -x /etc/rc.d/init.d/postgresql start >mylog 2>&1

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] PlPython
Next
From: Steve Lane
Date:
Subject: Re: SELECT @@IDENTITY