From 7d03215f314039a400560cd459587ee99a5df73b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 4 Sep 2006 21:47:25 +0000 Subject: [PATCH] Update setseed() documentation. --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5c0cc0966f..ebf793ae55 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -795,7 +795,7 @@ setseed(dp) int - set seed for subsequent random() calls + set seed for subsequent random() calls (value between 0 and 1.0) setseed(0.54823) 1177314959 -- 2.40.0