Re: CURRENT_TIMESTAMP vs actual time - Mailing list pgsql-general

From Christopher J. Bottaro
Subject Re: CURRENT_TIMESTAMP vs actual time
Date
Msg-id d48cl9$2fn$1@sea.gmane.org
Whole thread Raw
In response to CURRENT_TIMESTAMP vs actual time  ("Christopher J. Bottaro" <cjbottaro@alumni.cs.utexas.edu>)
Responses Re: CURRENT_TIMESTAMP vs actual time  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-general
John DeSoi wrote:

>
> On Apr 20, 2005, at 6:15 PM, Christopher J. Bottaro wrote:
>
>> I understand that CURRENT_TIMESTAMP marks the beginning of the current
>> transaction.  I want it to be the actual time.  How do I do this?
>> timeofday() returns a string, how do I convert that into a TIMESTAMP?
>
>
> timeofday()::timestamp;

Great, that did it, thanks.  I also found out that you can say
CAST(timeofday() AS TIMESTAMP).  I assume its the same thing...

-- C

pgsql-general by date:

Previous
From: "Zlatko Matic"
Date:
Subject: bigserial field in a view, nextval function ?
Next
From: Alvaro Herrera
Date:
Subject: Re: CURRENT_TIMESTAMP vs actual time