Now() in a function

Поиск
Список
Период
Сортировка
От sTesting
Тема Now() in a function
Дата
Msg-id Sea1-DAV35ZvgK27nKz00012c5b@hotmail.com
обсуждение исходный текст
Ответы Re: Now() in a function
Список pgsql-sql
Hi,
 
I have a big problem, i wrote a very long function that is taking so much time. inside this function i added few debugging steps to find which section is taking most of the time, but all the created records have the same time in them, the time where the fuction begins.
I tried to different methods:
INSERT INTO f_error (error_id, creation_date)
VALUES (nextval(''s_f_error_id''), now());
 
INSERT INTO f_error (error_id, creation_date)
VALUES (nextval(''s_f_error_id''), ''now'');
 
Tanks in advance for your help.

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

Предыдущее
От: Jerome Alet
Дата:
Сообщение: Re: avoid circular references
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Now() in a function