Transaction blocks

From: Alexander Kotelnikov <sacha(at)myxomop(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Transaction blocks
Date: 2005-08-10 13:37:28
Message-ID: 87br45ap5z.fsf@myxomop.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello.

I believe, any procedure language function is a transaction block, and
I think, I even read this somewere in docs, but can not find where
now, so, is it true, for all languages (SQL, PL/pgsql, perl etc)?

If yes, is it an ordinal transaction, just like one started with
BEGIN?

Then, SET TRANSACTION can be used inside a procedure?

Thanks,
--
Alexander Kotelnikov
Saint-Petersburg, Russia

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Alexander Kotelnikov 2005-08-10 15:13:23 Re: Transaction blocks
Previous Message Tom Lane 2005-08-10 02:52:03 Re: loading data for newb