Re: bug in PLPGSQL

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Kovacs Zoltan <kovacsz(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu>
Cc: Jan Wieck <JanWieck(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: bug in PLPGSQL
Date: 2001-05-14 09:48:24
Message-ID: 3AFFA9E8.3D574255@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kovacs Zoltan 2001-05-14 09:52:38 Re: bug in PLPGSQL
Previous Message Lincoln Yeoh 2001-05-14 09:24:31 Re: Re: 7.2 items