calling function

From: Yambu <hyambu(at)gmail(dot)com>
To: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: calling function
Date: 2020-12-03 03:47:21
Message-ID: CALhHtcBy8Y3sTYhp0D9Neu7MDQuxPQLvEcXmQDESXGPiqD_geQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello

What are the caveats in calling function like this

select * from myfun()

if myfunc() returns a composite type and has inserts inside.

We are experiencing many locks

regards

Browse pgsql-sql by date

  From Date Subject
Next Message Anders Svensson 2020-12-03 09:52:56 Re: Join push down on FDW partitions
Previous Message Tom Lane 2020-12-02 16:15:35 Re: parallel safe on user defined functions