Re: "stored procedures" - use cases? - Mailing list pgsql-hackers

From Todd A. Cook
Subject Re: "stored procedures" - use cases?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: "stored procedures" - use cases?  (Peter Eisentraut <[email protected]>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Foreign table permissions and cloning
Next
From: Daniel Farina
Date:
Subject: Re: fsync reliability