insert a SYSTIMESTAMP value in postgres

Поиск
Список
Период
Сортировка
От Leon Match
Тема insert a SYSTIMESTAMP value in postgres
Дата
Msg-id 003d01cc2f80$cbfb86c0$63f29440$@match@convergia.net
обсуждение исходный текст
Ответы Re: insert a SYSTIMESTAMP value in postgres  (Scott Ribe <scott_ribe@elevated-dev.com>)
Re: insert a SYSTIMESTAMP value in postgres  ("David Johnston" <polobo@yahoo.com>)
Re: insert a SYSTIMESTAMP value in postgres  (Condor <condor@stz-bg.com>)
Список pgsql-general

Hello,

 

I am trying to re-create few objects  from oracle into postgres.

 

I have a problem inserting a timestamp value into the table:

 

insert into request_queue (request_id, received_time

                                                        )

        values   (new.request_id, SYSTIMESTAMP

                          );

 

How can I insert a dynamic timestamp value in postgress, please?

 

Thank you,

Leon

leon.match@convergia.net

 

 

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

Предыдущее
От: Raghavendra
Дата:
Сообщение: Re: how to find a tablespace for the table?
Следующее
От: Raghavendra
Дата:
Сообщение: Re: how to find a tablespace for the table?