Why doesn't EXPLAIN ANALYZE show UPDATE step?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Why doesn't EXPLAIN ANALYZE show UPDATE step?
Date: 2003-04-23 18:23:38
Message-ID: 200304231123.38477.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Folks,

I was just noticing that EXPLAIN ANALYZE in 7.3.2 *still* doesn't show a
discrete UPDATE step for UPDATE queries. Is this going to be changed in
7.4?

--
-Josh Berkus
Aglio Database Solutions
San Francisco

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Rod Taylor 2003-04-23 18:28:19 Re: Deadlock problem
Previous Message Josh Berkus 2003-04-23 18:20:56 Re: Why is seq search preferred here by planner?