Re: bug in PLPGSQL - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: bug in PLPGSQL
Date
Msg-id 3AFFA9E8.3D574255@tpf.co.jp
Whole thread Raw
In response to bug in PLPGSQL  (Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>)
List pgsql-hackers
Kovacs Zoltan wrote:
> 
> In 7.1.1 the following statement doesn't work (backend closes
> immediately):
> 
> SELECT INTO var1, var2 col1, col2 FROM table WHERE conditions;
> 
> In 7.1 (final) this problem doesn't occur.
> 

It's a known bug.
If you in a hurry, please apply the latest change for
src/pl/plpgsql/src/pl_exec.c by Tom.

regards,
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Lincoln Yeoh
Date:
Subject: Re: Re: 7.2 items
Next
From: Kovacs Zoltan
Date:
Subject: Re: bug in PLPGSQL