Re: transaction control in pl/pgsql

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Birgit Laggner <birgit(dot)laggner(at)vti(dot)bund(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: transaction control in pl/pgsql
Date: 2010-04-01 10:35:09
Message-ID: i2k2f4958ff1004010335n172701b2r8c37261cc1a8b623@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

a) you can't explicitly control transactions in plpgsql. If you need some
sort of a form of it, use save points.
b) you are trying to outsmart database software, and this is just a biiig
mistake, and you should stop doing that completely.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2010-04-01 10:51:05 Re: transaction control in pl/pgsql
Previous Message Thomas Kellerer 2010-04-01 10:24:59 Re: "1-Click" installer problems