Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    9347baa5
    Include planning time in EXPLAIN ANALYZE output. · 9347baa5
    Robert Haas authored
    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.
    9347baa5
    History
    Include planning time in EXPLAIN ANALYZE output.
    Robert Haas authored
    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.