- Архив списков рассылки pgsql-general

Поиск
Список
Период
Сортировка
От Shu Ho
Тема
Дата
Msg-id BAY124-W51A97A9E2EB66047233472F5420@phx.gbl
обсуждение исходный текст
Ответы Re:  (Reid Thompson <reid.thompson@ateb.com>)
Re:  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
All
 
do you clean up the server file by removing them
use
 
find $logfile -mtime +$NUMBER_DAYS_TO_KEEP  -type f -print -exec rm -f {} \;
 
in postgres ?
 
How to remove the archive log files in postgres ? is the same way as remove backup files and server log files ?
 
 
thanks
Amy

Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now.

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

Предыдущее
От: "Peter Headland"
Дата:
Сообщение: Re: COPY command character set
Следующее
От: Amy Smith
Дата:
Сообщение: how to clear server log