Hi, using pgadmin 4 (1.6) query tool on windows, type "select * from eidtemp2 order by softref, cardid" Explain options: enable all but verbose.
then click explain (or explain analyze) I get a question mark with some stats and in output I get a JSON to parse. according to http://www.postgresonline.com/journal/archives/27-Reading-PgAdmin-Graphical-Explain-Plans.html , pgadmin3 gave a readable text + graphic. No more possible using pgadmin 4? Regards.