Hello Dalibo Team,
I think that I found an issue with pg_qualstat. I attach a scripted test and this result at the end.
When a query use one or more indexes, pgqualstat does not provide qualid or uniquequalid. This absence seems impact the result in powa-web.
Powa-web can't create explain plan because argument array is not full (we can see it with pg_qualstat_by_query).
The problem occurs when there is an index. No problem with a primary key or without indexes.
script to reproduce this issue.
test_pgqual_sql.txt
the result on my postgres
result.txt
result_pk.txt
Regards