Re: PERFORM not working properly, please help..

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: wilczarz1(at)op(dot)pl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PERFORM not working properly, please help..
Date: 2010-02-18 19:25:53
Message-ID: 4B7D9441.3090802@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 18/02/2010 12:05, wilczarz1(at)op(dot)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(at)iol(dot)ie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2010-02-18 19:41:47 Re: PERFORM not working properly, please help..
Previous Message Chris Barnes 2010-02-18 17:47:44 Re: Setting a table to be ignored by autovacuum