Re: [BUGS] now() in PL/pgSQL Functions

2007-01-30 Thread Yosef Haas
ot.com 845-875-6423 [EMAIL PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yosef Haas Sent: Tuesday, January 30, 2007 9:44 AM To: pgsql-bugs@postgresql.org Subject: [BUGS] now() in PL/pgSQL Functions This is in version 8.1.4. I've noticed w

[BUGS] now() in PL/pgSQL Functions

2007-01-30 Thread Yosef Haas
This is in version 8.1.4. I've noticed what seems to be a strange behavior - it may be by design, but I figured I'd ask. Run this simple test function: create or replace function test() RETURNS bool AS ' begin raise notice ''%'',now(); for i IN 0..5000 lo