Re: Partitioning... - Mailing list pgsql-general

From Tom Lane
Subject Re: Partitioning...
Date
Msg-id 13439.1150153086@sss.pgh.pa.us
Whole thread Raw
In response to Re: Partitioning...  ("Milen Kulev" <makulev@gmx.net>)
Responses Re: Partitioning...
Re: Partitioning...
List pgsql-general
"Milen Kulev" <makulev@gmx.net> writes:
> What is wrong with random() ?

Not guaranteed to be stable across the multiple evaluations that the
rule will perform ... remember a rule is a macro and has the usual
multiple-evaluation gotchas in the face of volatile arguments.

            regards, tom lane

pgsql-general by date:

Previous
From: "Milen Kulev"
Date:
Subject: Re: Partitioning...
Next
From: "Milen Kulev"
Date:
Subject: Re: Partitioning...