Re: Current time inside Transactions - Mailing list pgsql-general

From scott.marlowe
Subject Re: Current time inside Transactions
Date
Msg-id Pine.LNX.4.33.0310010814530.21245-100000@css120.ihs.com
Whole thread Raw
In response to Current time inside Transactions  ("Daniel Schuchardt" <daniel_schuchardt@web.de>)
List pgsql-general
On Wed, 1 Oct 2003, Daniel Schuchardt wrote:

> Hi,
>
> Is there is a way to get the real curren_time inside a transaction (not
> the time when the transaction stated)

begin;
select timeofday();
select timeofday();
commit;


pgsql-general by date:

Previous
From: Vivek Khera
Date:
Subject: Re: mod_auth_pgsql 2.0.1 don't close the backend connection
Next
From: "Daniel Schuchardt"
Date:
Subject: Re: