"Mona" <mlisa(at)bisil(dot)com> writes:
> We are trying to rollback an update in postgres. But so far we have not been able to do it.
> When we Rollback..
> it says:
>
> ROLLBACK: No transaction in progress.
This means you haven't started a transaction. Use BEGIN to start one
before you do your updates.
This is completely standard SQL.
-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863