On Wed, 4 Dec 2002, Stefan Reuschke wrote:
> With the following function I expected to get an iteration through the
> results. But the loop seems to be performed two times instead.
I tried you exact example in 7.2.1 and got every row only once. It doesn't
help you find the error perhaps, but it d
With the following function I expected to get an iteration through the results. But
the loop seems to be performed two times instead.
The function (postgres 7.2):
create function echt_char_laenge ()
returns integer
as
'
declare
char_auslese record;
begin
for char_auslese in sel