Michael Fuhr <mike(at)fuhr(dot)org> writes:
> On Fri, Nov 19, 2004 at 12:59:07PM +0000, Richard Huxton wrote:
>> You can have what are called "savepoints" in version 8.0 though, which
>> lets you trap errors and rollback to a named (saved) point in your function.
> Savepoints in functions don't work as of 8.0.0beta4, unless I'm
> doing something wrong:
You can't use explicit savepoint commands, but the exception syntax does
essentially the same thing implicitly.
regards, tom lane