Re: [GENERAL] CoC [Final v2]

2016-01-26 Thread Jan Danielsson
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

[GENERAL] Normal distribution et al.?

2007-06-17 Thread Jan Danielsson
-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

Re: [GENERAL] Normal distribution et al.?

2007-06-17 Thread Jan Danielsson
-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

[GENERAL] CREATE FUNCTION ... performance boost?

2007-06-29 Thread Jan Danielsson
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

[GENERAL] LEFT JOIN, entry can not be referenced

2017-06-26 Thread Jan Danielsson
'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