út 4. 2. 2025 v 5:09 odesílatel Marcelo Fernandes <marcefern7@gmail.com> napsal:
On Mon, Feb 3, 2025 at 6:46 PM Pavel Stehule <pavel.stehule@gmail.com> wrote: > The queries executed by SPI are never executed on the top level. These queries are marked as nested. > > So you need to use auto_explain https://www.postgresql.org/docs/current/auto-explain.html with active auto_explain.log_nested_statements
Thanks Pavel, I have tried that but however couldn't succeed.