Re: Date manipulation

Поиск
Список
Период
Сортировка
От Harald Fuchs
Тема Re: Date manipulation
Дата
Msg-id pubrlocil7.fsf@srv.protecting.net
обсуждение исходный текст
Ответ на Date manipulation  (Hadley Willan <hadley.willan@deeperdesign.co.nz>)
Список pgsql-general
In article <1082322155.6031.3.camel@atlas.sol.deeper.co.nz>,
Hadley Willan <hadley.willan@deeperdesign.co.nz> writes:

> Hi all,
>     I want to write a function in pgsql that given a number like 7 turns that
> into a date, 7 weeks in the past.  I have a table that is essentially logging
> some information and want to write a trigger that is data driven in trimming
> old values out of the log, that way if I thought that 4 weeks was sufficient,
> I could adjust the value.

Are you absolutely sure you want to do that?  This would prune old
log entries on every insert.  Why not trimming via crontab?

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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: plan-reading extensive tutorial?
Следующее
От: javier garcia - CEBAS
Дата:
Сообщение: doubt about pg_dumpall