Re: insert a SYSTIMESTAMP value in postgres - Mailing list pgsql-general

From Jaime Casanova
Subject Re: insert a SYSTIMESTAMP value in postgres
Date
Msg-id BANLkTikJqVj9Dr3FBjQzsKk26jF0pK8HpQ@mail.gmail.com
Whole thread Raw
In response to insert a SYSTIMESTAMP value in postgres  ("Leon Match" <leon.match@convergia.net>)
List 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 by date:

Previous
From: Raghavendra
Date:
Subject: Re: how to find a tablespace for the table?
Next
From: hyelluas
Date:
Subject: Re: how to find a tablespace for the table?