Re: Functions to return random numbers in a given range - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: Functions to return random numbers in a given range
Date
Msg-id 66df9a53-4fd8-448d-87b3-fd15b2d77ea2@enterprisedb.com
Whole thread Raw
In response to Re: Functions to return random numbers in a given range  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: Functions to return random numbers in a given range
List pgsql-hackers
Hi Dean,

I did a quick review and a little bit of testing on the patch today. I
think it's a good/useful idea, and I think the code is ready to go (the
code is certainly much cleaner than anything I'd written ...).

I do have one minor comments regarding the docs - it refers to "random
functions" in a couple places, which sounds to me as if it was talking
about some functions arbitrarily taken from some list, although it
clearly means "functions generating random numbers". (I realize this
might be just due to me not being native speaker.)


Did you think about adding more functions generating either other types
of data distributions (now we have uniform and normal), or random data
for other data types (I often need random strings, for example)?

Of course, I'm not saying this patch needs to do that. But perhaps it
might affect how we name stuff to make it "extensible".


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY
Next
From: Noah Misch
Date:
Subject: Re: Removing unneeded self joins