PERFORM

Поиск
Список
Период
Сортировка
От c k
Тема PERFORM
Дата
Msg-id d8e7a1e30902221344l43336597yd17e27f56c51bfab@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: Mammoth replicator
Следующее
От: Tom Lane
Дата:
Сообщение: Re: question on viewing dependencies