| От | Tom Lane |
|---|---|
| Тема | Re: error in postgresql |
| Дата | |
| Msg-id | 20170.1005498039@sss.pgh.pa.us обсуждение |
| Ответ на | error in postgresql (sharmad@goatelecom.com) |
| Ответы |
Re: error in postgresql
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера