Multiple postgresql functions in a single transaction - Mailing list pgsql-sql

From Jyoti Seth
Subject Multiple postgresql functions in a single transaction
Date
Msg-id 000c01c86888$79a497d0$6cedc770$@com
Whole thread Raw
In response to Re: Cast in PG 8.3  (Volkan YAZICI <yazicivo@ttmail.com>)
List pgsql-sql
Hi,

I have two postgresql functions. One function is calling another function
for certain value. I want that these two functions work under single
transaction so that even if the value gets generated in the second function
and the first function that calls the second function fails. Then the value
generated in the second function should also roll back.

Please let me know if we can execute two functions of postgresql in a single
transaction.

Thanks,
Jyoti Seth







pgsql-sql by date:

Previous
From: Volkan YAZICI
Date:
Subject: Re: Cast in PG 8.3
Next
From: "Robins Tharakan"
Date:
Subject: Re: Multiple postgresql functions in a single transaction