Re: Discarding the resulting rows

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-hackers(at)postgresql(dot)org, "Murali M(dot) Krishna" <murali1729(at)yahoo(dot)com>
Subject: Re: Discarding the resulting rows
Date: 2010-04-26 19:49:16
Message-ID: v2x3073cc9b1004261249xbb5a8fd7h7ff656c52a2cc91c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 26, 2010 at 2:36 PM, Kevin Grittner
<Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:
> "Murali M. Krishna" <murali1729(at)yahoo(dot)com> wrote:
>
>> I looked at the documentation and I saw something about using the
>> keyword PERFORM rather than SELECT.
>
> I don't remember ever seeing anything like that.  Do you have a URL?
>

i guess he is refering to the plpgsql's PERFORM statement, which of
course he can't use outside a plpgsql function...
mmm... well, IIRC, in 9.0 he will be able to do DO $$ PERFORM * FROM
tabla; $$ LANGUAGE plpgsql;

but i think DO is not an EXPLAINing statement

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-04-26 19:50:53 Re: global temporary tables
Previous Message Tom Lane 2010-04-26 19:40:27 Re: global temporary tables