Re: Function's final statement must not be a SELECT

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Function's final statement must not be a SELECT
Date: 2006-03-11 17:42:15
Message-ID: c2d9e70e0603110942p18d177cne7d4c65ae293a627@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/10/06, Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com> wrote:
> Hello,
>
> I want do sql wrap for woid plpgsql function. But void SQL function must not
> finish SELECT cmd. I don't know any others command which I can use.
>
> Can You help me?
> Thank You
> Pavel Stehule
>

perform * from your_table;

--
Atentamente,
Jaime Casanova

"What they (MySQL) lose in usability, they gain back in benchmarks, and that's
all that matters: getting the wrong answer really fast."
Randal L. Schwartz

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2006-03-11 18:23:31 Re: problem with large maintenance_work_mem settings and
Previous Message Tom Lane 2006-03-11 17:15:08 Re: psql -p 5433; create database test; \c test failing