Re: Datestamps

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Datestamps
Дата
Msg-id 20040109202517.GA20857@wolff.to
обсуждение исходный текст
Ответ на Datestamps  (Bryan Irvine <bryan.irvine@kingcountyjournal.com>)
Список pgsql-novice
On Fri, Jan 09, 2004 at 11:45:17 -0800,
  Bryan Irvine <bryan.irvine@kingcountyjournal.com> wrote:
> I am trying to figure out what day some things were entered into the
> DB.  Is there a way to do that?

Rows do not have timestamps associated with them. You might be able to make
some guesses using your logfile. If this is something you want for the
future you can add a timestamp field to your table and use a trigger to
keep it up to date.

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

Предыдущее
От: Bryan Irvine
Дата:
Сообщение: Datestamps
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Datestamps