Re: bug in PLPGSQL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug in PLPGSQL
Date
Msg-id 9062.989850370@sss.pgh.pa.us
Whole thread Raw
In response to bug in PLPGSQL  (Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>)
List pgsql-hackers
Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Updating system catalogs after a tuple deletion
Next
From: Tom Lane
Date:
Subject: Re: Re: bug in PLPGSQL