Re: [HACKERS] VACUUM ANALYZE problem on linux

Поиск
Список
Период
Сортировка
От Vince Vielhaber
Тема Re: [HACKERS] VACUUM ANALYZE problem on linux
Дата
Msg-id Pine.BSF.4.05.9902241027440.5587-100000@paprika.michvhf.com
обсуждение исходный текст
Ответ на Re: [HACKERS] VACUUM ANALYZE problem on linux  (Oleg Broytmann <phd@sun.med.ru>)
Ответы Re: [HACKERS] VACUUM ANALYZE problem on linux  (Oleg Broytmann <phd@sun.med.ru>)
Список pgsql-hackers
On Wed, 24 Feb 1999, Oleg Broytmann wrote:

> > Or you might just not be looking in the right place.  Backend crashes
> > produce corefiles in the database subdirectory, eg,
> > /usr/local/pgsql/data/base/MyDatabase/core
> 
>    I search with find / -name core. I got /dev/core and
> /usr/src/linux/.../core :)

Try this instead:

# find / -name '*.core'

and you should find the other core dumps.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH   email: vev@michvhf.com   flame-mail: /dev/null      # include <std/disclaimers.h>
       TEAM-OS2       Online Campground Directory    http://www.camping-usa.com      Online Giftshop Superstore
http://www.cloudninegifts.com
==========================================================================





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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Problem with complex query
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] postmaster failure with 2-23 snapshot