]> granicus.if.org Git - postgresql/commit
Include planning time in EXPLAIN ANALYZE output.
authorRobert Haas <rhaas@postgresql.org>
Wed, 29 Jan 2014 21:04:19 +0000 (16:04 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 29 Jan 2014 21:09:15 +0000 (16:09 -0500)
commit9347baa5bbc70368f2f01438bbb8116863dac1ec
treed39dd1fe9188f59ebd7b17810afb30c20e6c8b6d
parent5264d9154178d3aeaa0359b43a450298a7ce7281
Include planning time in EXPLAIN ANALYZE output.

This doesn't work for prepared queries, but it's not too easy to get
the information in that case and there's some debate as to exactly
what the right thing to measure is, so just do this for now.

Andreas Karlsson, with slight doc changes by me.
doc/src/sgml/perform.sgml
doc/src/sgml/ref/explain.sgml
src/backend/commands/explain.c
src/backend/commands/prepare.c
src/include/commands/explain.h