problem for o/p - Mailing list pgsql-hackers

From rajinder ruprai
Subject problem for o/p
Date
Msg-id 20050910111152.42065.qmail@web8405.mail.in.yahoo.com
Whole thread Raw
Responses Re: problem for o/p
List pgsql-hackers
sir,
i'am getting different o/p for the same program code as well as the data base is the same .twice the output is being printed on some machines whereas correct o/p on some.the program code is
create or replace function f() return int4 as'
c1 cursor for select empname from emp;
e1 emp.ename%type;
begin
open c1;
loop
fetch c1 into e1;
exit when not found;
raise notice ' 'emp name %' ', e1;
end loop;
close c1;
return 1;
end;
'language 'plpgsql';
 
 


Yahoo! India Matrimony: Find your partner now.

pgsql-hackers by date:

Previous
From: Martin Ehmsen
Date:
Subject: Benchmarks?
Next
From: Robert Treat
Date:
Subject: Re: FAQ/HTML standard?