Explain output - Mailing list pgsql-hackers

From Ansley, Michael
Subject Explain output
Date
Msg-id 1BF7C7482189D211B03F00805F8527F748C47A@S-NATH-EXCH2
Whole thread Raw
List pgsql-hackers
Hi, all

Is it possible to get an explain to return a rowset?  I've added a PERSIST
option, and need to return the plan id as a row (if anybody thinks there are
better ways, I'm open to ideas).  elogging doesn't help, because with some
client interfaces, it's very difficult to get to an elog result.  So, I
thought that return a single row, with a single column might do the trick.

Ideas...


MikeA



pgsql-hackers by date:

Previous
From: Marc Tardif
Date:
Subject: pglib and long queries
Next
From: Tom Lane
Date:
Subject: Doc updates for index cost estimator change