Обсуждение: Action Table of postgresql

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

Action Table of postgresql

От
"Claudio Tognolo"
Дата:
Hi,
it's possible to read the  list of the tables modified during the transaction?

--
______________________________________________________
Claudio Tognolo
claudio.tognolo@gmail.com
www.claudio.tognolo.name
================================================
L'informatica è come la fisica. La differenza è che mentre in
fisica devi capire com'è fatto il mondo, in informatica sei tu a
crearlo. Puoi essere un dio. Su piccola scala.
(Linus Torvalds)
================================================
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=Y2xhdWRpby50b2dub2xvMzkzMQ%3D%3D

Re: Action Table of postgresql

От
Tom Lane
Дата:
"Claudio Tognolo" <claudio.tognolo@gmail.com> writes:
> it's possible to read the  list of the tables modified during the
> transaction?

No, because there is no such list.

Depending on what you want to do, looking at your own transaction's
locks in pg_locks might be a workable substitute.

            regards, tom lane