output from EXPLAIN VERBOSE

From: "Michal Maruka" <mmc(at)maruska(dot)dyndns(dot)org>
To: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: output from EXPLAIN VERBOSE
Date: 2001-03-07 05:23:03
Message-ID: 200103070523.f275N3N08640@linux3.maruska.tin.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I am writing an Emacs based navigation/editing tool. I would like to have the
backend parse a query, EXPLAIN VERBOSE it .... I want to know for every non
functional column the source (table/attribute). How to interpret the parse tree?

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 2001-03-07 05:57:24 I'm back
Previous Message Tom Lane 2001-03-07 05:16:03 Re: Proposed WAL changes