Re: unable to dump database, toast errors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unable to dump database, toast errors
Дата
Msg-id 28140.1049430082@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: unable to dump database, toast errors  (Lonni Friedman <lfriedman@vasoftware.com>)
Ответы Re: unable to dump database, toast errors  (Lonni Friedman <lfriedman@vasoftware.com>)
Список pgsql-general
Lonni Friedman <lfriedman@vasoftware.com> writes:
> however, if i attempt to select just bin_data (which holds a 6MB M$-Word
> doc) it attempts to dump it to screen for a few hundred lines, and then
> segfaults.

Wait a second.  Which side is segfaulting here?  I've been assuming that
you were talking about a backend segfault, but maybe I misunderstood
completely.  If it's psql dumping core then we have quite a different
issue.

> i'm honestly not sure how to do this.  the segfault is not producing a
> core file that i can find.  perhaps i'd need to tinker with ulimit?

Probably.  "ulimit -c 0" is a common default these days.  Try "ulimit -c
unlimited" before starting the postmaster (resp. psql).

            regards, tom lane


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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: Converting from dbase
Следующее
От: Lonni Friedman
Дата:
Сообщение: Re: unable to dump database, toast errors