Re: error in postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: error in postgresql
Дата
Msg-id 20170.1005498039@sss.pgh.pa.us
обсуждение исходный текст
Ответ на error in postgresql  (sharmad@goatelecom.com)
Ответы Re: error in postgresql  (Sharmad Naik <sharmad@goatelecom.com>)
Список pgsql-sql
Sharmad Naik <sharmad@goatelecom.com> writes:
>     When I gave a search for core file I didn't seems to
> exist.pg_dump didnot create the core file

pg_dump isn't coring, it's the backend.  Backend core files normally
appear in $PGDATA/base/whicheverdb/.  If you don't see one there,
it's likely because you started the postmaster under "ulimit -c 0"
(this seems to be the default for init-script-started processes on
at least some Linux distros :-().  Restart it with "ulimit -c unlimited"
and try again.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Increasing MAX_ARGS
Следующее
От: Markus Bertheau
Дата:
Сообщение: no cond returns diff res than cond or !cond