problem for o/p

Поиск
Список
Период
Сортировка
От rajinder ruprai
Тема problem for o/p
Дата
Msg-id 20050910111152.42065.qmail@web8405.mail.in.yahoo.com
обсуждение исходный текст
Ответы Re: problem for o/p  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: Martin Ehmsen
Дата:
Сообщение: Benchmarks?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: FAQ/HTML standard?