Re: Eliminating start error message: "unary operator

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Eliminating start error message: "unary operator
Дата
Msg-id 13404.1056403056@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Eliminating start error message: "unary operator  ("Carlos Oliva" <carlos@pbsinet.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PlPython
Следующее
От: Steve Lane
Дата:
Сообщение: Re: SELECT @@IDENTITY