Re: PERFORM not working properly, please help.. - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: PERFORM not working properly, please help..
Date
Msg-id 4B7D9441.3090802@iol.ie
Whole thread Raw
In response to PERFORM not working properly, please help..  (wilczarz1@op.pl)
List pgsql-general
On 18/02/2010 12:05, wilczarz1@op.pl wrote:

>
> CREATE OR REPLACE FUNCTION A3() RETURNS VOID AS $BODY$
> begin
>  perform A1();
> end;
> $BODY$ LANGUAGE 'plpgsql';

You need to do:

  select * from A1();

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: PERFORM not working properly, please help..
Next
From: Alvaro Herrera
Date:
Subject: Re: Setting a table to be ignored by autovacuum