Re: Transactions within a function

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Daniel Åkerud <zilch(at)home(dot)se>
Cc: PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transactions within a function
Date: 2001-07-06 14:22:18
Message-ID: Pine.LNX.4.30.0107061621550.679-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice pgsql-sql

Daniel Åkerud writes:

> Do the BEGIN and END in a function also indicate that it is done in a transaction?

No.

> Or can you put another BEGIN TRANSACTION; END TRANSACTION; in there?

No.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mithun Bhattacharya 2001-07-06 14:23:57 Newbie DBD::Pg question
Previous Message Alex Pilosov 2001-07-06 13:47:17 Re: Transactions within a function

Browse pgsql-novice by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-06 14:32:54 Re: [SQL] Cross database foreign keys
Previous Message Alex Pilosov 2001-07-06 13:47:17 Re: Transactions within a function

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-06 14:32:54 Re: [SQL] Cross database foreign keys
Previous Message Peter Eisentraut 2001-07-06 14:18:32 Re: While Using COPY COMMAND ...