Mon Feb 27 10:25:43 PST 2006
- Previous message: [Slony1-general] DDL replication ...
- Next message: [Slony1-general] DDL replication ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Feb 24, 2006 at 05:23:42PM -0600, Jim C. Nasby wrote: > BTW, just being able to push DDL out without all the locking that > execute_script requires would probably be a big win. By what magic is that to happen? DDL on the database always requires a certain amount of locking. Doing it across database back ends without two phase commit is even tricker, because you'd _better_ be sure that you don't send events to the other database before the table is there or changed or whatever. It is the importance of that synchronization that lead us to suppose that execute script was enough. I'm trying to understand what the problem is that one is trying to solve, that is not solved now. A -- Andrew Sullivan | ajs at crankycanuck.ca When my information changes, I alter my conclusions. What do you do sir? --attr. John Maynard Keynes
- Previous message: [Slony1-general] DDL replication ...
- Next message: [Slony1-general] DDL replication ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list