Peter Eisentraut wrote:
>
> Another point, as there appear to be diverging camps about
> supertransactional stored procedures vs. autonomous transactions, what
> would be the actual use cases of any of these features?
Looping over hundreds of identical schema executing DDL statements on
each. We can't do this in a single transaction because it consumes
all of shared memory with locks.
-- todd