Re: Current time inside Transactions

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Current time inside Transactions
Дата
Msg-id Pine.LNX.4.33.0310010814530.21245-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Current time inside Transactions  ("Daniel Schuchardt" <daniel_schuchardt@web.de>)
Список 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 по дате отправления:

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: mod_auth_pgsql 2.0.1 don't close the backend connection
Следующее
От: "Daniel Schuchardt"
Дата:
Сообщение: Re: