Wed May 11 13:49:42 PDT 2005
- Previous message: [Slony1-general] a question about EXECUTE SCRIPT
- Next message: [Slony1-general] a question about EXECUTE SCRIPT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/10/2005 6:43 PM, Scott Marlowe wrote: > On Tue, 2005-05-10 at 17:29, Matthew Rich wrote: >> Yeh, that's pretty much the same problem I'm having (upgrade script is >> pretty much the same, too). I found that if you drop all of your >> constraints on the slave schema when you import it (before initializing >> the node), you might get a bit farther but that's just a work around; >> you're just avoiding the fact that for some reason postgres seems to >> think that some triggers are deferred when they actually aren't. >> >> Very difficult to debug since this only happens at commit--so you can't >> go through the script by hand then rollback (that always works:). Still >> poking around the postgres code to figure out why it is doing that. > > > I think I may have found the cause. It has to do with importing the > database with a slony schema in it, and dropping that schema, and that > somehow creating an empty type or something. I'll investigate more > tomorrow and let you guys know what i find. There is a script in the tools section that extracts a schema without the slony part from the master. Jan > > LOG entry: > > NOTICE: type "_statistic.xxid" is not yet defined > DETAIL: Creating a shell type definition. > NOTICE: argument type _statistic.xxid is only a shell > NOTICE: type "_statistic.xxid_snapshot" is not yet defined > DETAIL: Creating a shell type definition. > NOTICE: argument type _statistic.xxid_snapshot is only a shell > > Thanks for the help so far... > _______________________________________________ > Slony1-general mailing list > Slony1-general at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/slony1-general -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== JanWieck at Yahoo.com #
- Previous message: [Slony1-general] a question about EXECUTE SCRIPT
- Next message: [Slony1-general] a question about EXECUTE SCRIPT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list