Re: row-attribute in EXPLAIN-output doesn't match count(*) - Mailing list pgsql-sql

From Carlos Moreno
Subject Re: row-attribute in EXPLAIN-output doesn't match count(*)
Date
Msg-id 425EEDA8.80506@mochima.com
Whole thread Raw
In response to Re: row-attribute in EXPLAIN-output doesn't match count(*)  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-sql
Alvaro Herrera wrote:

> It is a Postgres limitation as well.  We _could_ make the server "really
> start the transaction" at the point the first query is issued instead of
> when the BEGIN is issued. 

And also, really finish the transaction right after the last
statement is executed, instead of waiting until the COMMIT
is issued  :-)

Carlos
--



pgsql-sql by date:

Previous
From: "Dan Feiveson"
Date:
Subject: tsearch2
Next
From: Ezequiel Tolnay
Date:
Subject: Re: SQL group select question