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
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