On 24/01/16 18:30, Joshua D. Drake wrote:
[---]
> This is something that I brought up in protest because I believe that it
> is crucial to the growth of this community.
Do you have any evidence to support this belief? (Without referring
to an anonymous invisible mass, a single case or unverifi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Are there any statistical libraries for postgresql?
I'd like to do something along the lines of:
UPDATE foo SET value=value+normdistsample(10, 0.2) WHERE id=1;
- --
Kind regards,
Jan Danielsson
-BEGIN PGP SIGNATURE-
Ve
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Andrej Ricnik-Bay wrote:
> On 6/18/07, Jan Danielsson <[EMAIL PROTECTED]> wrote:
>>UPDATE foo SET value=value+normdistsample(10, 0.2) WHERE id=1;
> Something like this?
> http://www.joeconway.com/plr/
That looks too good
fine in my database initialization script.
I assume that "functions" aren't what I am looking for.. But is is
possible to store preparations some way so they survive past
connection/disconnections?
- --
Kind regards,
Jan Danielsson
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Net
've had queries in the past which work in
postgresql which I couldn't run in sqlite, but this is the first time I
can recall where a query works in sqlite but not in postgresql).
--
Kind regards,
Jan Danielsson
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make