2009年12月16日記:

追記に失敗して内容ふっ飛ばしました><

===============================
PostgreSQL ver 8.2 以降では

random value in the range 0.0 <= x < 1.0

となっています。
PostgreSQL ver 8.1 以前では

random value between 0.0 and 1.0

です。
PostgreSQL 8.2 のマニュアル
http://www.postgresql.org/docs/8.2/interactive/functions-math.html

PostgreSQL 8.1 のマニュアル
http://www.postgresql.org/docs/8.1/interactive/functions-math.html

===============================

コメント