PERFORM - Mailing list pgsql-general

From c k
Subject PERFORM
Date
Msg-id d8e7a1e30902221344l43336597yd17e27f56c51bfab@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello,
I have a small problem following statement executes well do not give me proper results, rather subquery calleing another function is not executed at all.
    perform sometable.pk, (select * from somefunction) from sometable where somecondition;
But select * from somefunction; and perform * from somefunction; and also select sometable.pk, (select * from somefunction) from sometable where somecondition;  gets executed properly with all side effects.
Is there anything wrong in my first statement? OR perform can not used to make join as in selects.

Thanks,
CPK

pgsql-general by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: Mammoth replicator
Next
From: Tom Lane
Date:
Subject: Re: question on viewing dependencies