ROLLBACK in a function?

From: Rory Campbell-Lange <rory(at)campbell-lange(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: ROLLBACK in a function?
Date: 2003-05-28 20:38:29
Message-ID: 20030528203829.GA6639@campbell-lange.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I understand that functions provide an implied transaction in
PostgreSQL. Does that mean one can ROLLBACK/COMMIT within the body of a
function?

Rory
--
Rory Campbell-Lange
<rory(at)campbell-lange(dot)net>
<www.campbell-lange.net>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Campos Chaves 2003-05-28 20:51:46 Triggers and Function's
Previous Message Franco Bruno Borghesi 2003-05-28 20:27:11 Re: Can anybody recommend an IDE for writing SQL/PLPSQL