Re: Problem while using commit..

From: "Ian Harding" <iharding(at)tpchd(dot)org>
To: <smahesh(at)vision-tss(dot)com>
Cc: <Pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem while using commit..
Date: 2005-04-30 14:19:39
Message-ID: s2733200.017@MAIL.TPCHD.ORG
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't think you can do that. While savepoints let you roll a
transaction back to a specified point, each sql statement is still
atomic and the only way to call a function is within a sql statement.

>>> "Mahesh S." <smahesh(at)vision-tss(dot)com> 4/30 3:08 am >>>
Ian,



I want to use a separate function to commit and rollback the
transactions.

If possible can I get a small example?



Thanks and regards

Mahesh








Browse pgsql-general by date

  From Date Subject
Next Message Typing80wpm 2005-04-30 14:22:23 It WORKS! I am exultant. Hallelujah!
Previous Message Typing80wpm 2005-04-30 13:56:27 VB questions re: Postgresql, Connect...etc