how to clear server log

Поиск
Список
Период
Сортировка
От Amy Smith
Тема how to clear server log
Дата
Msg-id 520645a61002231049m65ae8de4p100924f92fc7c17d@mail.gmail.com
обсуждение исходный текст
Ответы Re: how to clear server log
Re: how to clear server log
Re: how to clear server log
Список 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

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