Transactions in PLPGSQL?

From: Ken Corey <zkyar66701p001(at)sneakemail(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Transactions in PLPGSQL?
Date: 2001-02-04 12:06:57
Message-ID: 01020412065705.18716@kenlinux.bithub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi All!

Are the BEGIN/END; seen in a typical PL/PGSQL function a transaction wrapper,
or do I need to add another BEGIN/END block?

Should I just put a 'rollback' in the function, or do I need to do something
special?

Thanks!

-Ken

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ken Corey 2001-02-04 13:37:35 Hrm...why is this wrong?
Previous Message Joe Conway 2001-02-04 08:04:00 Fw: C function for use from PLpgSQL trigger