Re: Transaction Steps!!

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Transaction Steps!!
Дата
Msg-id 1190641994.4181.183.camel@ebony.site
обсуждение исходный текст
Ответ на Transaction Steps!!  (Farhan Mughal <farhanhafeezmughal@yahoo.co.uk>)
Список pgsql-general
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


В списке pgsql-general по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: DELETE FROM pg_class
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: SRF called with optional NULL input runs 7x slower