dalibo / pev2

Postgres Explain Visualizer 2
https://explain.dalibo.com
PostgreSQL License
2.55k stars 124 forks source link

Small encoding issue in Output tab #572

Closed Krysztophe closed 1 year ago

Krysztophe commented 1 year ago

In https://explain.dalibo.com/plan/a7bff6d1f319747c, node 2, tab output , I see :

decompte('33'::bigint)

while the source is:

Output: (decompte('33'::bigint))

NB : decompte is a function

pgiraud commented 1 year ago

Dupllicate for #507