Stored Procedures

From: "Kent Anderson" <kenta(at)ezyield(dot)com>
To: <pgsql_novice(at)postgresql(dot)org>
Subject: Stored Procedures
Date: 2004-09-20 20:13:52
Message-ID: LPENJIOOLAIJBFKIBDKOMEANEDAD.kenta@ezyield.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

This is a real novice question, sorry if it doesn't make much sense.

We are currently switching to stored procedures for a lot of our database
activity. The question has come up about the transactional nature of the
stored procedures. I was wondering if stored procedures can have
transactions or if you must start the transaction in your code and call the
stored procedure from there to get the safety of a transaction?

Thanks
Kent Anderson

Browse pgsql-novice by date

  From Date Subject
Next Message Antoine 2004-09-20 20:35:32 oracle 9i to postgres 7.4.5
Previous Message derrick 2004-09-20 19:09:18 Return Value on UPDATE trigger