Re: PLPGSQL: Using SELECT INTO and EXECUTE

From: Michael Dunn <michael(at)2cactus(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: PLPGSQL: Using SELECT INTO and EXECUTE
Date: 2001-06-13 06:21:26
Message-ID: 3B270666.3010607@2cactus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom,

Thanks for the input.. but shortly after sending the post I found the
document outlining the conversion from Oracle PL/SQL to Postgres
PLPGSQL. SELECT INTO is not supported by EXECUTE... and that in place
of SELECT INTO one should use the FOR...EXECUTE command. Thanks again
for your timely response...

Regards,

Michael Dunn

Tom Lane wrote:

>Michael Dunn <michael(at)2cactus(dot)com> writes:
>
>>Can EXECUTE handle a SELECT INTO statement within a plpgsql function.
>>
>
>SELECT INTO doesn't mean the same thing in plpgsql as it does in regular
>SQL. Use CREATE TABLE AS, instead.
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2001-06-13 07:21:02 Re: Re: Does PostgreSQL support EXISTS?
Previous Message KuroiNeko 2001-06-13 04:28:47 Re: Re: Does PostgreSQL support EXISTS?