Re: insert a SYSTIMESTAMP value in postgres

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: insert a SYSTIMESTAMP value in postgres
Дата
Msg-id BANLkTikJqVj9Dr3FBjQzsKk26jF0pK8HpQ@mail.gmail.com
обсуждение исходный текст
Ответ на insert a SYSTIMESTAMP value in postgres  ("Leon Match" <leon.match@convergia.net>)
Список pgsql-general

El 20/06/2011 14:33, "Leon Match" <leon.match@convergia.net> escribió:
>
> 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?
>

Maybe this document can help you

http://wiki.postgresql.org/wiki/Oracle_to_Postgres_Conversion

--
Jaime Casanova                www.2ndQuadrant.com

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

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