From: | Jaime Casanova <jaime(at)2ndquadrant(dot)com> |
---|---|
To: | Leon Match <leon(dot)match(at)convergia(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: insert a SYSTIMESTAMP value in postgres |
Date: | 2011-06-20 21:47:49 |
Message-ID: | BANLkTikJqVj9Dr3FBjQzsKk26jF0pK8HpQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
El 20/06/2011 14:33, "Leon Match" <leon(dot)match(at)convergia(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | hyelluas | 2011-06-20 22:31:01 | Re: how to find a tablespace for the table? |
Previous Message | Raghavendra | 2011-06-20 21:31:33 | Re: how to find a tablespace for the table? |