Re: psql internal variables - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: psql internal variables
Date
Msg-id 200608080005.01697.peter_e@gmx.net
Whole thread Raw
In response to psql internal variables  (Thor Tall <tall_thor@yahoo.com>)
List pgsql-general
Thor Tall wrote:
> If I just delete from table_a and then table_b and the
> table_c I may risk deleting rows in table_b and
> table_c which correspond to rows in table_a. (due to
> the different times returned by now();

now() returns a constant value in a transaction.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Practical maximums (was Re: PostgreSQL theoretical
Next
From: Jeff Davis
Date:
Subject: Re: Practical maximums (was Re: PostgreSQL theoretical