Re: Timestamp of insertion of the row.

Поиск
Список
Период
Сортировка
От Mendola Gaetano
Тема Re: Timestamp of insertion of the row.
Дата
Msg-id 00ca01c333f5$ed6ccb00$152aa8c0@GMENDOLA2
обсуждение исходный текст
Ответ на Re: Timestamp of insertion of the row.  ("Anagha Joshi" <ajoshi@nulinkinc.com>)
Список pgsql-admin
"Anagha Joshi" <ajoshi@nulinkinc.com> wrote:
> Hi All,
> I mean to say ....
> Can I know the time when particular row is inserted into the table? i.e.
> timestamp of insertion of row into the table.

Is not clear what you want:

# begin transaction;            // 10:00:00 AM
[ 3 minutes of delay ( computation, others rows inserted, ... ]
# insert row                       // 10:03:00 AM
# end transaction;

if you use default now() you will have on the time stamp:  10:00:00 AM
if you use default timeofday() you will have on the time stamp:   10:03:00
AM


regards
Gaetano Mendola





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

Предыдущее
От: "Anagha Joshi"
Дата:
Сообщение: Re: Timestamp of insertion of the row.
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Timestamp of insertion of the row.