Re: Transaction Steps!!

Поиск
Список
Период
Сортировка
Искать

Re: Transaction Steps!!

От:
Simon Riggs <simon@2ndquadrant.com>
Дата:
On Mon, 2007-09-24 at 10:35 +0100, Farhan Mughal wrote:
> 
> Can someone please tell How a simple transaction goes through various
> steps for completion in PostgreSQL. Thanks.
> 

You might mean the execution steps. You can view these using EXPLAIN.

http://developer.postgresql.org/pgdocs/postgres/sql-explain.html

-- 
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

Transaction Steps!!

От:
Farhan Mughal <farhanhafeezmughal@yahoo.co.uk>
Дата:

Can someone please tell How a simple transaction goes through various steps for completion in PostgreSQL. Thanks.

Regards,
Farhan


Yahoo! Answers - Get better answers from someone who knows. Try it now.

Re: Transaction Steps!!

От:
"Rodrigo De Le�" <rdeleonp@gmail.com>
Дата:
On 9/24/07, Farhan Mughal  wrote:
>
> Can someone please tell How a simple transaction goes through various steps
> for completion in PostgreSQL. Thanks.

Maybe you'll find something here:
http://www.postgresql.org/docs/8.2/static/internals.html
FAQ