Re: bug in PLPGSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 14:26:10
Message-ID: 9062.989850370@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kovacs Zoltan <kovacsz(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu> writes:
> In 7.1.1 the following statement doesn't work (backend closes
> immediately):

> SELECT INTO var1, var2 col1, col2 FROM table WHERE conditions;

Would you mind providing a complete test case, so that we don't waste
time guessing at context?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message snpe 2001-05-14 14:35:47 Contraints in postgresql ?
Previous Message Jan Wieck 2001-05-14 13:57:30 Re: Coping with huge deferred-trigger lists