Re: youtube video on pgsql integrity

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: youtube video on pgsql integrity
Дата
Msg-id 27452.1354240681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: youtube video on pgsql integrity  (Gavan Schneider <pg-gts@snkmail.com>)
Ответы Re: youtube video on pgsql integrity  (Gavan Schneider <pg-gts@snkmail.com>)
Список pgsql-general
Gavan Schneider <pg-gts@snkmail.com> writes:
>      pendari=> select now()/0;
>      Bus error: 10

[ scratches head... ]  I get the expected error report on my own OS X
10.7.5 machine (though it's just plain Lion not Server).

This looks like it's a psql-side problem, not a server-side problem,
particularly since you say nothing showed up in the server log.

I'm wondering about psql-to-libpq version mismatches and such, since
Lion comes with a 9.0-era libpq in /usr/lib.  You might investigate
which library is being picked up using "otool -L".  Also, Apple's
version of libedit is known to be pretty buggy, so if you're using
that it might be worth your trouble to install GNU readline instead.

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Maxim Boguk
Дата:
Сообщение: Question about PostgreSQL logging configuration
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Question about PostgreSQL logging configuration