From: | "Milen Kulev" <makulev(at)gmx(dot)net> |
---|---|
To: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Partitioning... |
Date: | 2006-06-12 23:04:55 |
Message-ID: | 007b01c68e74$9e9da580$0a00a8c0@trivadis.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Aha !
Obviosly that is the reason for working sometimes properly ans sometimes not ...
Thanks !
Regards. Milen
-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Tom Lane
Sent: Tuesday, June 13, 2006 12:58 AM
To: Milen Kulev
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Partitioning...
"Milen Kulev" <makulev(at)gmx(dot)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
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
From | Date | Subject | |
---|---|---|---|
Next Message | Luis Alberto Pérez Paz | 2006-06-12 23:24:24 | How can I retrieve a function result? |
Previous Message | Tom Lane | 2006-06-12 22:58:06 | Re: Partitioning... |