Re: [GENERAL] WARNING: could not remove database directory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] WARNING: could not remove database directory
Дата
Msg-id 11769.1108142137@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [GENERAL] WARNING: could not remove database directory  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Hubert Fröhlich <hubert.froehlich@bvv.bayern.de> writes:
> dropdb ax20050206
> WARNING:  could not remove database directory 
> "/export/home/postgres/data2/base/115101837"
> DROP DATABASE

That's not very helpful, is it?

[ looks at code... ]  dbcommands.c is expecting that rmtree() will have
printed out a more-detailed message about the problem, but someone has
carefully removed every trace of error reporting from rmtree().
        regards, tom lane


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: any presentation, tutorial on postgresql ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: passing parameters by reference